Rakefile in prowler-1.1.1 vs Rakefile in prowler-1.2.0
- old
+ new
@@ -23,13 +23,13 @@
begin
require 'jeweler'
Jeweler::Tasks.new do |gemspec|
gemspec.name = "prowler"
- gemspec.summary = "Provides access to the Prowl API."
+ gemspec.summary = "Provides access to the Prowl API (http://prowlapp.com)."
gemspec.email = "andyw@pixeltrix.co.uk"
gemspec.homepage = "http://github.com/pixeltrix/prowler/"
- gemspec.description = "A simple wrapper class that provides basic access to the Prowl API."
+ gemspec.description = "A plugin/gem that provides access to the Prowl API (http://prowlapp.com). Works with Rails 2 or 3 as well as any other Ruby web frameworks or in your own scripts."
gemspec.authors = ["Andrew White"]
end
Jeweler::GemcutterTasks.new
rescue LoadError
puts "Jeweler not available. Install it with: sudo gem install technicalpickles-jeweler -s http://gems.github.com"