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

20 commits

Author SHA1 Message Date
geemus
044ca68e74 Release 1.20.0 2014-02-07 09:03:37 -06:00
geemus
1e2f63f847 fix MVP exclude list 2013-12-19 10:35:55 -06:00
Brian D. Burns
40e8f458f2 use Fog::JSON 2013-11-19 00:51:57 -05:00
geemus
b7a1f6fc28 Release 1.18.0 2013-10-31 15:20:00 -05:00
geemus
5b8da111bb add Chris Roberts to MVP list 2013-10-29 09:12:59 -05:00
geemus
216de7fae3 Release 1.16.0 2013-10-16 09:24:05 -05:00
geemus
86ecdf0e1a Release 1.15.0 2013-08-16 08:39:02 -05:00
geemus
aa1847e7d2 Release 1.14.0 2013-07-19 14:18:32 -05:00
geemus
03b1b0b18a Release 1.13.0 2013-07-19 13:36:04 -05: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
geemus
ca945a0432 Release 1.11.1 2013-05-05 10:12:41 -05:00
geemus
81fd0fcf44 Release 1.11.0 2013-05-04 14:16:35 -05:00
Kyle Rames
7b07d74e14 Merge pull request #1730 from rackspace/json_lib
[Core] Updated Fog::JSON to use JSON gem by default
2013-04-08 08:13:46 -07:00
geemus
6bcd8239e7 remove kyle rames from future contention for MVP 2013-04-04 15:39:33 -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
geemus
c861455c91 add Rupak Ganguly to MVP exclusion list 2013-03-05 11:27:28 -06:00
geemus
21b8f59f90 Release 1.9.0 2013-01-19 12:15:54 -06:00
geemus
1cfd2c5546 remove docs and related, they now live at fog/fog.github.com 2012-12-28 13:03:33 -06:00
Nelvin Driz
64da603d09 [openstack] Fix Test
There seems to be a difference in results coming from these two:

export FOG_MOCK=true && bundle exec shindont +openstack
FOG_MOCK=true shindo tests/openstack/requests/compute/security_group_tests.rb

Signed-off-by: Nelvin Driz <nelvindriz@live.com>
2012-12-05 14:45:37 +08:00
Paul Thornthwaite
0969fd82a7 [misc] Moves new Task classes to better location 2012-11-17 21:44:19 +00:00