1
0
Fork 0
mirror of https://github.com/rubyjs/libv8 synced 2023-03-27 23:21:48 -04:00

fix typo that was only triggered in ruby < 2

This commit is contained in:
Charles Lowell 2013-03-28 09:04:22 -05:00
parent 6d477c2bd8
commit af1b6a2adc

View file

@ -67,7 +67,7 @@ task :binary => :compile do
FileUtils.chmod 'a+r', gemspec.files
FileUtils.mkdir_p 'pkg'
package = if Gem::VERSION < '2.0.0'
Gem::Builder.new(gempsec).build
Gem::Builder.new(gemspec).build
else
require 'rubygems/package'
Gem::Package.build(gemspec)