Skip to content

Commit

Permalink
Update gemspec files
Browse files Browse the repository at this point in the history
  • Loading branch information
byroot committed Oct 15, 2024
1 parent 5f7ee94 commit 0f95641
Show file tree
Hide file tree
Showing 3 changed files with 3 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"]

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

0 comments on commit 0f95641

Please sign in to comment.