Rakefile in pivotal-screw-unit-0.4.3 vs Rakefile in pivotal-screw-unit-0.5.0
- old
+ new
@@ -4,11 +4,11 @@
s.name = "screw-unit"
s.executables = ["screw_unit", "screw_unit_server"]
s.summary = "Server and helpers for your Screw Unit tests."
s.email = "pivotallabsopensource@googlegroups.com"
s.homepage = "http://github.com/pivotal/screw-unit-server"
- s.description = "The Screw Unit server conveniently serves your Screw Unit specs and implementations javascript files and css stylesheets."
+ s.description = "The Screw Unit server conveniently serves your Screw Unit specs and javascript files and css stylesheets."
s.authors = ["Pivotal Labs", "Brian Takita"]
s.files = Dir["[A-Z]*"] +
Dir["*.rb"] +
Dir["lib/**/*.rb"] +
Dir["core/**/**"] +
@@ -16,9 +16,12 @@
Dir["vendor/**/**"] +
Dir["spec/**"]
s.test_files = Dir['spec/**/*.rb']
s.rdoc_options = ["--main", "README.markdown"]
s.extra_rdoc_files = ["README.markdown", "CHANGES"]
+ s.add_dependency("thin", ">=1.2.1")
+ s.add_dependency("erector", ">=0.6.6")
+ s.add_dependency("selenium_client")
end
rescue LoadError
puts "Jeweler, or one of its dependencies, is not available. Install it with: sudo gem install technicalpickles-jeweler -s http://gems.github.com"
end