Skip to content

Commit f84072e

Browse files
committed
preparing 1.0 RC
1 parent f02f4e8 commit f84072e

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

coderay.gemspec

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,11 @@ require 'coderay/version'
55
Gem::Specification.new do |s|
66
s.name = 'coderay'
77

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
8+
# thanks to @Argorak for this solution
9+
revision = 134 + (`git log --oneline | wc -l`.to_i)
10+
s.version = "#{CodeRay::VERSION}.#{revision}rc1"
11+
12+
# s.version = CodeRay::VERSION
1513

1614
s.authors = ['Kornelius Kalnbach']
1715
s.email = ['murphy@rubychan.de']

0 commit comments

Comments
 (0)