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:
parent
0f386735f5
commit
22ead20471
2 changed files with 2 additions and 2 deletions
2
Rakefile
2
Rakefile
|
@ -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
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
class Pry
|
||||
VERSION = "0.8.0pre9"
|
||||
VERSION = "0.8.0"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue