Skip to content

Commit

Permalink
Merge pull request #93 from jgarber623/add-license-to-gemspec
Browse files Browse the repository at this point in the history
Add license to gem metadata
  • Loading branch information
radar authored May 12, 2024
2 parents 9a5846d + e035a7a commit 69c0637
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions humanize.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Gem::Specification.new do |s|
s.files = `git ls-files`.split($/)
s.homepage = "https://github.com/radar/humanize"
s.summary = "Extension to Numeric to humanize numbers"
s.license = 'MIT'

s.add_development_dependency 'mutant'
s.add_development_dependency 'mutant-rspec'
Expand Down

0 comments on commit 69c0637

Please sign in to comment.