Rakefile in singem-0.0.7 vs Rakefile in singem-0.1.0

- old
+ new

@@ -2,11 +2,11 @@ require 'rubygems/specification' require 'date' require 'spec/rake/spectask' GEM = "singem" -GEM_VERSION = "0.0.7" +GEM_VERSION = "0.1.0" 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" @@ -21,10 +21,10 @@ s.author = AUTHOR s.email = EMAIL s.homepage = HOMEPAGE s.add_dependency "rubigen" - s.add_dependency "bundler" + s.add_dependency "bundler", '~>0.9.3' s.bindir = "bin" s.executables = %w( singem ) s.require_path = 'lib' s.autorequire = GEM