Skip to content

Commit

Permalink
Merge pull request #444 from jfeltesse-mdsol/fix/license
Browse files Browse the repository at this point in the history
bundle the LICENSE file in the gem
  • Loading branch information
hsbt committed Aug 14, 2020
2 parents 8e081fb + e953f8a commit ef00f58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions json-java.gemspec
Expand Up @@ -9,11 +9,10 @@ spec = Gem::Specification.new do |s|
s.licenses = ["Ruby"]
s.author = "Daniel Luz"
s.email = "dev+ruby@mernen.com"
s.licenses = ["Ruby"]

s.platform = 'java'

s.files = Dir["{docs,lib,tests}/**/*"]
s.files = Dir["{docs,lib,tests}/**/*", "LICENSE"]

s.homepage = "http://flori.github.com/json"
s.metadata = {
Expand Down
1 change: 1 addition & 0 deletions json.gemspec
Expand Up @@ -18,6 +18,7 @@ Gem::Specification.new do |s|
".travis.yml",
"CHANGES.md",
"Gemfile",
"LICENSE",
"README-json-jruby.md",
"README.md",
"Rakefile",
Expand Down

0 comments on commit ef00f58

Please sign in to comment.