Rakefile in sanitize-url-0.1.1 vs Rakefile in sanitize-url-0.1.2

- old
+ new

@@ -8,10 +8,10 @@ gem.summary = %Q{Sanitizes untrusted URLs} gem.description = %Q{This gem provides a module called SanitizeUrl, which you can mix-in anywhere you like. It provides a single method: sanitize_url, which accepts a URL and returns one with JavaScript removed. It also prepends the http:// scheme if no valid scheme is found.} gem.email = "jarrett@uchicago.edu" gem.homepage = "http://github.com/jarrett/sanitize-url" gem.authors = ["jarrett"] - gem.add_development_dependency "thoughtbot-shoulda", ">= 0" + gem.add_development_dependency "rspec", ">= 1.3.0" # gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings end Jeweler::GemcutterTasks.new rescue LoadError puts "Jeweler (or a dependency) not available. Install it with: gem install jeweler"