From d6e179d591665b0c899b253dd635ddf1deb1205e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Beausoleil?= Date: Sun, 12 Oct 2014 03:50:33 +0000 Subject: [PATCH] Rake needed to execute the Rakefile --- quicken_parser.gemspec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/quicken_parser.gemspec b/quicken_parser.gemspec index 3df41e8..1607bc4 100644 --- a/quicken_parser.gemspec +++ b/quicken_parser.gemspec @@ -21,6 +21,8 @@ Gem::Specification.new do |s| current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION s.specification_version = 3 + s.add_development_dependency(%q) + if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then s.add_runtime_dependency(%q, ["~> 2"]) s.add_development_dependency(%q, ["~> 2.0"])