You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rubygem-activesupport/activesupport-add-bigdecima...

17 lines
583 B

diff --git a/specifications/activesupport-3.0.13.gemspec.orig b/specifications/activesupport-3.0.13.gemspec
index 0277593..ef9b71d 100644
--- a/specifications/activesupport-3.0.13.gemspec.orig
+++ b/specifications/activesupport-3.0.13.gemspec
@@ -20,8 +20,11 @@ Gem::Specification.new do |s|
s.specification_version = 3
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
+ s.add_runtime_dependency("bigdecimal", ">= 0")
else
+ s.add_dependency("bigdecimal", ">= 0")
end
else
+ s.add_dependency("bigdecimal", ">= 0")
end
end