Rakefile in rrschedule-0.1.3 vs Rakefile in rrschedule-0.1.4
- old
+ new
@@ -9,9 +9,10 @@
gem.description = %Q{This gem automate the process of creating a round-robin sport schedule.}
gem.email = "flamontagne@azanka.ca"
gem.homepage = "http://github.com/flamontagne/rrschedule"
gem.authors = ["flamontagne"]
gem.add_dependency 'activesupport'
+ gem.add_development_dependency "thoughtbot-shoulda", ">= 0"
# gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings
end
Jeweler::GemcutterTasks.new
rescue LoadError
puts "Jeweler (or a dependency) not available. Install it with: gem install jeweler"