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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0b68354d6a46e2e20fb8f749f02897d1230f27f7
4
- data.tar.gz: 863ff6fe9d9ab734a91a4a3056ba70af08580a59
3
+ metadata.gz: c887d0e4ec298a9bae19c3635d07d50c5087127f
4
+ data.tar.gz: 7eb641c583f2f23f672412761f37597cc1f61f35
5
5
  SHA512:
6
- metadata.gz: 5d0058e6808ff0ebb063d5dea82333fa87de4342dbf6166386d7815469deda0e79e89205d420b2ea665467f13b4d0efda267fd96e4027b161bf0b74a79bc8f9a
7
- data.tar.gz: e8b4888c3c034d8f8ff4debef9c7b3608193a1d0551af170a58abff5b8d7df05124e53c10d822ed775e63f6a97b2f19a74dbb52fab9c1a0fa60f2d0bcdf85dad
6
+ metadata.gz: 3bb2bc0e0bebc53d38bca1ffb78f6a427096d0db14ff3d45f9957d2a4d9ff29e2e7ab4d4a2effe0b3f1a448e69ecd051e1d7a4ebb4f014a64bb436e286e1b301
7
+ data.tar.gz: 55d52662b1df470355ad29f35cfa88b406006c5da95153db7cdbc458bc3424ec9275accf55a1ff81df9aa8b66d53102ef07a53f5f6f54f1412151fc5c89c7cd3
data/.travis.yml CHANGED
@@ -8,11 +8,10 @@ matrix:
8
8
  - rvm: 2.1
9
9
  - rvm: 2.2
10
10
  - rvm: 2.3
11
- - rvm: 2.4.0
12
- - rvm: 2.4.1
11
+ - rvm: 2.4
12
+ - rvm: 2.5
13
13
  - rvm: jruby-head
14
14
  allow_failures:
15
15
  - rvm: jruby-head
16
- - rvm: 2.4.1
17
16
  notifications:
18
17
  email: false
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>
@@ -95,7 +95,7 @@ module Fog
95
95
  end
96
96
 
97
97
  if data[:scheduling]
98
- data[:scheduling] = ::Google::Apis::ComputeV1::ServiceAccount.new(options[:scheduling])
98
+ data[:scheduling] = ::Google::Apis::ComputeV1::Scheduling.new(options[:scheduling])
99
99
  end
100
100
 
101
101
  if data[:tags]
@@ -1,5 +1,5 @@
1
1
  module Fog
2
2
  module Google
3
- VERSION = "1.2.1".freeze
3
+ VERSION = "1.2.2".freeze
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: 1.2.1
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-06 00:00:00.000000000 Z
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.13
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.