1
0
Fork 0
mirror of https://github.com/pry/pry.git synced 2022-11-09 12:35:05 -05:00

updated Rakefile, pushed version 0.8.0

This commit is contained in:
John Mair 2011-04-24 13:57:45 +12:00
parent 0f386735f5
commit 22ead20471
2 changed files with 2 additions and 2 deletions

View file

@ -77,7 +77,7 @@ end
namespace :jruby do
spec = Gem::Specification.new do |s|
apply_spec_defaults(s)
s.add_dependency("method_source","=0.2.0")
s.add_dependency("method_source",">=0.4.0")
s.platform = "java"
end

View file

@ -1,3 +1,3 @@
class Pry
VERSION = "0.8.0pre9"
VERSION = "0.8.0"
end