8000 prepare CodeRay 1.0.5.rc1 · rrrene/coderay@9836def · GitHub
[go: up one dir, main page]

Skip to content

Commit 9836def

Browse files
committed
prepare CodeRay 1.0.5.rc1
1 parent f32eb2d commit 9836def

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

coderay.gemspec

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@ Gem::Specification.new do |s|
99
s.version = CodeRay::VERSION
1010
else
1111
# thanks to @Argorak for this solution
12-
revision = 134 + (`git log --oneline | wc -l`.to_i)
13-
s.version = "#{CodeRay::VERSION}.#{revision}rc3"
12+
# revision = 134 + (`git log --oneline | wc -l`.to_i)
13+
# s.version = "#{CodeRay::VERSION}.#{revision}rc1"
14+
s.version = "#{CodeRay::VERSION}.rc1"
1415
end
1516

1617
s.authors = ['Kornelius Kalnbach']

lib/coderay/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module CodeRay
2-
VERSION = '1.0.4'
2+
VERSION = '1.0.5'
33
end

0 commit comments

Comments
 (0)
0