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 51cdcd7 commit d28fc72Copy full SHA for d28fc72
concurrent-ruby-ext.gemspec
@@ -1,6 +1,10 @@
1
+$:.push File.join(File.dirname(__FILE__), 'lib')
2
+
3
+require 'concurrent/version'
4
5
Gem::Specification.new do |s|
6
s.name = 'concurrent-ruby-ext'
- s.version = '0.1.0.pre1'
7
+ s.version = Concurrent::EXT_VERSION
8
s.platform = Gem::Platform::RUBY
9
s.author = "Jerry D'Antonio"
10
s.email = 'jerry.dantonio@gmail.com'
lib/concurrent/version.rb
@@ -1,3 +1,4 @@
module Concurrent
VERSION = '0.8.0.pre1'
+ EXT_VERSION = '0.1.0.pre1'
end
0 commit comments