Skip to content
This repository has been archived by the owner on Apr 17, 2018. It is now read-only.

Commit

Permalink
[data_objects] Update gemspec
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Coles <alex@alexcolesportfolio.com>
  • Loading branch information
myabc committed Dec 31, 2009
1 parent 00a43c3 commit f3076af
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions data_objects/data_objects.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -107,15 +107,18 @@ Gem::Specification.new do |s|
s.add_runtime_dependency(%q<addressable>, ["~> 2.1"])
s.add_development_dependency(%q<bacon>, ["~> 1.1"])
s.add_development_dependency(%q<mocha>, ["~> 0.9"])
s.add_development_dependency(%q<yard>, ["~> 0.5"])
else
s.add_dependency(%q<addressable>, ["~> 2.1"])
s.add_dependency(%q<bacon>, ["~> 1.1"])
s.add_dependency(%q<mocha>, ["~> 0.9"])
s.add_dependency(%q<yard>, ["~> 0.5"])
end
else
s.add_dependency(%q<addressable>, ["~> 2.1"])
s.add_dependency(%q<bacon>, ["~> 1.1"])
s.add_dependency(%q<mocha>, ["~> 0.9"])
s.add_dependency(%q<yard>, ["~> 0.5"])
end
end

0 comments on commit f3076af

Please sign in to comment.