Rakefile in provideal-plugin-utils-0.1.1 vs Rakefile in provideal-plugin-utils-0.1.2
- old
+ new
@@ -4,12 +4,12 @@
begin
require 'jeweler'
Jeweler::Tasks.new do |gemspec|
gemspec.name = "provideal-plugin-utils"
- gemspec.summary = "A collection of Rails plugin utilities"
+ gemspec.summary = "A small collection of utilities to deal with assets bundled within Rails plugins/engines."
gemspec.email = "info@provideal.net"
- gemspec.homepage = "http://github.com/provideal/plugin-utils/"
+ gemspec.homepage = "http://github.com/provideal/provideal-plugin-utils/"
gemspec.authors = ["René Sprotte"]
end
rescue LoadError
puts "Jeweler not available. Install it with: sudo gem install technicalpickles-jeweler -s http://gems.github.com"
end
\ No newline at end of file