James Herdman
97b16d08d2
Remove absolute path when requiring
2012-05-26 11:27:28 -04:00
James Herdman
39cf7bb2a3
Remove unused variable
2012-05-26 11:27:24 -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
Benjamin Manns
b1c3e80c64
[ninefold|storage] Add copy method to Ninefold::File.
2012-02-16 16:33:09 -05:00
Andrew Newman
ae47b6649c
Formatting.
2011-11-06 10:33:13 +10:00
Andrew Newman
605ddaafd3
Missed renam to head_namespace.
2011-11-06 10:29:30 +10:00
Andrew Newman
1b32cf88fe
Reformatting and making consistent with other classes.
2011-11-05 07:40:14 +10:00
Andrew Newman
475609602c
Missing HEAD method.
2011-11-02 15:00:53 +10:00
Andrew Newman
95ccf23d05
Missing HEAD method.
2011-11-02 14:39:43 +10:00
geemus
89f5a07c71
[ninefold|storage] allow overwriting files for consistency
2011-11-01 09:35:51 -05:00
geemus
e41aab3cc2
[ninefold|storage] check objectid for existence
2011-11-01 09:35:33 -05:00
geemus
3a1bed2106
[ninefold|storage] omit signature in stringtosign
...
better facilitates retries
2011-11-01 09:34:24 -05:00
geemus
ae3573bb9b
[ninefold|compute] add default (ubuntu) image for servers
2011-09-27 17:41:11 -05: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
e9cda00650
[storage|ninefold] use Fog::HMAC
2011-08-31 15:32:12 -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
geemus
0e5fe57e3d
[core] move providers to lib/fog/.
2011-08-24 14:17:46 -05:00
geemus
8338c5f81a
[storage|ninefold] move ninefold storage to its own shared area (namespacing should probably be corrected)
...
local fix
2011-08-24 14:09:25 -05:00
geemus
65c1bfffe2
[core] first steps toward seperately requirable bits
2011-08-24 13:35:08 -05:00