cron_to_go_sync 0.0.1 → 0.0.2
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 +4 -4
- data/CHANGELOG.md +4 -0
- data/Gemfile +1 -1
- data/Gemfile.lock +13 -13
- data/lib/cron_to_go_sync/parser.rb +1 -1
- data/lib/cron_to_go_sync/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d531bd7e71a0daf06b61250a3059ce01bd1f6172febf2d1a11a706cfaff19ae9
|
4
|
+
data.tar.gz: e9ba16ef0e196bea211fb25bbce57e21a15da013efa053fde0c094d5fe151116
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8f9cf851644bf65f09df48a26271e5d388946111e727ae4dd9bff690e558082e90de481231a6ab1ddb8a3f4b0dec9dc0762d6e3bdbb597e06141c295ef3aaf3d
|
7
|
+
data.tar.gz: eced56243c7204cd445166e0dbeca2612c6e4c608c2b97746352af48f0142eab1e7440dee4070650bf312ece41ef04cd1d4a607d81ac1a6e8a09844a61ae90d7
|
data/CHANGELOG.md
CHANGED
data/Gemfile
CHANGED
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
cron_to_go_sync (0.0.
|
4
|
+
cron_to_go_sync (0.0.2)
|
5
5
|
activesupport
|
6
6
|
dry-types
|
7
7
|
dry-validation
|
@@ -66,13 +66,13 @@ GEM
|
|
66
66
|
dry-initializer (~> 3.0)
|
67
67
|
dry-schema (>= 1.12, < 2)
|
68
68
|
zeitwerk (~> 2.6)
|
69
|
-
faraday (2.7.
|
69
|
+
faraday (2.7.6)
|
70
70
|
faraday-net_http (>= 2.0, < 3.1)
|
71
71
|
ruby2_keywords (>= 0.0.4)
|
72
72
|
faraday-follow_redirects (0.3.0)
|
73
73
|
faraday (>= 1, < 3)
|
74
74
|
faraday-net_http (3.0.2)
|
75
|
-
faraday-retry (2.
|
75
|
+
faraday-retry (2.2.0)
|
76
76
|
faraday (~> 2.0)
|
77
77
|
hashdiff (1.0.1)
|
78
78
|
i18n (1.13.0)
|
@@ -112,7 +112,7 @@ GEM
|
|
112
112
|
diff-lcs (>= 1.2.0, < 2.0)
|
113
113
|
rspec-support (~> 3.12.0)
|
114
114
|
rspec-support (3.12.0)
|
115
|
-
rubocop (1.
|
115
|
+
rubocop (1.52.0)
|
116
116
|
json (~> 2.3)
|
117
117
|
parallel (~> 1.10)
|
118
118
|
parser (>= 3.2.0.0)
|
@@ -122,24 +122,24 @@ GEM
|
|
122
122
|
rubocop-ast (>= 1.28.0, < 2.0)
|
123
123
|
ruby-progressbar (~> 1.7)
|
124
124
|
unicode-display_width (>= 2.4.0, < 3.0)
|
125
|
-
rubocop-ast (1.
|
125
|
+
rubocop-ast (1.29.0)
|
126
126
|
parser (>= 3.2.1.0)
|
127
|
-
rubocop-performance (1.
|
127
|
+
rubocop-performance (1.18.0)
|
128
128
|
rubocop (>= 1.7.0, < 2.0)
|
129
129
|
rubocop-ast (>= 0.4.0)
|
130
130
|
ruby-progressbar (1.13.0)
|
131
131
|
ruby2_keywords (0.0.5)
|
132
|
-
standard (1.
|
132
|
+
standard (1.29.0)
|
133
133
|
language_server-protocol (~> 3.17.0.2)
|
134
134
|
lint_roller (~> 1.0)
|
135
|
-
rubocop (~> 1.
|
135
|
+
rubocop (~> 1.52.0)
|
136
136
|
standard-custom (~> 1.0.0)
|
137
|
-
standard-performance (~> 1.0
|
138
|
-
standard-custom (1.0.
|
137
|
+
standard-performance (~> 1.1.0)
|
138
|
+
standard-custom (1.0.1)
|
139
139
|
lint_roller (~> 1.0)
|
140
|
-
standard-performance (1.0
|
140
|
+
standard-performance (1.1.0)
|
141
141
|
lint_roller (~> 1.0)
|
142
|
-
rubocop-performance (~> 1.
|
142
|
+
rubocop-performance (~> 1.18.0)
|
143
143
|
thor (1.2.2)
|
144
144
|
toml-rb (2.2.0)
|
145
145
|
citrus (~> 3.0, > 3.0)
|
@@ -163,7 +163,7 @@ DEPENDENCIES
|
|
163
163
|
pry (~> 0.14)
|
164
164
|
rspec (~> 3.0)
|
165
165
|
rspec-its (~> 1.3)
|
166
|
-
standard (~> 1.
|
166
|
+
standard (~> 1.29.0)
|
167
167
|
vcr (~> 6)
|
168
168
|
webmock (~> 3)
|
169
169
|
|
@@ -39,7 +39,7 @@ module CronToGoSync
|
|
39
39
|
unless (error = valid_cron_field(fields[3], 1, 12)).nil?
|
40
40
|
key.failure("in month: #{error}")
|
41
41
|
end
|
42
|
-
unless (error = valid_cron_field(fields[4], 0,
|
42
|
+
unless (error = valid_cron_field(fields[4], 0, 6)).nil?
|
43
43
|
key.failure("in day of week: #{error}")
|
44
44
|
end
|
45
45
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cron_to_go_sync
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Instrumentl, Inc.
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-
|
11
|
+
date: 2023-06-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|