summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean Boussier <[email protected]>2024-10-15 13:35:38 +0200
committergit <[email protected]>2024-10-15 11:35:47 +0000
commit7eed1df1ab6b7dbf81fcff96eb0106699a140775 (patch)
treebeb6c285f816afca709925b7a3a18f5fe9e17785
parentd58ec11945a1f8bd26bb6d61a7e2c2f983350930 (diff)
[ruby/json] Update gemspec files
https://github.com/ruby/json/commit/0f9564104f
-rw-r--r--ext/json/json.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/json/json.gemspec b/ext/json/json.gemspec
index 5a951a8b25..3ded3613d6 100644
--- a/ext/json/json.gemspec
+++ b/ext/json/json.gemspec
@@ -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",