Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit8c8f5a6

Browse files
committed
cleaning up RC release script
1 parentf3dcecb commit8c8f5a6

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

‎coderay.gemspec‎

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,7 @@ Gem::Specification.new do |s|
88
ifENV['RELEASE']
99
s.version=CodeRay::VERSION
1010
else
11-
# thanks to @Argorak for this solution
12-
# revision = 134 + (`git log --oneline | wc -l`.to_i)
13-
# s.version = "#{CodeRay::VERSION}.#{revision}rc1"
14-
s.version="#{CodeRay::VERSION}.rc2"
11+
s.version="#{CodeRay::VERSION}.rc#{ENV['RC'] ||1}"
1512
end
1613

1714
s.authors=['Kornelius Kalnbach']

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp