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

12 commits

Author SHA1 Message Date
James Herdman
97b16d08d2 Remove absolute path when requiring 2012-05-26 11:27:28 -04: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
Brian Hartsock
179bae1990 [rackspace|dns] error state callbacks now return an error 2011-11-24 11:29:12 -05:00
geemus
de94fa70f8 [rackspace|dns] should recognize rackspace_dns_endpoint argument 2011-11-21 13:56:46 -06:00
geemus
455707b194 [glesys|compute] fixes to play nice with mock tests 2011-09-23 11:09:37 -05:00
geemus
ae7294bdfd [rackspace|dns] fix mock init to play nice with tests 2011-09-23 10:59:30 -05:00
geemus
f48b9f3afa [rackspace|dns] add mock initializer 2011-09-22 19:46:54 -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
Rick Bradley
9f35ac613d Fix warning about whitespace before parentheses in dns.rb. 2011-08-31 10:37:50 -07:00
geemus
a90007b7d4 [dns|rackspace] move rackspace dns to its own shared area (namespacing should probably be corrected) 2011-08-29 10:37:01 -05:00
Renamed from lib/fog/dns/rackspace.rb (Browse further)