diff options
Diffstat (limited to 'coderay.gemspec')
-rw-r--r-- | coderay.gemspec | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/coderay.gemspec b/coderay.gemspec index d9e1bb8..f30f5fe 100644 --- a/coderay.gemspec +++ b/coderay.gemspec @@ -9,8 +9,10 @@ Gem::Specification.new do |s| s.version = CodeRay::VERSION else # thanks to @Argorak for this solution - revision = 134 + (`git log --oneline | wc -l`.to_i) - s.version = "#{CodeRay::VERSION}.#{revision}rc1" + # revision = 134 + (`git log --oneline | wc -l`.to_i) + # s.version = "#{CodeRay::VERSION}.#{revision}rc1" + s.version = "#{CodeRay::VERSION}.rc1" +>>>>>>> master end s.authors = ['Kornelius Kalnbach'] |