Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bundle the LICENSE file in the gem #444

Merged
merged 1 commit into from Aug 14, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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