8000
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 f32eb2d commit 9836defCopy full SHA for 9836def
coderay.gemspec
@@ -9,8 +9,9 @@ Gem::Specification.new do |s|
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}rc3"
+ # revision = 134 + (`git log --oneline | wc -l`.to_i)
+ # s.version = "#{CodeRay::VERSION}.#{revision}rc1"
14
+ s.version = "#{CodeRay::VERSION}.rc1"
15
end
16
17
s.authors = ['Kornelius Kalnbach']
lib/coderay/version.rb
@@ -1,3 +1,3 @@
1
module CodeRay
2
- VERSION = '1.0.4'
+ VERSION = '1.0.5'
3
0 commit comments