Add celerity to gemspec

This commit is contained in:
Jonas Nicklas 2010-08-14 13:41:15 +02:00
parent c6edcf7423
commit 183da5278d
2 changed files with 3 additions and 0 deletions

View File

@ -12,6 +12,7 @@ PATH
GEM
remote: http://rubygems.org/
specs:
celerity (0.7.9)
configuration (1.1.0)
culerity (0.2.10)
ffi (0.6.3)
@ -41,6 +42,7 @@ PLATFORMS
DEPENDENCIES
capybara!
celerity (>= 0.7.9)
culerity (>= 0.2.4)
launchy (>= 0.3.5)
mime-types (>= 1.16)

View File

@ -25,6 +25,7 @@ Gem::Specification.new do |s|
s.add_runtime_dependency("nokogiri", [">= 1.3.3"])
s.add_runtime_dependency("mime-types", [">= 1.16"])
s.add_runtime_dependency("culerity", [">= 0.2.4"])
s.add_runtime_dependency("celerity", [">= 0.7.9"])
s.add_runtime_dependency("selenium-webdriver", [">= 0.0.3"])
s.add_runtime_dependency("rack", [">= 1.0.0"])
s.add_runtime_dependency("rack-test", [">= 0.5.4"])