google-cloud-recaptcha_enterprise 0.1.0 → 0.1.1

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: ce55fe2c0b1f54bc59d8f12aa43cae162f5c1fec150a010b9cfc80bd2d02dc66
4
- data.tar.gz: 4791c3488e3f93b2331f5146b634bff55a38fce271521f3faf3a64dc5ebcb609
3
+ metadata.gz: dd1c979e9f4475097f3a4625a2d7586254c2a62dd27469e8ebc1df0c89c96401
4
+ data.tar.gz: 5e9f8c95b7fa13cba5cacc846d287d1ebefd99ddca6fa515656c9fd0d48e594f
5
5
  SHA512:
6
- metadata.gz: f6afa124c9d979022ada576273d362409e08b28d169a60b9636ac24f7d0d0b892646f8cc73f5e0cb7f3cc6365344258eaaa09e22100c32586ce7e9145591b151
7
- data.tar.gz: 4a62fb0ec0ab89e153e5eeb40f2d0f936ec297ab17b20254465df9b76362bf7ab5d81d28373525b359f27f6200078d7aaf2e43aed09255a4f205864b7edeea08
6
+ metadata.gz: fe6a1b270258392d5603fc075be163fe69e01657c56e84d63179c2291153db8b625395e2ff42bba4c4b5b99bc35ef02df26c751356356c87c1a0f246b3df8f5e
7
+ data.tar.gz: d5a9656daf6df440501f1485fb0b5012e2ce1af11f2e617197995d492f3116176faf58cb06a94bf2944b7755bd3bf4a88c05bf64216b237eb40b64cadebe05b3
@@ -27,6 +27,7 @@ require "google/gax"
27
27
 
28
28
  require "google/cloud/recaptchaenterprise/v1beta1/recaptchaenterprise_pb"
29
29
  require "google/cloud/recaptcha_enterprise/v1beta1/credentials"
30
+ require "google/cloud/recaptcha_enterprise/version"
30
31
 
31
32
  module Google
32
33
  module Cloud
@@ -152,7 +153,7 @@ module Google
152
153
  updater_proc = credentials.updater_proc
153
154
  end
154
155
 
155
- package_version = Gem.loaded_specs['google-cloud-recaptcha_enterprise'].version.version
156
+ package_version = Google::Cloud::RecaptchaEnterprise::VERSION
156
157
 
157
158
  google_api_client = "gl-ruby/#{RUBY_VERSION}"
158
159
  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 RecaptchaEnterprise
19
+ VERSION = "0.1.1".freeze
20
+ end
21
+ end
22
+ end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-recaptcha_enterprise
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
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-25 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
@@ -127,6 +127,7 @@ files:
127
127
  - lib/google/cloud/recaptcha_enterprise/v1beta1/helpers.rb
128
128
  - lib/google/cloud/recaptcha_enterprise/v1beta1/recaptcha_enterprise_client.rb
129
129
  - lib/google/cloud/recaptcha_enterprise/v1beta1/recaptcha_enterprise_client_config.json
130
+ - lib/google/cloud/recaptcha_enterprise/version.rb
130
131
  - lib/google/cloud/recaptchaenterprise/v1beta1/recaptchaenterprise_pb.rb
131
132
  - lib/google/cloud/recaptchaenterprise/v1beta1/recaptchaenterprise_services_pb.rb
132
133
  homepage: https://github.com/googleapis/googleapis