fog-google 0.0.3 → 0.0.4

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e85fa99d97bdfd08a120a3472314ec829131c8b0
4
- data.tar.gz: 7afa0032fd4808f9d5207900f8dc922b2f84599a
3
+ metadata.gz: d4cdb744e462698db3a86387dda02b2a0f824770
4
+ data.tar.gz: dfe92b3f8aad70f7e32052023b5f6c87e6f53d03
5
5
  SHA512:
6
- metadata.gz: 1204465c402f087b43fbdcbae50cd378cedf622ef20d682a1d8faa3ebe7ae4f08afd0ce846fd2c8d80e4da6a42552be46ad58870f36902b363621812068c350b
7
- data.tar.gz: 4781afe285ff8deb0a0770931b878a19cc109da99887f25e18e47217821132d4d33e7f4808378696dd69aa2635cc0c4e0ee3837219b25c419d381faf84425e9b
6
+ metadata.gz: 12ecf2148f5534ddde97f71432c7c8c4d4f080b266454d84d3d116cf5acab7d0a18256cc496744ef8f786b6badfec50be52c09e4934230c40558c136a40406cb
7
+ data.tar.gz: 3454bf53193dc44d67b7ada9b37a7fb6d7bb3e586b730ac50a1fbb4353ce19ffbc374ba7b31e0861c0927bd01fd7298701f70ec6bdebcf3a90eb073bc62b8d42
@@ -57,15 +57,8 @@ module Fog
57
57
  break
58
58
  end
59
59
  end
60
-
61
- # If it wasn't found in any project, raise
62
60
  return nil if data.nil?
63
-
64
61
  new(data)
65
-
66
- rescue Fog::Errors::NotFound.new(
67
- "Unable to find the image #{identity} in the following projects: #{all_projects.join(', ')}")
68
-
69
62
  end
70
63
  end
71
64
  end
@@ -1,5 +1,5 @@
1
1
  module Fog
2
2
  module Google
3
- VERSION = "0.0.3"
3
+ VERSION = "0.0.4"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fog-google
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nat Welch
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2015-04-15 00:00:00.000000000 Z
13
+ date: 2015-04-22 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: fog-core