fog-google 1.2.1 → 1.2.2
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 +4 -4
- data/.travis.yml +2 -3
- data/CONTRIBUTORS.md +2 -0
- data/lib/fog/compute/google/requests/insert_server.rb +1 -1
- data/lib/fog/google/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c887d0e4ec298a9bae19c3635d07d50c5087127f
|
|
4
|
+
data.tar.gz: 7eb641c583f2f23f672412761f37597cc1f61f35
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3bb2bc0e0bebc53d38bca1ffb78f6a427096d0db14ff3d45f9957d2a4d9ff29e2e7ab4d4a2effe0b3f1a448e69ecd051e1d7a4ebb4f014a64bb436e286e1b301
|
|
7
|
+
data.tar.gz: 55d52662b1df470355ad29f35cfa88b406006c5da95153db7cdbc458bc3424ec9275accf55a1ff81df9aa8b66d53102ef07a53f5f6f54f1412151fc5c89c7cd3
|
data/.travis.yml
CHANGED
data/CONTRIBUTORS.md
CHANGED
|
@@ -58,6 +58,7 @@ With also previous help from unnamed Google employees and [Fog contributors](htt
|
|
|
58
58
|
* Misha Brukman <mbrukman@google.com>
|
|
59
59
|
* Myosotis <leyla.myosotis@gmail.com>
|
|
60
60
|
* Nat Welch <nat@natwelch.com>
|
|
61
|
+
* Nicolas Leger <nicolasleger@users.noreply.github.com>
|
|
61
62
|
* Paul Thornthwaite <paul@brightbox.co.uk>
|
|
62
63
|
* Paul Thornthwaite <tokengeek@gmail.com>
|
|
63
64
|
* Paulo Henrique Lopes Ribeiro <plribeiro3000@gmail.com>
|
|
@@ -70,6 +71,7 @@ With also previous help from unnamed Google employees and [Fog contributors](htt
|
|
|
70
71
|
* Richard Wallace <rwallace@gmail.com>
|
|
71
72
|
* Romain Haenni <admin@zlabs.ch>
|
|
72
73
|
* Romain Vrignaud <rvrignaud@gmail.com>
|
|
74
|
+
* Sean Malloy <spinelli85@gmail.com>
|
|
73
75
|
* Stephen von Takach <steve@advancedcontrol.com.au>
|
|
74
76
|
* Tim Downey <tdowney@pivotal.io>
|
|
75
77
|
* Timur Alperovich <timur.alperovich@gmail.com>
|
data/lib/fog/google/version.rb
CHANGED
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: 1.2.
|
|
4
|
+
version: 1.2.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Nat Welch
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2018-02-
|
|
12
|
+
date: 2018-02-14 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: fog-core
|
|
@@ -719,7 +719,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
719
719
|
version: '0'
|
|
720
720
|
requirements: []
|
|
721
721
|
rubyforge_project:
|
|
722
|
-
rubygems_version: 2.6.
|
|
722
|
+
rubygems_version: 2.6.12
|
|
723
723
|
signing_key:
|
|
724
724
|
specification_version: 4
|
|
725
725
|
summary: Module for the 'fog' gem to support Google.
|