google-cloud-tasks 1.0.0 → 1.0.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: cdbba29a9ffd166e155ff866eb290bdafddc5543dbf7f801b668e2264fcb07d7
|
4
|
+
data.tar.gz: fb634728f11d9a952a628c950012a2ef0c9512d39f85997534f5780d6b81522d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 974d0d2cb2b8852af517cc952a75ba0228eb0f3bbe31c5226333ed133b0f838a1efd90ee39894e3be2874792958b0bc84c7f1deab6445dc80def4e21f6e5a4a8
|
7
|
+
data.tar.gz: 253ac79647243144ee0bd33dc165742d87c66dfc663322aa2dca1724f4e82fd2f65fe29df73d83b40fd6ab7df3a4f877fe412249cc0f672eb0320a7749954922
|
@@ -27,6 +27,7 @@ require "google/gax"
|
|
27
27
|
|
28
28
|
require "google/cloud/tasks/v2/cloudtasks_pb"
|
29
29
|
require "google/cloud/tasks/v2/credentials"
|
30
|
+
require "google/cloud/tasks/version"
|
30
31
|
|
31
32
|
module Google
|
32
33
|
module Cloud
|
@@ -206,7 +207,7 @@ module Google
|
|
206
207
|
updater_proc = credentials.updater_proc
|
207
208
|
end
|
208
209
|
|
209
|
-
package_version =
|
210
|
+
package_version = Google::Cloud::Tasks::VERSION
|
210
211
|
|
211
212
|
google_api_client = "gl-ruby/#{RUBY_VERSION}"
|
212
213
|
google_api_client << " #{lib_name}/#{lib_version}" if lib_name
|
@@ -27,6 +27,7 @@ require "google/gax"
|
|
27
27
|
|
28
28
|
require "google/cloud/tasks/v2beta2/cloudtasks_pb"
|
29
29
|
require "google/cloud/tasks/v2beta2/credentials"
|
30
|
+
require "google/cloud/tasks/version"
|
30
31
|
|
31
32
|
module Google
|
32
33
|
module Cloud
|
@@ -206,7 +207,7 @@ module Google
|
|
206
207
|
updater_proc = credentials.updater_proc
|
207
208
|
end
|
208
209
|
|
209
|
-
package_version =
|
210
|
+
package_version = Google::Cloud::Tasks::VERSION
|
210
211
|
|
211
212
|
google_api_client = "gl-ruby/#{RUBY_VERSION}"
|
212
213
|
google_api_client << " #{lib_name}/#{lib_version}" if lib_name
|
@@ -27,6 +27,7 @@ require "google/gax"
|
|
27
27
|
|
28
28
|
require "google/cloud/tasks/v2beta3/cloudtasks_pb"
|
29
29
|
require "google/cloud/tasks/v2beta3/credentials"
|
30
|
+
require "google/cloud/tasks/version"
|
30
31
|
|
31
32
|
module Google
|
32
33
|
module Cloud
|
@@ -206,7 +207,7 @@ module Google
|
|
206
207
|
updater_proc = credentials.updater_proc
|
207
208
|
end
|
208
209
|
|
209
|
-
package_version =
|
210
|
+
package_version = Google::Cloud::Tasks::VERSION
|
210
211
|
|
211
212
|
google_api_client = "gl-ruby/#{RUBY_VERSION}"
|
212
213
|
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 Tasks
|
19
|
+
VERSION = "1.0.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-tasks
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.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-
|
11
|
+
date: 2019-06-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-gax
|
@@ -208,6 +208,7 @@ files:
|
|
208
208
|
- lib/google/cloud/tasks/v2beta3/queue_pb.rb
|
209
209
|
- lib/google/cloud/tasks/v2beta3/target_pb.rb
|
210
210
|
- lib/google/cloud/tasks/v2beta3/task_pb.rb
|
211
|
+
- lib/google/cloud/tasks/version.rb
|
211
212
|
homepage: https://github.com/googleapis/google-cloud-ruby/tree/master/google-cloud-tasks
|
212
213
|
licenses:
|
213
214
|
- Apache-2.0
|