Rakefile in thartm-0.1.3 vs Rakefile in thartm-0.1.4
- old
+ new
@@ -8,10 +8,10 @@
gem.summary = %Q{rtmapi based remember the milk cli.}
gem.description = %Q{rtmapi fixed version with a simple cli added, rtmapi package fixed to work with libxml2 version > 2.7}
gem.email = "thamayor@gmail.com"
gem.homepage = "http://github.com/ghedamat/thartm"
gem.authors = ["tha"]
- gem.add_development_dependency "thoughtbot-shoulda", ">= 0"
+ #gem.add_development_dependency "thoughtbot-shoulda", ">= 0"
gem.files = FileList["[A-Z]*", "{bin,generators,lib,test}/**/*", ]
gem.add_dependency 'tzinfo'
gem.add_dependency 'libxml-ruby'
# gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings
end