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

Added license to config in gemspec

This commit is contained in:
Alex Manelis 2013-01-24 00:36:48 -08:00
parent 743f76f874
commit 941febd8da

View file

@ -10,6 +10,7 @@ Gem::Specification.new do |s|
s.summary = "An IRB alternative and runtime developer console"
s.description = s.summary
s.homepage = "http://pry.github.com"
s.license = 'MIT'
s.executables = ["pry"]
s.require_paths = ["lib"]