google-cloud-webrisk 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4b72af616a0abf672f8ab7f9e19e327e59ac13215b94b49d264295c75b89a944
4
- data.tar.gz: c63b80439db83520a59c79b6cf6f76c79e3708c93aedf80201d13e37441b9a8d
3
+ metadata.gz: b1f1efaf6264bfcb9aef20c8f9b0071c5ed9c2e4ad475e191f355b9d0f3a9995
4
+ data.tar.gz: 413afe46af622cd2fdc87dcded8bb213247a62261fcb469c4e928edf9e3d6971
5
5
  SHA512:
6
- metadata.gz: 614c8f812b858eac109308709c0619b04ea4b8e61697c6fe2f3de5cbd03a9b53e696719146273a1ee20e7234e3a75a0e10e69046c91ce11ac37e3c6feefdb4a1
7
- data.tar.gz: f9156faf573817443dc1e6a7b4a18a86e56701ca77db41fbae67bdbb3aa2392f61f0fc5d0c41281841cd2c43a3b0376d14d25c9edd6aa83cc385ab496c7a0fa6
6
+ metadata.gz: d05c3d78cd100f0e0f06b0d7bfda7eaac860ff7d0c5a5bbdd7d71a62cb70ed74cd4ed98eb1fbb955a3abfff4eb932ae0bd0fc74c8087eda3fd3fd6ed84e4167b
7
+ data.tar.gz: 189835d54e6179ce43190c8b825d1c85a00bf760fb10afa7a4bb33e50465212d4f5877f26e501ed0bcf4a88660cc2753b9c2ac08494533bc703e6b21f6b9c9e3
@@ -27,6 +27,7 @@ require "google/gax"
27
27
 
28
28
  require "google/cloud/webrisk/v1beta1/webrisk_pb"
29
29
  require "google/cloud/webrisk/v1beta1/credentials"
30
+ require "google/cloud/webrisk/version"
30
31
 
31
32
  module Google
32
33
  module Cloud
@@ -121,7 +122,7 @@ module Google
121
122
  updater_proc = credentials.updater_proc
122
123
  end
123
124
 
124
- package_version = Gem.loaded_specs['google-cloud-webrisk'].version.version
125
+ package_version = Google::Cloud::Webrisk::VERSION
125
126
 
126
127
  google_api_client = "gl-ruby/#{RUBY_VERSION}"
127
128
  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 Webrisk
19
+ VERSION = "0.1.2".freeze
20
+ end
21
+ end
22
+ end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-webrisk
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
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
@@ -113,6 +113,7 @@ files:
113
113
  - lib/google/cloud/webrisk/v1beta1/web_risk_service_v1_beta1_client_config.json
114
114
  - lib/google/cloud/webrisk/v1beta1/webrisk_pb.rb
115
115
  - lib/google/cloud/webrisk/v1beta1/webrisk_services_pb.rb
116
+ - lib/google/cloud/webrisk/version.rb
116
117
  homepage: https://github.com/googleapis/googleapis
117
118
  licenses:
118
119
  - Apache-2.0