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:
parent
743f76f874
commit
941febd8da
1 changed files with 1 additions and 0 deletions
|
@ -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"]
|
||||
|
|
Loading…
Reference in a new issue