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

let rake float again.

This commit is contained in:
Charles Lowell 2011-10-07 07:45:52 -05:00
parent e7711c5ce2
commit 032c8fbc02
2 changed files with 2 additions and 2 deletions

View file

@ -1,3 +1,3 @@
module V8
VERSION = "0.9.7"
VERSION = "0.9.8"
end

View file

@ -23,7 +23,7 @@ Gem::Specification.new do |s|
s.add_dependency "libv8", "~> 3.3.10"
s.add_development_dependency "rake", "0.8.7"
s.add_development_dependency "rake"
s.add_development_dependency "rspec", "~> 2.0"
s.add_development_dependency "rake-compiler"
end