Rakefile in jira4r-0.1.0 vs Rakefile in jira4r-0.2.0
- old
+ new
@@ -8,9 +8,10 @@
gem.summary = %Q{JIRA Soap Interface Gem}
gem.description = %Q{JIRA Soap Interface Gem}
gem.email = "tastyhat@jamesstuart.org"
gem.homepage = "http://github.com/tastyhat/jira4r"
gem.authors = ["James Stuart"]
+ gem.add_dependency "soap4r"
gem.add_development_dependency "thoughtbot-shoulda", ">= 0"
# 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"