Skip to content

Commit

Permalink
Merge pull request #817 from kgrz/master
Browse files Browse the repository at this point in the history
Add license to gem spec. Fixes #816
  • Loading branch information
rkh committed Nov 17, 2013
2 parents 4e6e9e7 + 92cf613 commit cc7f265
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sinatra.gemspec
Expand Up @@ -7,6 +7,7 @@ Gem::Specification.new 'sinatra', Sinatra::VERSION do |s|
s.authors = ["Blake Mizerany", "Ryan Tomayko", "Simon Rozet", "Konstantin Haase"]
s.email = "sinatrarb@googlegroups.com"
s.homepage = "http://www.sinatrarb.com/"
s.license = 'MIT'
s.files = `git ls-files`.split("\n") - %w[.gitignore .travis.yml]
s.test_files = s.files.select { |p| p =~ /^test\/.*_test.rb/ }
s.extra_rdoc_files = s.files.select { |p| p =~ /^README/ } << 'LICENSE'
Expand Down

0 comments on commit cc7f265

Please sign in to comment.