cuba.gemspec in cuba-2.0.0.rc1 vs cuba.gemspec in cuba-2.0.0.rc2

- old
+ new

@@ -1,13 +1,13 @@ Gem::Specification.new do |s| s.name = "cuba" - s.version = "2.0.0.rc1" + s.version = "2.0.0.rc2" s.summary = "Rum based microframework for web applications." s.description = "Cuba is a light wrapper for Rum, a microframework for Rack applications." s.authors = ["Michel Martens"] s.email = ["michel@soveran.com"] s.homepage = "http://github.com/soveran/cuba" - s.files = ["LICENSE", "README.markdown", "Rakefile", "lib/cuba/ron.rb", "lib/cuba/test.rb", "lib/cuba/version.rb", "lib/cuba.rb", "cuba.gemspec", "test/accept.rb", "test/captures.rb", "test/extname.rb", "test/helper.rb", "test/host.rb", "test/integration.rb", "test/match.rb", "test/number.rb", "test/on.rb", "test/path.rb", "test/run.rb", "test/segment.rb"] + s.files = ["LICENSE", "README.markdown", "Rakefile", "lib/cuba/ron.rb", "lib/cuba/test.rb", "lib/cuba/version.rb", "lib/cuba.rb", "cuba.gemspec", "test/accept.rb", "test/captures.rb", "test/extension.rb", "test/helper.rb", "test/host.rb", "test/integration.rb", "test/match.rb", "test/number.rb", "test/on.rb", "test/path.rb", "test/run.rb", "test/segment.rb"] s.add_dependency "rack", "~> 1.2" s.add_dependency "tilt", "~> 1.2" s.add_development_dependency "cutest", "~> 1.0" s.add_development_dependency "capybara", "~> 0.4" end