gcp_scheduler 0.2.0 → 0.2.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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +13 -12
  3. data/gcp_scheduler.gemspec +1 -1
  4. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f8ac6e8722729145a8554094fd36c0f6fbca375ceee2dbb22dabb8000da4fff5
4
- data.tar.gz: dac2f9c3a07478d3eb8e234dad0c1f0049a7ae022689150c1e3b1ad6339cc777
3
+ metadata.gz: 7af3f302364000fb0d985aba456e67f317d5440a88bb0fa5d8a3ca1244d88d7a
4
+ data.tar.gz: 4c9ff3b6de8d2a3a2d7fb85325ff225f4b2732b8eb25d3a83b826aad6bfce166
5
5
  SHA512:
6
- metadata.gz: 44a5afe8aecd424d1ece6110bb9c86fd19eb0c768da90a2644197a194d2c3ce1c3eb48c6e31f6fae912e1639cb1585adcf9ba8273c3a892ab5cdb54183a09cf1
7
- data.tar.gz: d5f9cc18e76b649b9a5581b4a67964dd181b37e72d7aa175c6514a6f019fc90f355d8e1f794807037d9848888fb1b7f96741e20392f7eec0e4fc1de3bafc1fbe
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.0)
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.4.3)
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.22.3-x86_64-darwin)
46
- google-protobuf (3.22.3-x86_64-linux)
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.5.0)
52
- google-protobuf (~> 3.14)
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.54.0-x86_64-darwin)
61
- google-protobuf (~> 3.21)
60
+ grpc (1.61.0-x86_64-darwin)
61
+ google-protobuf (~> 3.25)
62
62
  googleapis-common-protos-types (~> 1.0)
63
- grpc (1.54.0-x86_64-linux)
64
- google-protobuf (~> 3.21)
63
+ grpc (1.61.0-x86_64-linux)
64
+ google-protobuf (~> 3.25)
65
65
  googleapis-common-protos-types (~> 1.0)
66
- i18n (1.12.0)
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.18.0)
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
@@ -2,7 +2,7 @@ $LOAD_PATH.push File.expand_path("lib", __dir__)
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = "gcp_scheduler"
5
- s.version = "0.2.0"
5
+ s.version = "0.2.1"
6
6
  s.platform = Gem::Platform::RUBY
7
7
  s.authors = ["Akira Kusumoto"]
8
8
  s.email = ["akirakusumo10@gmail.com"]
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.0
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: 2023-05-27 00:00:00.000000000 Z
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.8
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