cuba.gemspec in cuba-2.2.1 vs cuba.gemspec in cuba-3.0.0.rc1
- old
+ new
@@ -1,17 +1,16 @@
-require "./lib/cuba/version"
-
Gem::Specification.new do |s|
s.name = "cuba"
- s.version = Cuba::VERSION
+ s.version = "3.0.0.rc1"
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"
s.files = Dir[
"LICENSE",
+ "CHANGELOG",
"README.markdown",
"Rakefile",
"lib/**/*.rb",
"*.gemspec",
"test/*.*"