google-cloud-scheduler 1.0.0 → 1.0.1
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3554e666a2ebb3658a1c55705a4e58f40e1009366b786e31747c966c3388ed6b
|
|
4
|
+
data.tar.gz: 92af07ea926d50efc6555023db2e39da61b50426b3e19f012ff8db1890c12f45
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e3a9971f77e7f2c7ada91dcbec4758a59073dfcb21cc35db617da72843fd1ea9e0667b35ac80f73f6a7414ddaf1266a10ba98df571a49ec410a9ba977be8f714
|
|
7
|
+
data.tar.gz: eaef434726207640657c20582800f4266d4069902466860804096745d91713f0503c7d9d9b49c846eb99351108b3bdeb41c8ace36e34d04ae9238a934bc8e14d
|
|
@@ -27,6 +27,7 @@ require "google/gax"
|
|
|
27
27
|
|
|
28
28
|
require "google/cloud/scheduler/v1/cloudscheduler_pb"
|
|
29
29
|
require "google/cloud/scheduler/v1/credentials"
|
|
30
|
+
require "google/cloud/scheduler/version"
|
|
30
31
|
|
|
31
32
|
module Google
|
|
32
33
|
module Cloud
|
|
@@ -181,7 +182,7 @@ module Google
|
|
|
181
182
|
updater_proc = credentials.updater_proc
|
|
182
183
|
end
|
|
183
184
|
|
|
184
|
-
package_version =
|
|
185
|
+
package_version = Google::Cloud::Scheduler::VERSION
|
|
185
186
|
|
|
186
187
|
google_api_client = "gl-ruby/#{RUBY_VERSION}"
|
|
187
188
|
google_api_client << " #{lib_name}/#{lib_version}" if lib_name
|
|
@@ -27,6 +27,7 @@ require "google/gax"
|
|
|
27
27
|
|
|
28
28
|
require "google/cloud/scheduler/v1beta1/cloudscheduler_pb"
|
|
29
29
|
require "google/cloud/scheduler/v1beta1/credentials"
|
|
30
|
+
require "google/cloud/scheduler/version"
|
|
30
31
|
|
|
31
32
|
module Google
|
|
32
33
|
module Cloud
|
|
@@ -181,7 +182,7 @@ module Google
|
|
|
181
182
|
updater_proc = credentials.updater_proc
|
|
182
183
|
end
|
|
183
184
|
|
|
184
|
-
package_version =
|
|
185
|
+
package_version = Google::Cloud::Scheduler::VERSION
|
|
185
186
|
|
|
186
187
|
google_api_client = "gl-ruby/#{RUBY_VERSION}"
|
|
187
188
|
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 Scheduler
|
|
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-scheduler
|
|
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
|
|
@@ -161,6 +161,7 @@ files:
|
|
|
161
161
|
- lib/google/cloud/scheduler/v1beta1/helpers.rb
|
|
162
162
|
- lib/google/cloud/scheduler/v1beta1/job_pb.rb
|
|
163
163
|
- lib/google/cloud/scheduler/v1beta1/target_pb.rb
|
|
164
|
+
- lib/google/cloud/scheduler/version.rb
|
|
164
165
|
homepage: https://github.com/googleapis/googleapis
|
|
165
166
|
licenses:
|
|
166
167
|
- Apache-2.0
|