Rakefile in simply-0.1.3 vs Rakefile in simply-0.2.3

- old
+ new

@@ -3,14 +3,14 @@ PROJECT_NAME = "simply" begin require 'jeweler' Jeweler::Tasks.new do |s| - s.name = PROJECT_NAME - s.summary = "A markaby-like html builder" + s.name = "simply" + s.summary = "A minimal markaby-esq ruby templating language" s.email = "scott@railsnewbie.com" - s.homepage = "http://github.com/smtlaissezfaire/#{PROJECT_NAME.downcase}" - s.description = "Cleaner + smaller markaby clone." + s.homepage = "http://github.com/smtlaissezfaire/simply" + s.description = "A minimal markaby-esq ruby templating language" s.authors = ["Scott Taylor"] end rescue LoadError puts "Jeweler not available. Install it with: sudo gem install technicalpickles-jeweler -s http://gems.github.com" end