Skip to content

Commit

Permalink
Add the license to the gem for packaging.
Browse files Browse the repository at this point in the history
  • Loading branch information
Eddie Barraco committed Oct 29, 2019
1 parent cb9b69e commit 46b9359
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jaro_winkler.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
UTF-8, EUC-JP, Big5, etc.'
spec.homepage = 'https://github.com/tonytonyjan/jaro_winkler'
spec.license = 'MIT'
spec.files = Dir['lib/**/*.rb', 'ext/**/*.{h,c}']
spec.files = Dir['lib/**/*.rb', 'ext/**/*.{h,c}', 'LICENSE.txt']
spec.add_development_dependency 'bundler', '~> 1.7'
spec.add_development_dependency 'rake', '~> 12.0'
spec.add_development_dependency 'rake-compiler'
Expand Down

0 comments on commit 46b9359

Please sign in to comment.