Skip to content

Commit 0f95641

Browse files
committed
Update gemspec files
1 parent 5f7ee94 commit 0f95641

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

json-java.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ spec = Gem::Specification.new do |s|
1414

1515
s.platform = 'java'
1616

17-
s.files = Dir["lib/**/*", "LICENSE"]
17+
s.files = Dir["lib/**/*", "COPYING"]
1818

1919
s.homepage = "https://ruby.github.io/json"
2020
s.metadata = {

json.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Gem::Specification.new do |s|
1717
s.rdoc_options = ["--title", "JSON implementation for Ruby", "--main", "README.md"]
1818
s.files = [
1919
"CHANGES.md",
20-
"LICENSE",
20+
"COPYING",
2121
"README.md",
2222
"ext/json/ext/fbuffer/fbuffer.h",
2323
"ext/json/ext/generator/depend",

json_pure.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Gem::Specification.new do |s|
1616
s.rdoc_options = ["--title".freeze, "JSON implementation for ruby".freeze, "--main".freeze, "README.md".freeze]
1717
s.files = [
1818
"CHANGES.md".freeze,
19-
"LICENSE".freeze,
19+
"COPYING".freeze,
2020
"README.md".freeze,
2121
"json_pure.gemspec".freeze,
2222
"lib/json.rb".freeze,

0 commit comments

Comments
 (0)