Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update gem specification
  • Loading branch information
dovadi committed Mar 23, 2010
1 parent 8903e1f commit 35f1987
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
3 changes: 2 additions & 1 deletion Rakefile
Expand Up @@ -10,7 +10,8 @@ begin
gem.email = "frank.oxener@gmail.com"
gem.homepage = "http://github.com/dovadi/active_merchant_ideal"
gem.authors = ["Soemirno Kartosoewito, Matthijs Kadijk, Aloy Duran, Frank Oxener"]
gem.add_development_dependency "thoughtbot-shoulda", ">= 0"
gem.add_dependency('active_merchant', '>= 1.5.1')
gem.add_development_dependency "mocha", ">= 0.9.7"
# gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings
end
Jeweler::GemcutterTasks.new
Expand Down
10 changes: 7 additions & 3 deletions active_merchant_ideal.gemspec
Expand Up @@ -23,6 +23,7 @@ Gem::Specification.new do |s|
"README.textile",
"Rakefile",
"VERSION",
"active_merchant_ideal.gemspec",
"init.rb",
"lib/active_merchant_ideal.rb",
"lib/active_merchant_ideal/ideal.rb",
Expand All @@ -48,12 +49,15 @@ Gem::Specification.new do |s|
s.specification_version = 3

if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
s.add_development_dependency(%q<thoughtbot-shoulda>, [">= 0"])
s.add_runtime_dependency(%q<active_merchant>, [">= 1.5.1"])
s.add_development_dependency(%q<mocha>, [">= 0.9.7"])
else
s.add_dependency(%q<thoughtbot-shoulda>, [">= 0"])
s.add_dependency(%q<active_merchant>, [">= 1.5.1"])
s.add_dependency(%q<mocha>, [">= 0.9.7"])
end
else
s.add_dependency(%q<thoughtbot-shoulda>, [">= 0"])
s.add_dependency(%q<active_merchant>, [">= 1.5.1"])
s.add_dependency(%q<mocha>, [">= 0.9.7"])
end
end

0 comments on commit 35f1987

Please sign in to comment.