Brian D. Burns
40e8f458f2
use Fog::JSON
2013-11-19 00:51:57 -05:00
Brian D. Burns
4ea463eb7b
require mime/types in Fog::Storage
2013-08-27 20:43:49 -04:00
Hector Castro
29c7979817
Passing the connection_options parameter to underlying Fog::Storage object
...
for Fog::RiakCS::Provisioning.
2013-06-26 14:35:48 -04:00
Hector Castro
5aeb68be0b
Passing the connection_options parameter to underlying Fog::Storage object.
...
This aids in scenarios where you want to maintain the s3.amazonaws.com hostname
(for S3 client compatibility), but want to store data in Riak CS.
2013-06-26 12:45:37 +00:00
Erik Michaels-Ober
f2bd2404d1
Revert "Updated gem spec to require json rather than multi_json"
...
This reverts commits: 66638b25d7
,
3f0314dbd1
, and
18ce4b7eca
.
Since google-api-client was added as a dependency in afa9b025e9
,
multi_json is a de facto dependency of fog, so this is a needless layer.
If #1034 is still an issue, I'd be happy to ship a version of multi_json
that requires rubygems >= 1.3.5.
2013-05-06 04:05:36 -07:00
Kyle Rames
18ce4b7eca
Added tests for Fog::JSON; Added Fog::JSON::LoadError class; Updated all MultiJson references to Fog::JSON
2013-04-03 10:37:03 -05:00
Kyle Rames
66638b25d7
Updated gem spec to require json rather than multi_json; Fog::JSON will attempt to load and use multi_json first and then fallback to require json; removed hard coded references to multi_json
2013-04-03 08:42:45 -05:00
Christopher Meiklejohn
13e1567a8d
Add Riak CS provider in Fog.
2013-03-08 16:24:34 -05:00