Skip to content

Commit 57110e9

Browse files
committed
Extension version number now a constant within lib
1 parent 011851d commit 57110e9

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

concurrent-ruby-ext.gemspec

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1+
$:.push File.join(File.dirname(__FILE__), 'lib')
2+
3+
require 'concurrent/version'
4+
15
Gem::Specification.new do |s|
26
s.name = 'concurrent-ruby-ext'
3-
s.version = '0.1.0.pre1'
7+
s.version = Concurrent::EXT_VERSION
48
s.platform = Gem::Platform::RUBY
59
s.author = "Jerry D'Antonio"
610
s.email = '[email protected]'

0 commit comments

Comments
 (0)