Rakefile in michaeldwan-divvy-0.1.2 vs Rakefile in michaeldwan-divvy-0.1.5

- old
+ new

@@ -4,12 +4,14 @@ begin require 'jeweler' Jeweler::Tasks.new do |gem| gem.name = "divvy" gem.summary = %Q{Divvy is an easy to configure, easy to extend server provisioning framework written in Ruby.} + gem.description = %Q{Divvy is an easy to configure, easy to extend server provisioning framework written in Ruby.} gem.email = "mpdwan@gmail.com" - gem.homepage = "http://github.com/mdwan/divvy" + gem.homepage = "http://github.com/michaeldwan/divvy" gem.authors = ["Michael Dwan"] + gem.add_development_dependency "thoughtbot-shoulda" # gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings end rescue LoadError puts "Jeweler (or a dependency) not available. Install it with: sudo gem install jeweler"