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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6d51ed36d2923293ce7c72f8dff71b16f2703adda73bd9769e1734ce474b4ec8
4
- data.tar.gz: 80cb621f80dc461a634c94a3df036d765e45d5bd97de7eb0e380fc8d51d98a0a
3
+ metadata.gz: d531bd7e71a0daf06b61250a3059ce01bd1f6172febf2d1a11a706cfaff19ae9
4
+ data.tar.gz: e9ba16ef0e196bea211fb25bbce57e21a15da013efa053fde0c094d5fe151116
5
5
  SHA512:
6
- metadata.gz: d9b43e4dd3dc46960ad077c9e47507e21c1019cf05071656101653efee5f4f896cb65f89cb4887ef51a145038975ea8c7715c32b098cdc52086496c8a6a4c554
7
- data.tar.gz: c014625e1f23df03a36164cfb4995f4b70a2f3bce2eadc40b7350b410b2891029a3a7ed3ee22a13f90afefb95f66fa340d016f1a110b52d84a4e08def4a08a9a
6
+ metadata.gz: 8f9cf851644bf65f09df48a26271e5d388946111e727ae4dd9bff690e558082e90de481231a6ab1ddb8a3f4b0dec9dc0762d6e3bdbb597e06141c295ef3aaf3d
7
+ data.tar.gz: eced56243c7204cd445166e0dbeca2612c6e4c608c2b97746352af48f0142eab1e7440dee4070650bf312ece41ef04cd1d4a607d81ac1a6e8a09844a61ae90d7
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ 0.0.2
2
+ -----
3
+ - Do not allow "7" in a day-of-week block to represent Sunday (CronToGo only allows "0")
4
+
1
5
  0.0.1
2
6
  -----
3
7
  - Initial release
data/Gemfile CHANGED
@@ -8,7 +8,7 @@ gemspec
8
8
  group :development, :test do
9
9
  gem "rspec", "~> 3.0"
10
10
  gem "rspec-its", "~>1.3"
11
- gem "standard", "~> 1.28.3"
11
+ gem "standard", "~> 1.29.0"
12
12
  gem "pry", "~> 0.14"
13
13
  gem "webmock", "~> 3"
14
14
  gem "vcr", "~> 6"
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- cron_to_go_sync (0.0.1)
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.5)
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.1.0)
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.50.2)
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.28.1)
125
+ rubocop-ast (1.29.0)
126
126
  parser (>= 3.2.1.0)
127
- rubocop-performance (1.16.0)
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.28.3)
132
+ standard (1.29.0)
133
133
  language_server-protocol (~> 3.17.0.2)
134
134
  lint_roller (~> 1.0)
135
- rubocop (~> 1.50.2)
135
+ rubocop (~> 1.52.0)
136
136
  standard-custom (~> 1.0.0)
137
- standard-performance (~> 1.0.1)
138
- standard-custom (1.0.0)
137
+ standard-performance (~> 1.1.0)
138
+ standard-custom (1.0.1)
139
139
  lint_roller (~> 1.0)
140
- standard-performance (1.0.1)
140
+ standard-performance (1.1.0)
141
141
  lint_roller (~> 1.0)
142
- rubocop-performance (~> 1.16.0)
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.28.3)
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, 7)).nil?
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
@@ -1,3 +1,3 @@
1
1
  module CronToGoSync
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  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.1
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-05-26 00:00:00.000000000 Z
11
+ date: 2023-06-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport