Rakefile in ratlas-0.1.1 vs Rakefile in ratlas-0.1.2
- old
+ new
@@ -19,10 +19,11 @@
gem.description = %Q{Rutlas allows you to consume to the Atlas api without getting your hands dirty}
gem.email = "daniel@14lines.com"
gem.authors = ["Daniel Cooper"]
# Include your dependencies below. Runtime dependencies are required when using your gem,
# and development dependencies are only needed for development (ie running rake tasks, tests, etc)
- # gem.add_runtime_dependency 'jabber4r', '> 0.1'
+ gem.add_runtime_dependency 'hashie', '> 0.1'
+ gem.add_runtime_dependency 'addressable', '> 0.1'
# gem.add_development_dependency 'rspec', '> 1.2.3'
end
Jeweler::RubygemsDotOrgTasks.new
require 'rake/rdoctask'