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

13 lines
277 B
Ruby

source 'http://gemcutter.org'
gem 'rake'
gem 'excon', '>= 0.0.24'
gem 'formatador', ">= 0.0.10"
gem 'json', ">= 0"
gem 'mime-types', ">= 0"
gem 'net-ssh', ">= 0"
gem 'nokogiri', ">= 0"
gem 'ruby-hmac', ">= 0"
gem 'rspec', '>= 0'
gem 'shindo', '>= 0.1.2'
gem 'builder', '>= 0'