Carl Woodward
2163cfc5c3
Added other commands for load balancers.
2012-08-12 10:20:17 +10:00
Carl Woodward
c6062b8263
Added ninefold load balancers.
2012-08-12 09:14:29 +10:00
Warren Bain
e9342d16e5
Recognize ninefold_api_url option for pre-production testing
2012-07-22 13:54:24 +10:00
James Herdman
97b16d08d2
Remove absolute path when requiring
2012-05-26 11:27:28 -04:00
Sean Caffery
644c090360
ensure apiKey and command are included in parameter sorting
2012-05-08 17:52:11 +10:00
Kevin Menard
dcefc2d7de
Fixed #875 : Loosen multi_json version.
2012-04-25 10:31:28 -04:00
Steve Smith
d89dd56fe7
Use MultiJSON #dump and #load rather than #encode and #decode
...
MultiJSON deprecated these methods in 1.3.0 in favour of the new ones.
This requires an update to the gemspec to ensure ~>1.3
2012-04-20 13:09:14 +01:00
geemus
2f9654993e
[core] fixing more paths after rearrange
2011-09-22 19:34:14 -05:00
geemus
ffd01e51dd
[core] pass connection_options through service init
...
closes #411
2011-09-12 10:01:56 -05:00
geemus
b2c8ff0388
[core] work toward separate requires
...
Should facilitate the following:
require 'fog/aws'
require 'fog/compute'
require 'fog/aws/compute'
I think once you `require 'rubygems'` those should work.
further cleanup should reduce common requires (ie nokogiri)
2011-08-31 15:52:53 -05:00
geemus
dbf3941c0f
[compute|ninefold] move ninefold compute to its own shared area (namespacing should probably be corrected)
2011-08-24 20:19:23 -05:00