Skip to content

Commit

Permalink
Added/Update license files on gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Oct 15, 2024
1 parent 5f7ee94 commit f2e5d2a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
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/**/*", "LICENSE"]
s.files = Dir["lib/**/*", "COPYING", "LEGAL", "BSDL"]

s.homepage = "https://ruby.github.io/json"
s.metadata = {
Expand Down
4 changes: 3 additions & 1 deletion json.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ Gem::Specification.new do |s|
s.rdoc_options = ["--title", "JSON implementation for Ruby", "--main", "README.md"]
s.files = [
"CHANGES.md",
"LICENSE",
"COPYING",
"BSDL",
"LEGAL",
"README.md",
"ext/json/ext/fbuffer/fbuffer.h",
"ext/json/ext/generator/depend",
Expand Down
4 changes: 3 additions & 1 deletion json_pure.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ Gem::Specification.new do |s|
s.rdoc_options = ["--title".freeze, "JSON implementation for ruby".freeze, "--main".freeze, "README.md".freeze]
s.files = [
"CHANGES.md".freeze,
"LICENSE".freeze,
"COPYING".freeze,
"BSDL".freeze,
"LEGAL".freeze,
"README.md".freeze,
"json_pure.gemspec".freeze,
"lib/json.rb".freeze,
Expand Down

0 comments on commit f2e5d2a

Please sign in to comment.