Rakefile in settingslogic-2.0.3 vs Rakefile in settingslogic-2.0.5

- old
+ new

@@ -7,12 +7,11 @@ gem.name = "settingslogic" gem.summary = "A simple and straightforward settings solution that uses an ERB enabled YAML file and a singleton design pattern." gem.email = "bjohnson@binarylogic.com" gem.homepage = "http://github.com/binarylogic/settingslogic" gem.authors = ["Ben Johnson of Binary Logic"] - gem.rubyforge_project = "settingslogic" end - Jeweler::RubyforgeTasks.new + Jeweler::GemcutterTasks.new rescue LoadError puts "Jeweler (or a dependency) not available. Install it with: sudo gem install jeweler" end require 'spec/rake/spectask'