Skip to content

Commit

Permalink
Merge pull request #612 from ruby/fixup-licenses
Browse files Browse the repository at this point in the history
Added license files on gemspec
  • Loading branch information
hsbt authored Oct 15, 2024
2 parents 0f95641 + 8109263 commit 37332c5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion json-java.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec = Gem::Specification.new do |s|

s.platform = 'java'

s.files = Dir["lib/**/*", "COPYING"]
s.files = Dir["lib/**/*", "COPYING", "LEGAL", "BSDL"]

s.homepage = "https://ruby.github.io/json"
s.metadata = {
Expand Down
2 changes: 2 additions & 0 deletions json.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ Gem::Specification.new do |s|
s.files = [
"CHANGES.md",
"COPYING",
"BSDL",
"LEGAL",
"README.md",
"ext/json/ext/fbuffer/fbuffer.h",
"ext/json/ext/generator/depend",
Expand Down
2 changes: 2 additions & 0 deletions json_pure.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ Gem::Specification.new do |s|
s.files = [
"CHANGES.md".freeze,
"COPYING".freeze,
"BSDL".freeze,
"LEGAL".freeze,
"README.md".freeze,
"json_pure.gemspec".freeze,
"lib/json.rb".freeze,
Expand Down

0 comments on commit 37332c5

Please sign in to comment.