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

removing pry-doc as dependency

This commit is contained in:
Robin Wenglewski 2012-01-11 15:58:00 +01:00
parent ebc990dfb8
commit fc50ff4089
2 changed files with 2 additions and 2 deletions

View file

@ -1,3 +1,3 @@
module PryRails
VERSION = "0.0.4"
VERSION = "0.0.5"
end

View file

@ -21,5 +21,5 @@ Gem::Specification.new do |s|
# specify any dependencies here; for example:
# s.add_development_dependency "rspec"
# s.add_runtime_dependency "rest-client"
%w(pry pry-doc).each {|d| s.add_dependency d}
s.add_dependency "pry"
end