diff options
author | Kornelius Kalnbach <murphy@rubychan.de> | 2011-11-02 19:37:24 +0100 |
---|---|---|
committer | Kornelius Kalnbach <murphy@rubychan.de> | 2011-11-02 19:37:24 +0100 |
commit | c38a5e228964fa9b0b3351a197cb3f0da10c9ec4 (patch) | |
tree | 0645023866d46cca9482a49ccb10fc7888107c40 /coderay.gemspec | |
parent | b0e85b2b29258fc68a9efd8d2780f4c33a5f89e5 (diff) | |
download | coderay-c38a5e228964fa9b0b3351a197cb3f0da10c9ec4.tar.gz |
inline diff highlighting for multi-line changes (#227)
Diffstat (limited to 'coderay.gemspec')
-rw-r--r-- | coderay.gemspec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coderay.gemspec b/coderay.gemspec index 0eabd66..d9e1bb8 100644 --- a/coderay.gemspec +++ b/coderay.gemspec @@ -10,7 +10,7 @@ Gem::Specification.new do |s| else # thanks to @Argorak for this solution revision = 134 + (`git log --oneline | wc -l`.to_i) - s.version = "#{CodeRay::VERSION}.#{revision}rc3" + s.version = "#{CodeRay::VERSION}.#{revision}rc1" end s.authors = ['Kornelius Kalnbach'] |