We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f02f4e8 commit f84072eCopy full SHA for f84072e
coderay.gemspec
@@ -5,13 +5,11 @@ require 'coderay/version'
5
Gem::Specification.new do |s|
6
s.name = 'coderay'
7
8
- if ENV['final'] == 'yes'
9
- s.version = CodeRay::VERSION
10
- else
11
- # thanks to @Argorak for this solution
12
- revision = 134 + (`git log --oneline | wc -l`.to_i)
13
- s.version = "#{CodeRay::VERSION}.#{revision}pre"
14
- end
+ # thanks to @Argorak for this solution
+ revision = 134 + (`git log --oneline | wc -l`.to_i)
+ s.version = "#{CodeRay::VERSION}.#{revision}rc1"
+
+ # s.version = CodeRay::VERSION
15
16
s.authors = ['Kornelius Kalnbach']
17
s.email = ['murphy@rubychan.de']
0 commit comments