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

added slop dependency

This commit is contained in:
Lee Jarvis 2011-04-18 22:30:52 +01:00
parent 8e6e9abe24
commit 02668e07f9

View file

@ -21,6 +21,7 @@ def apply_spec_defaults(s)
s.require_path = 'lib'
s.add_dependency("ruby_parser",">=2.0.5")
s.add_dependency("coderay",">=0.9.7")
s.add_dependency("slop",">=1.5.2")
s.add_development_dependency("bacon",">=1.1.0")
s.homepage = "http://banisterfiend.wordpress.com"
s.has_rdoc = 'yard'