Rakefile in robinsp-robins_html_helpers-0.1.1 vs Rakefile in robinsp-robins_html_helpers-0.1.2

- old
+ new

@@ -1,10 +1,14 @@ # Rakefile + +# Run +# rake manifest, rake build_gemspec before git-push + require 'rubygems' require 'rake' require 'echoe' -Echoe.new('robins_html_helpers', '0.1.1') do |p| +Echoe.new('robins_html_helpers', '0.1.2') do |p| p.description = "HTML stuff I use frequently." p.url = "http://github.com/robinsp/robins_html_helpers" p.author = "Robin Spainhour" p.email = "robin@robinspainhour.com" p.ignore_pattern = ["tmp/*", "script/*", ".project"]