google-cloud-os_login 0.2.4 → 0.2.5

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
  SHA256:
3
- metadata.gz: '00835896ab7d149057548174a28a78b1216ed852bb3f845e50ab15baa731e590'
4
- data.tar.gz: a64bc7e03995876c70e71835febf619b08dda3d2e8cc9b8e2b60f74d2f9ce149
3
+ metadata.gz: 5b6fef5c5602baffa66db01ae0eb600cde3ca4ae7dbf36cb5a028e997c2ce590
4
+ data.tar.gz: b09f734cdc49cfcc6328a680a44a00be53927639f49423219be7b0421e2c524b
5
5
  SHA512:
6
- metadata.gz: e34a7f48b5f4a2d6757ca9a04514408cc75191710c45e5b1964eda801a0a9c03645a573d7e2695bed2d3f787ff6294d3d38d286fe3039c0822823279570ed7f0
7
- data.tar.gz: 7631ec87db2f67152f801e73e6b1e0f3fd804c2b50f039df8c8a45e6e4a0d8bb39b8c72b2f4987dfec83fec92c349acde8b301b42705a23bbac22986d8835578
6
+ metadata.gz: 1719fdfc878e957bf25e76889d369b38380dc63cdcedabf7a47b50c9fe43e92eab4e08bb903715538ff6ffa66eee0c9d926a35cfa08dd9ed5f0ae4b090046dea
7
+ data.tar.gz: 95069862cefc0d06d0118750ebd245dbacd415fb4967f0200a718c2e2db3bcf514c1221ce1b999da61dfef5ab141fceffa5c8011f97d2713d5bd739d0deb9846
@@ -27,6 +27,7 @@ require "google/gax"
27
27
 
28
28
  require "google/cloud/oslogin/v1/oslogin_pb"
29
29
  require "google/cloud/os_login/v1/credentials"
30
+ require "google/cloud/os_login/version"
30
31
 
31
32
  module Google
32
33
  module Cloud
@@ -175,7 +176,7 @@ module Google
175
176
  updater_proc = credentials.updater_proc
176
177
  end
177
178
 
178
- package_version = Gem.loaded_specs['google-cloud-os_login'].version.version
179
+ package_version = Google::Cloud::OsLogin::VERSION
179
180
 
180
181
  google_api_client = "gl-ruby/#{RUBY_VERSION}"
181
182
  google_api_client << " #{lib_name}/#{lib_version}" if lib_name
@@ -27,6 +27,7 @@ require "google/gax"
27
27
 
28
28
  require "google/cloud/oslogin/v1beta/oslogin_pb"
29
29
  require "google/cloud/os_login/v1beta/credentials"
30
+ require "google/cloud/os_login/version"
30
31
 
31
32
  module Google
32
33
  module Cloud
@@ -175,7 +176,7 @@ module Google
175
176
  updater_proc = credentials.updater_proc
176
177
  end
177
178
 
178
- package_version = Gem.loaded_specs['google-cloud-os_login'].version.version
179
+ package_version = Google::Cloud::OsLogin::VERSION
179
180
 
180
181
  google_api_client = "gl-ruby/#{RUBY_VERSION}"
181
182
  google_api_client << " #{lib_name}/#{lib_version}" if lib_name
@@ -0,0 +1,22 @@
1
+ # Copyright 2019 Google LLC
2
+ #
3
+ # Licensed under the Apache License, Version 2.0 (the "License");
4
+ # you may not use this file except in compliance with the License.
5
+ # You may obtain a copy of the License at
6
+ #
7
+ # https://www.apache.org/licenses/LICENSE-2.0
8
+ #
9
+ # Unless required by applicable law or agreed to in writing, software
10
+ # distributed under the License is distributed on an "AS IS" BASIS,
11
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ # See the License for the specific language governing permissions and
13
+ # limitations under the License.
14
+
15
+
16
+ module Google
17
+ module Cloud
18
+ module OsLogin
19
+ VERSION = "0.2.5".freeze
20
+ end
21
+ end
22
+ end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-os_login
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.4
4
+ version: 0.2.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-04-30 00:00:00.000000000 Z
11
+ date: 2019-06-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-gax
@@ -123,6 +123,7 @@ files:
123
123
  - lib/google/cloud/os_login/v1beta/doc/google/protobuf/field_mask.rb
124
124
  - lib/google/cloud/os_login/v1beta/os_login_service_client.rb
125
125
  - lib/google/cloud/os_login/v1beta/os_login_service_client_config.json
126
+ - lib/google/cloud/os_login/version.rb
126
127
  - lib/google/cloud/oslogin/common/common_pb.rb
127
128
  - lib/google/cloud/oslogin/v1/oslogin_pb.rb
128
129
  - lib/google/cloud/oslogin/v1/oslogin_services_pb.rb