Skip to content

Commit

Permalink
chore: package license file
Browse files Browse the repository at this point in the history
  • Loading branch information
tonytonyjan committed Oct 30, 2019
1 parent 914f1b4 commit dd98482
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jaro_winkler.java.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,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']
spec.files = Dir['lib/**/*.rb', '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 dd98482

Please sign in to comment.