Rakefile in singem-0.1.1 vs Rakefile in singem-0.1.2
- old
+ new
@@ -2,10 +2,10 @@
require 'rubygems/specification'
require 'date'
require 'spec/rake/spectask'
GEM = "singem"
-GEM_VERSION = "0.1.1"
+GEM_VERSION = "0.1.2"
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"