summaryrefslogtreecommitdiff
path: root/psych.gemspec
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@sunpoet.net>2020-04-06 19:08:04 +0000
committerPo-Chuan Hsieh <sunpoet@sunpoet.net>2020-04-06 19:08:04 +0000
commit02919596fab75578fe88e267ffdf5bfe60915c93 (patch)
treeeb7ca09ab8623d418967133524329ce04b916b96 /psych.gemspec
parenta0ec6b7c868cf146ece42e733d7a8932a4421580 (diff)
downloadpsych-02919596fab75578fe88e267ffdf5bfe60915c93.zip
Add LICENSE to the gem
Diffstat (limited to 'psych.gemspec')
-rw-r--r--psych.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/psych.gemspec b/psych.gemspec
index 0990098..1156ec8 100644
--- a/psych.gemspec
+++ b/psych.gemspec
@@ -25,7 +25,7 @@ DESCRIPTION
# for ruby core repository. It was generated by `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
s.files = [
- ".gitignore", "Gemfile", "Mavenfile", "README.md", "Rakefile", "bin/console",
+ ".gitignore", "Gemfile", "LICENSE", "Mavenfile", "README.md", "Rakefile", "bin/console",
"bin/setup", "ext/psych/depend", "ext/psych/extconf.rb", "ext/psych/psych.c", "ext/psych/psych.h",
"ext/psych/psych_emitter.c", "ext/psych/psych_emitter.h", "ext/psych/psych_parser.c", "ext/psych/psych_parser.h",
"ext/psych/psych_to_ruby.c", "ext/psych/psych_to_ruby.h", "ext/psych/psych_yaml_tree.c", "ext/psych/psych_yaml_tree.h",