gcp_scheduler 0.2.0 → 0.2.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +13 -12
- data/gcp_scheduler.gemspec +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7af3f302364000fb0d985aba456e67f317d5440a88bb0fa5d8a3ca1244d88d7a
|
4
|
+
data.tar.gz: 4c9ff3b6de8d2a3a2d7fb85325ff225f4b2732b8eb25d3a83b826aad6bfce166
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8507df6b58fd4d850012b0bb6b07718520aa530eb16eb4f6f593a9f2dbc0eaa4a116d2ad08384e90a0c90b227a723596dc63a846bd860b9ec7cb2b995cc1eb8e
|
7
|
+
data.tar.gz: '0685803c80df3a9f6ceb7c8dcd8f4031111bc8afce323b9f1d4ac9f185337904f2d7c077a2dba2c3aa5708d9f74e3d3a31af4e5217635db79d466b1961aa1ea0'
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
gcp_scheduler (0.2.
|
4
|
+
gcp_scheduler (0.2.1)
|
5
5
|
activesupport
|
6
6
|
google-cloud-scheduler-v1 (>= 0.7.0)
|
7
7
|
thor
|
@@ -9,7 +9,7 @@ PATH
|
|
9
9
|
GEM
|
10
10
|
remote: https://rubygems.org/
|
11
11
|
specs:
|
12
|
-
activesupport (7.0.
|
12
|
+
activesupport (7.0.7.2)
|
13
13
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
14
14
|
i18n (>= 1.6, < 2)
|
15
15
|
minitest (>= 5.1)
|
@@ -42,14 +42,14 @@ GEM
|
|
42
42
|
gapic-common (>= 0.18.0, < 2.a)
|
43
43
|
google-cloud-errors (~> 1.0)
|
44
44
|
google-cloud-location (>= 0.4, < 2.a)
|
45
|
-
google-protobuf (3.
|
46
|
-
google-protobuf (3.
|
45
|
+
google-protobuf (3.25.2-x86_64-darwin)
|
46
|
+
google-protobuf (3.25.2-x86_64-linux)
|
47
47
|
googleapis-common-protos (1.4.0)
|
48
48
|
google-protobuf (~> 3.14)
|
49
49
|
googleapis-common-protos-types (~> 1.2)
|
50
50
|
grpc (~> 1.27)
|
51
|
-
googleapis-common-protos-types (1.
|
52
|
-
google-protobuf (~> 3.
|
51
|
+
googleapis-common-protos-types (1.11.0)
|
52
|
+
google-protobuf (~> 3.18)
|
53
53
|
googleauth (1.5.2)
|
54
54
|
faraday (>= 0.17.3, < 3.a)
|
55
55
|
jwt (>= 1.4, < 3.0)
|
@@ -57,18 +57,18 @@ GEM
|
|
57
57
|
multi_json (~> 1.11)
|
58
58
|
os (>= 0.9, < 2.0)
|
59
59
|
signet (>= 0.16, < 2.a)
|
60
|
-
grpc (1.
|
61
|
-
google-protobuf (~> 3.
|
60
|
+
grpc (1.61.0-x86_64-darwin)
|
61
|
+
google-protobuf (~> 3.25)
|
62
62
|
googleapis-common-protos-types (~> 1.0)
|
63
|
-
grpc (1.
|
64
|
-
google-protobuf (~> 3.
|
63
|
+
grpc (1.61.0-x86_64-linux)
|
64
|
+
google-protobuf (~> 3.25)
|
65
65
|
googleapis-common-protos-types (~> 1.0)
|
66
|
-
i18n (1.
|
66
|
+
i18n (1.14.1)
|
67
67
|
concurrent-ruby (~> 1.0)
|
68
68
|
jwt (2.7.0)
|
69
69
|
memoist (0.16.2)
|
70
70
|
method_source (1.0.0)
|
71
|
-
minitest (5.
|
71
|
+
minitest (5.19.0)
|
72
72
|
multi_json (1.15.0)
|
73
73
|
os (1.1.4)
|
74
74
|
pry (0.14.2)
|
@@ -103,6 +103,7 @@ GEM
|
|
103
103
|
|
104
104
|
PLATFORMS
|
105
105
|
x86_64-darwin-21
|
106
|
+
x86_64-darwin-22
|
106
107
|
x86_64-linux
|
107
108
|
|
108
109
|
DEPENDENCIES
|
data/gcp_scheduler.gemspec
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: gcp_scheduler
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Akira Kusumoto
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2024-02-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: thor
|
@@ -131,7 +131,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
131
131
|
- !ruby/object:Gem::Version
|
132
132
|
version: '0'
|
133
133
|
requirements: []
|
134
|
-
rubygems_version: 3.4.
|
134
|
+
rubygems_version: 3.4.22
|
135
135
|
signing_key:
|
136
136
|
specification_version: 4
|
137
137
|
summary: A command-line interface for managing Google Cloud Scheduler jobs with ease
|