Rakefile in schubert-minglr-1.3.5 vs Rakefile in schubert-minglr-1.3.8
- old
+ new
@@ -19,9 +19,20 @@
gem.description = %q{* This gem provides two executable binaries to interact with Mingle (http://mingle.thoughtworks.com/mingle-agile-project-management) through its API. It also has sample interactive Rake task on how to facilitate easy card movements when a card enters/exits the development queue. * mtx is a binary that facilities transition changes for use on rake tasks * minglr is a more interactive tool that provides a quick interface for many common uses}
gem.email = "michael@schubert.cx"
gem.homepage = "http://github.com/schubert/minglr"
gem.authors = ["Michael Schubert", "Stephen Chu", "Chris O'Meara"]
gem.executables = ["mtx", "minglr"]
+
+ gem.add_dependency "httpclient"
+ gem.add_dependency "activeresource", ">= 2.3.0"
+ gem.add_dependency "activesupport", ">= 2.3.0"
+
+ gem.add_development_dependency "thoughtbot-shoulda"
+ gem.add_development_dependency "mocha"
+ gem.add_development_dependency "spicycode-rcov"
+ gem.add_development_dependency "cucumber"
+ gem.add_development_dependency "redgreen"
+
# 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"
end