Skip to content

Commit

Permalink
Specify license in gemspec
Browse files Browse the repository at this point in the history
This allows @dependencyci to detect the license in use.
  • Loading branch information
andyw8 committed Jul 15, 2016
1 parent c2c5f7e commit 653f2bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions capybara-email.gemspec
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 653f2bf

Please sign in to comment.