Skip to content

Commit

Permalink
Merge pull request #65 from andyw8/specify-license-in-gemspec
Browse files Browse the repository at this point in the history
Specify license in gemspec
  • Loading branch information
andrewhavens committed Jul 20, 2016
2 parents c2c5f7e + 653f2bf commit 882e6ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions capybara-email.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Gem::Specification.new do |gem|
gem.description = %q{Test your ActionMailer and Mailer messages in Capybara}
gem.summary = %q{Test your ActionMailer and Mailer messages in Capybara}
gem.homepage = 'https://github.com/dockyard/capybara-email'
gem.license = 'MIT'

gem.files = `git ls-files -- {LICENSE,README.md,lib/*}`.split("\n")
gem.test_files = `git ls-files -- {spec}/*`.split("\n")
Expand Down

0 comments on commit 882e6ef

Please sign in to comment.