summaryrefslogtreecommitdiff
path: root/psych.gemspec
diff options
context:
space:
mode:
authorSHIBATA Hiroshi <hsbt@ruby-lang.org>2018-02-05 18:36:28 +0900
committerSHIBATA Hiroshi <hsbt@ruby-lang.org>2018-02-05 18:36:28 +0900
commit3b7da9df3d14b0137ff7726b284ee9c3ee130a5a (patch)
tree394c48ea96357d9a9e34f1136712501cfe33577d /psych.gemspec
parent5c96073bd06e4bbfe82a5a5ed0dd3b6621398343 (diff)
downloadpsych-3b7da9df3d14b0137ff7726b284ee9c3ee130a5a.tar.gz
Removed gitignore from gemspec files.
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 2254d46..83ba954 100644
--- a/psych.gemspec
+++ b/psych.gemspec
@@ -20,7 +20,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", ".travis.yml", "CHANGELOG.rdoc", "Gemfile", "Mavenfile", "README.md", "Rakefile", "bin/console",
- "bin/setup", "ext/psych/.gitignore", "ext/psych/depend", "ext/psych/extconf.rb", "ext/psych/psych.c", "ext/psych/psych.h",
+ "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",
"ext/psych/yaml/LICENSE", "ext/psych/yaml/api.c", "ext/psych/yaml/config.h", "ext/psych/yaml/dumper.c",