cuba.gemspec in cuba-3.0.0.rc1 vs cuba.gemspec in cuba-3.0.0.rc2
- old
+ new
@@ -1,8 +1,8 @@
Gem::Specification.new do |s|
s.name = "cuba"
- s.version = "3.0.0.rc1"
+ s.version = "3.0.0.rc2"
s.summary = "Microframework for web applications."
s.description = "Cuba is a microframework for web applications."
s.authors = ["Michel Martens"]
s.email = ["michel@soveran.com"]
s.homepage = "http://github.com/soveran/cuba"
@@ -16,9 +16,8 @@
"*.gemspec",
"test/*.*"
]
s.add_dependency "rack"
- s.add_dependency "tilt"
s.add_development_dependency "cutest"
s.add_development_dependency "capybara"
end