fog-maestrodev 1.19.0.20140110004459 → 1.19.0.20140212012611
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +8 -8
- data/fog.gemspec +2 -2
- data/lib/fog/google/compute.rb +2 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
OGRiODIzNzVjM2Q4OGJkZjE2MDg1ZDRhMWQyMDA3ZGUzMjFlYjcyYQ==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
MTJjMzg1ODNhNTA0ZmRmMmJlYjJlM2RlYzFmZjQ0OTEyMWY5ZmM2OA==
|
7
7
|
!binary "U0hBNTEy":
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
Zjg4NDlmNGZhYjI5ZDc4NmNkZDlhMzZjYzYyNDY0MTI2NzdiZWJhNWJkZDUx
|
10
|
+
MWEyMTg0ZWVhZTZjYjFmOGU1OTJlNWU0Y2QxZmNhMjI0NmYwOTY4NDEwZWRk
|
11
|
+
YzE5Yzc1NWM2OGJhZDcwOGNhYWUxNGU4MWY5MGNlOTYzNzM2OTc=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
MWZjNjFmNzg3YmUzZTJjZTMxZjUyMWI3ZjQ2M2FhMzJkMTFmMDI4YmFhYTBl
|
14
|
+
ZTYyZmMxZDQ5NzYxYzM4MzMzYTY3NmVlY2Q2NjA4YzI3YWNhMTNkMzJjOTZm
|
15
|
+
NDYxNDExOThiZDNkYTFjOGY1ODBhMzAyODIzNzJkNWZlYTAyNDU=
|
data/fog.gemspec
CHANGED
@@ -6,8 +6,8 @@ Gem::Specification.new do |s|
|
|
6
6
|
## If your rubyforge_project name is different, then edit it and comment out
|
7
7
|
## the sub! line in the Rakefile
|
8
8
|
s.name = 'fog-maestrodev'
|
9
|
-
s.version = '1.19.0.
|
10
|
-
s.date = '2014-
|
9
|
+
s.version = '1.19.0.20140212012611'
|
10
|
+
s.date = '2014-02-11'
|
11
11
|
s.rubyforge_project = 'fog'
|
12
12
|
|
13
13
|
## Make sure your summary is short. The description may be as long
|
data/lib/fog/google/compute.rb
CHANGED
@@ -847,8 +847,9 @@ module Fog
|
|
847
847
|
# NOTE: loaded here to avoid requiring this as a core Fog dependency
|
848
848
|
begin
|
849
849
|
require 'google/api_client'
|
850
|
-
rescue LoadError
|
850
|
+
rescue LoadError => e
|
851
851
|
Fog::Logger.warning("Please install the google-api-client gem before using this provider.")
|
852
|
+
throw e
|
852
853
|
end
|
853
854
|
key = ::Google::APIClient::KeyUtils.load_from_pkcs12(File.expand_path(options[:google_key_location]), 'notasecret')
|
854
855
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fog-maestrodev
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.19.0.
|
4
|
+
version: 1.19.0.20140212012611
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- geemus (Wesley Beary)
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-
|
11
|
+
date: 2014-02-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: builder
|