ruby-changes:61579
From: Po-Chuan <ko1@a...>
Date: Fri, 5 Jun 2020 11:50:23 +0900 (JST)
Subject: [ruby-changes:61579] 6b9e363aa0 (master): [ruby/psych] Add LICENSE to the gem
https://git.ruby-lang.org/ruby.git/commit/?id=6b9e363aa0 From 6b9e363aa08d7e9db9554827c6998af60ab39abc Mon Sep 17 00:00:00 2001 From: Po-Chuan Hsieh <sunpoet@s...> Date: Mon, 6 Apr 2020 19:08:04 +0000 Subject: [ruby/psych] Add LICENSE to the gem https://github.com/ruby/psych/commit/02919596fa diff --git a/ext/psych/psych.gemspec b/ext/psych/psych.gemspec index f55cd2a..f47029e 100644 --- a/ext/psych/psych.gemspec +++ b/ext/psych/psych.gemspec @@ -23,7 +23,7 @@ DESCRIPTION https://github.com/ruby/ruby/blob/trunk/ext/psych/psych.gemspec#L23 # 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", -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/