Skip to content

Commit

Permalink
Merge pull request #95 from reiz/patch-1
Browse files Browse the repository at this point in the history
Adding MIT license to the gemspec.
  • Loading branch information
kyrylo committed Nov 29, 2015
2 parents b4bc69f + a1f2fc8 commit 3d42ae3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pry-rescue.gemspec
Expand Up @@ -7,6 +7,7 @@ Gem::Specification.new do |s|
s.email = ['conrad.irwin@gmail.com', 'jrmair@gmail.com', 'chris@ill-logic.com']
s.authors = ['Conrad Irwin', 'banisterfiend', 'epitron']
s.files = `git ls-files`.split("\n")
s.license = 'MIT'
s.require_paths = ['lib']
s.executables = s.files.grep(%r{^bin/}).map{|f| File.basename f}

Expand Down

0 comments on commit 3d42ae3

Please sign in to comment.