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

Hopeing the head of the gapi makes things better...

This commit is contained in:
Nat Welch 2013-03-12 14:24:48 -07:00
parent 89292047fe
commit b57ef63f6c

View file

@ -41,7 +41,7 @@ Gem::Specification.new do |s|
## List your runtime dependencies here. Runtime dependencies are those
## that are needed for an end user to actually USE your code.
s.add_dependency('builder')
s.add_dependency('google-api-client')
s.add_dependency('google-api-client', :git => 'git://github.com/google/google-api-ruby-client.git')
s.add_dependency('excon', '~>0.14')
s.add_dependency('formatador', '~>0.2.0')
s.add_dependency('multi_json', '~>1.0')