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
1 changed files with 1 additions and 0 deletions

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"]