Rakefile in active_link_to-0.0.6 vs Rakefile in active_link_to-0.0.7

- old
+ new

@@ -6,17 +6,11 @@ Jeweler::Tasks.new do |gem| gem.name = 'active_link_to' gem.summary = 'Marks currently active links' gem.description = 'Extremely helpful when you need to add some logic that figures out if the link (or more often navigation item) is selected based on the current page or other arbitrary condition' gem.email = "oleg@theworkinggroup.ca" - gem.homepage = "http://github.com/theworkinggroup/active_link_to" + gem.homepage = "http://github.com/twg/active_link_to" gem.authors = ["Oleg Khabarov"] - # gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings - gem.rubyforge_project = 'active-link-to' - end - - Jeweler::RubyforgeTasks.new do |rubyforge| - rubyforge.doc_task = "rdoc" end Jeweler::GemcutterTasks.new rescue LoadError puts "Jeweler (or a dependency) not available. Install it with: sudo gem install jeweler"