summaryrefslogtreecommitdiff
path: root/psych.gemspec
diff options
context:
space:
mode:
Diffstat (limited to 'psych.gemspec')
-rw-r--r--psych.gemspec3
1 files changed, 1 insertions, 2 deletions
diff --git a/psych.gemspec b/psych.gemspec
index a5dfc76..a8ee5da 100644
--- a/psych.gemspec
+++ b/psych.gemspec
@@ -52,11 +52,10 @@ DESCRIPTION
"ext/java/org/jruby/ext/psych/PsychLibrary.java",
"ext/java/org/jruby/ext/psych/PsychParser.java",
"ext/java/org/jruby/ext/psych/PsychToRuby.java",
- "ext/java/org/jruby/ext/psych/PsychYamlTree.java",
"lib/psych_jars.rb",
"lib/psych.jar"
]
- s.requirements = "jar org.yaml:snakeyaml, #{version_module::Psych::DEFAULT_SNAKEYAML_VERSION}"
+ s.requirements = "jar org.snakeyaml:snakeyaml-engine, #{version_module::Psych::DEFAULT_SNAKEYAML_VERSION}"
s.add_dependency 'jar-dependencies', '>= 0.1.7'
else
s.extensions = ["ext/psych/extconf.rb"]