summaryrefslogtreecommitdiff
path: root/coderay.gemspec
diff options
context:
space:
mode:
Diffstat (limited to 'coderay.gemspec')
-rw-r--r--coderay.gemspec5
1 files changed, 3 insertions, 2 deletions
diff --git a/coderay.gemspec b/coderay.gemspec
index 0eabd66..ad7a2bb 100644
--- a/coderay.gemspec
+++ b/coderay.gemspec
@@ -9,8 +9,9 @@ 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}rc3"
+ # revision = 134 + (`git log --oneline | wc -l`.to_i)
+ # s.version = "#{CodeRay::VERSION}.#{revision}rc1"
+ s.version = "#{CodeRay::VERSION}.rc1"
end
s.authors = ['Kornelius Kalnbach']