Skip to content

Commit

Permalink
Merge pull request #37 from oleksii-leonov/patch-1
Browse files Browse the repository at this point in the history
Add LICENSE file to gem files
  • Loading branch information
grosser authored Jan 13, 2024
2 parents cd7b841 + f779354 commit 757c5c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rchardet.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Gem::Specification.new "rchardet", CharDet::VERSION do |s|
s.email = ["[email protected]", "[email protected]"]
s.homepage = "https://github.com/jmhodges/rchardet"
s.summary = "Character encoding auto-detection in Ruby. As smart as your browser. Open source."
s.files = Dir["lib/**/*"]
s.files = Dir["lib/**/*", "LGPL-LICENSE.txt"]
s.license = "LGPL"
s.required_ruby_version = ">= 2.6.0"
end

0 comments on commit 757c5c9

Please sign in to comment.