summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorJulien Feltesse <jfeltesse@mdsol.com>2020-08-14 12:45:09 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-09-25 17:28:42 +0900
commit3d5e83399889dba537b7178e4811a94a6850ccb3 (patch)
treeacf2b37f7ccd5f7c45ba218f9bf61df4e0124afc /ext
parentde0e0ffad4e0cf0360efbff2e0e8988f9aa0727a (diff)
bundle the LICENSE file in the gem
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/3581
Diffstat (limited to 'ext')
-rw-r--r--ext/json/json.gemspec1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/json/json.gemspec b/ext/json/json.gemspec
index 1be429216d..620955b279 100644
--- a/ext/json/json.gemspec
+++ b/ext/json/json.gemspec
@@ -18,6 +18,7 @@ Gem::Specification.new do |s|
".travis.yml",
"CHANGES.md",
"Gemfile",
+ "LICENSE",
"README-json-jruby.md",
"README.md",
"Rakefile",