mirror of
https://github.com/pry/pry-rails.git
synced 2022-11-09 12:36:03 -05:00
add license info to gemspec
Automated tools look here, so it's best to have this info.
This commit is contained in:
parent
277a0f91e4
commit
17d1699abb
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ Gem::Specification.new do |s|
|
|||
s.email = ["robin@wenglewski.de"]
|
||||
s.homepage = "https://github.com/rweng/pry-rails"
|
||||
s.summary = %q{Use Pry as your rails console}
|
||||
s.license = "MIT"
|
||||
# s.description = %q{TODO: Write a gem description}
|
||||
|
||||
# s.rubyforge_project = "pry-rails"
|
||||
|
|
Loading…
Reference in a new issue