Rakefile in singem-0.0.4 vs Rakefile in singem-0.0.5
- old
+ new
@@ -3,11 +3,11 @@
require 'rubygems/specification'
require 'date'
require 'spec/rake/spectask'
GEM = "singem"
-GEM_VERSION = "0.0.4"
+GEM_VERSION = "0.0.5"
AUTHOR = "Corey Donohoe"
EMAIL = "atmos@atmos.org"
HOMEPAGE = "http://github.com/atmos/singem"
SUMMARY = "A gem that provides generators for sinatra apps, ready to go with rack-test/webrat/randexp and others"
@@ -22,14 +22,12 @@
s.author = AUTHOR
s.email = EMAIL
s.homepage = HOMEPAGE
s.add_dependency "sinatra", ">=0.9.2"
- s.add_dependency "rubigen", ">= 1.5.2"
- s.add_dependency "rack-test", "~>0.3.0"
+ s.add_dependency "rack-test", ">=0.4.0"
s.add_dependency "webrat", "~>0.4.4"
- s.add_dependency "fakeweb", "~>1.2.0"
- s.add_dependency 'haml', "~>2.0.9"
+ s.add_dependency "fakeweb", "~>1.2.5"
s.bindir = "bin"
s.executables = %w( singem )
s.require_path = 'lib'
s.autorequire = GEM