sidekiq-cron 1.6.0 → 1.7.0

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.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sidekiq-cron
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.0
4
+ version: 1.7.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ondrej Bartas
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-06-30 00:00:00.000000000 Z
11
+ date: 2022-07-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: fugit
@@ -136,7 +136,8 @@ dependencies:
136
136
  - - "~>"
137
137
  - !ruby/object:Gem::Version
138
138
  version: '0.21'
139
- description: Enables to set jobs to be run in specified time (using CRON notation)
139
+ description: Enables to set jobs to be run in specified time (using CRON notation
140
+ or natural language)
140
141
  email: ondrej@bartas.cz
141
142
  executables: []
142
143
  extensions: []
@@ -167,11 +168,16 @@ files:
167
168
  - lib/sidekiq/cron/views/cron_show.erb
168
169
  - lib/sidekiq/cron/web.rb
169
170
  - lib/sidekiq/cron/web_extension.rb
171
+ - lib/sidekiq/options.rb
170
172
  - sidekiq-cron.gemspec
171
173
  - test/integration/performance_test.rb
172
174
  - test/test_helper.rb
175
+ - test/unit/fixtures/schedule_array.yml
176
+ - test/unit/fixtures/schedule_hash.yml
177
+ - test/unit/fixtures/schedule_string.yml
173
178
  - test/unit/job_test.rb
174
179
  - test/unit/poller_test.rb
180
+ - test/unit/schedule_loader_test.rb
175
181
  - test/unit/web_extension_test.rb
176
182
  homepage: https://github.com/ondrejbartas/sidekiq-cron
177
183
  licenses:
@@ -195,5 +201,5 @@ requirements: []
195
201
  rubygems_version: 3.1.4
196
202
  signing_key:
197
203
  specification_version: 4
198
- summary: Sidekiq-Cron helps to add repeated scheduled jobs
204
+ summary: Scheduler/Cron for Sidekiq jobs
199
205
  test_files: []