Rakefile in thartm-0.0.15 vs Rakefile in thartm-0.0.16

- old
+ new

@@ -10,9 +10,11 @@ gem.email = "thamayor@gmail.com" gem.homepage = "http://github.com/ghedamat/thartm" gem.authors = ["tha"] 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 Jeweler::GemcutterTasks.new rescue LoadError