1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00
fog--fog/Gemfile

14 lines
277 B
Text
Raw Normal View History

source 'http://gemcutter.org'
gem 'rake'
2010-05-10 19:44:02 -04:00
gem 'excon', '>= 0.0.24'
gem 'formatador', ">= 0.0.10"
gem 'json', ">= 0"
gem 'mime-types', ">= 0"
2010-04-14 23:32:56 -04:00
gem 'net-ssh', ">= 0"
gem 'nokogiri', ">= 0"
gem 'ruby-hmac', ">= 0"
gem 'rspec', '>= 0'
2010-05-22 19:39:31 -04:00
gem 'shindo', '>= 0.1.2'
gem 'builder', '>= 0'