Bump fog and adapters
This commit is contained in:
parent
7c256018a7
commit
6411449567
2 changed files with 30 additions and 12 deletions
2
Gemfile
2
Gemfile
|
|
@ -70,7 +70,7 @@ gem "activerecord-import", "0.13.0"
|
||||||
# File uploading
|
# File uploading
|
||||||
|
|
||||||
gem "carrierwave", "0.11.2"
|
gem "carrierwave", "0.11.2"
|
||||||
gem "fog", "1.37.0"
|
gem "fog", "1.38.0"
|
||||||
gem "mini_magick", "4.4.0"
|
gem "mini_magick", "4.4.0"
|
||||||
gem "remotipart", "1.2.1"
|
gem "remotipart", "1.2.1"
|
||||||
|
|
||||||
|
|
|
||||||
40
Gemfile.lock
40
Gemfile.lock
|
|
@ -188,7 +188,7 @@ GEM
|
||||||
ethon (0.8.1)
|
ethon (0.8.1)
|
||||||
ffi (>= 1.3.0)
|
ffi (>= 1.3.0)
|
||||||
eventmachine (1.0.9.1)
|
eventmachine (1.0.9.1)
|
||||||
excon (0.45.4)
|
excon (0.49.0)
|
||||||
execjs (2.6.0)
|
execjs (2.6.0)
|
||||||
eye (0.7)
|
eye (0.7)
|
||||||
celluloid (~> 0.16.0)
|
celluloid (~> 0.16.0)
|
||||||
|
|
@ -217,19 +217,22 @@ GEM
|
||||||
fixture_builder (0.4.1)
|
fixture_builder (0.4.1)
|
||||||
activerecord (>= 2)
|
activerecord (>= 2)
|
||||||
activesupport (>= 2)
|
activesupport (>= 2)
|
||||||
fog (1.37.0)
|
fog (1.38.0)
|
||||||
fog-aliyun (>= 0.1.0)
|
fog-aliyun (>= 0.1.0)
|
||||||
fog-atmos
|
fog-atmos
|
||||||
fog-aws (>= 0.6.0)
|
fog-aws (>= 0.6.0)
|
||||||
fog-brightbox (~> 0.4)
|
fog-brightbox (~> 0.4)
|
||||||
|
fog-cloudatcost (~> 0.1.0)
|
||||||
fog-core (~> 1.32)
|
fog-core (~> 1.32)
|
||||||
fog-dynect (~> 0.0.2)
|
fog-dynect (~> 0.0.2)
|
||||||
fog-ecloud (~> 0.1)
|
fog-ecloud (~> 0.1)
|
||||||
fog-google (<= 0.1.0)
|
fog-google (<= 0.1.0)
|
||||||
fog-json
|
fog-json
|
||||||
fog-local
|
fog-local
|
||||||
|
fog-openstack
|
||||||
fog-powerdns (>= 0.1.1)
|
fog-powerdns (>= 0.1.1)
|
||||||
fog-profitbricks
|
fog-profitbricks
|
||||||
|
fog-rackspace
|
||||||
fog-radosgw (>= 0.0.2)
|
fog-radosgw (>= 0.0.2)
|
||||||
fog-riakcs
|
fog-riakcs
|
||||||
fog-sakuracloud (>= 0.0.4)
|
fog-sakuracloud (>= 0.0.4)
|
||||||
|
|
@ -251,7 +254,7 @@ GEM
|
||||||
fog-atmos (0.1.0)
|
fog-atmos (0.1.0)
|
||||||
fog-core
|
fog-core
|
||||||
fog-xml
|
fog-xml
|
||||||
fog-aws (0.8.1)
|
fog-aws (0.9.2)
|
||||||
fog-core (~> 1.27)
|
fog-core (~> 1.27)
|
||||||
fog-json (~> 1.0)
|
fog-json (~> 1.0)
|
||||||
fog-xml (~> 0.1)
|
fog-xml (~> 0.1)
|
||||||
|
|
@ -260,11 +263,16 @@ GEM
|
||||||
fog-core (~> 1.22)
|
fog-core (~> 1.22)
|
||||||
fog-json
|
fog-json
|
||||||
inflecto (~> 0.0.2)
|
inflecto (~> 0.0.2)
|
||||||
fog-core (1.35.0)
|
fog-cloudatcost (0.1.2)
|
||||||
|
fog-core (~> 1.36)
|
||||||
|
fog-json (~> 1.0)
|
||||||
|
fog-xml (~> 0.1)
|
||||||
|
ipaddress (~> 0.8)
|
||||||
|
fog-core (1.39.0)
|
||||||
builder
|
builder
|
||||||
excon (~> 0.45)
|
excon (~> 0.49)
|
||||||
formatador (~> 0.2)
|
formatador (~> 0.2)
|
||||||
fog-dynect (0.0.2)
|
fog-dynect (0.0.3)
|
||||||
fog-core
|
fog-core
|
||||||
fog-json
|
fog-json
|
||||||
fog-xml
|
fog-xml
|
||||||
|
|
@ -278,8 +286,13 @@ GEM
|
||||||
fog-json (1.0.2)
|
fog-json (1.0.2)
|
||||||
fog-core (~> 1.0)
|
fog-core (~> 1.0)
|
||||||
multi_json (~> 1.10)
|
multi_json (~> 1.10)
|
||||||
fog-local (0.2.1)
|
fog-local (0.3.0)
|
||||||
fog-core (~> 1.27)
|
fog-core (~> 1.27)
|
||||||
|
fog-openstack (0.1.5)
|
||||||
|
fog-core (>= 1.38)
|
||||||
|
fog-json (>= 1.0)
|
||||||
|
fog-xml (>= 0.1)
|
||||||
|
ipaddress (>= 0.8)
|
||||||
fog-powerdns (0.1.1)
|
fog-powerdns (0.1.1)
|
||||||
fog-core (~> 1.27)
|
fog-core (~> 1.27)
|
||||||
fog-json (~> 1.0)
|
fog-json (~> 1.0)
|
||||||
|
|
@ -288,6 +301,11 @@ GEM
|
||||||
fog-core
|
fog-core
|
||||||
fog-xml
|
fog-xml
|
||||||
nokogiri
|
nokogiri
|
||||||
|
fog-rackspace (0.1.1)
|
||||||
|
fog-core (>= 1.35)
|
||||||
|
fog-json (>= 1.0)
|
||||||
|
fog-xml (>= 0.1)
|
||||||
|
ipaddress (>= 0.8)
|
||||||
fog-radosgw (0.0.5)
|
fog-radosgw (0.0.5)
|
||||||
fog-core (>= 1.21.0)
|
fog-core (>= 1.21.0)
|
||||||
fog-json
|
fog-json
|
||||||
|
|
@ -302,7 +320,7 @@ GEM
|
||||||
fog-serverlove (0.1.2)
|
fog-serverlove (0.1.2)
|
||||||
fog-core
|
fog-core
|
||||||
fog-json
|
fog-json
|
||||||
fog-softlayer (1.0.3)
|
fog-softlayer (1.1.1)
|
||||||
fog-core
|
fog-core
|
||||||
fog-json
|
fog-json
|
||||||
fog-storm_on_demand (0.1.1)
|
fog-storm_on_demand (0.1.1)
|
||||||
|
|
@ -317,7 +335,7 @@ GEM
|
||||||
fog-voxel (0.1.0)
|
fog-voxel (0.1.0)
|
||||||
fog-core
|
fog-core
|
||||||
fog-xml
|
fog-xml
|
||||||
fog-vsphere (0.6.0)
|
fog-vsphere (0.6.4)
|
||||||
fog-core
|
fog-core
|
||||||
rbvmomi (~> 1.8)
|
rbvmomi (~> 1.8)
|
||||||
fog-xenserver (0.2.3)
|
fog-xenserver (0.2.3)
|
||||||
|
|
@ -395,7 +413,7 @@ GEM
|
||||||
railties (>= 3.0.0)
|
railties (>= 3.0.0)
|
||||||
ice_cube (0.11.1)
|
ice_cube (0.11.1)
|
||||||
inflecto (0.0.2)
|
inflecto (0.0.2)
|
||||||
ipaddress (0.8.2)
|
ipaddress (0.8.3)
|
||||||
jasmine (2.4.0)
|
jasmine (2.4.0)
|
||||||
jasmine-core (~> 2.4)
|
jasmine-core (~> 2.4)
|
||||||
phantomjs
|
phantomjs
|
||||||
|
|
@ -811,7 +829,7 @@ DEPENDENCIES
|
||||||
faraday-cookie_jar (= 0.0.6)
|
faraday-cookie_jar (= 0.0.6)
|
||||||
faraday_middleware (= 0.10.0)
|
faraday_middleware (= 0.10.0)
|
||||||
fixture_builder (= 0.4.1)
|
fixture_builder (= 0.4.1)
|
||||||
fog (= 1.37.0)
|
fog (= 1.38.0)
|
||||||
fuubar (= 2.0.0)
|
fuubar (= 2.0.0)
|
||||||
gon (= 6.0.1)
|
gon (= 6.0.1)
|
||||||
guard (= 2.13.0)
|
guard (= 2.13.0)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue