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 011851d commit 57110e9Copy full SHA for 57110e9
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'
0 commit comments