recurrent_tasks 0.0.2 → 0.0.3
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/lib/recurrent_tasks/base_spec.rb +1 -1
- data/lib/recurrent_tasks/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: 4e981260e37b997c2d8e4a004a442423166b4b6e892aba3d8cbccf4a986df33c
|
4
|
+
data.tar.gz: c82ae330d69b16dc11b4ab78d128af97d71fe8bca124f56c5ff82260c0f2c414
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2f20b83b2f1f4da0e9ca328abcea4b9a988019b390f432c4edd21a2b7c97de69ad417535251b058c04151a71a192a8b42ba6533115f03f67cd2c27a1afb79e0a
|
7
|
+
data.tar.gz: 94cf40800800edf84225829bb7f486c53a1f0186cc983852fc266a7f7af817ea2b29fee899c2c3ed6b8414ba427236b5ce23031f2728e5c3e6135977aa4c5d67
|
@@ -13,7 +13,7 @@ task_files_paths.each do |task_file_path|
|
|
13
13
|
raise "The task file '#{task_file_path}' is missing a 'title' property" unless title
|
14
14
|
|
15
15
|
puts "Declaring Recurrent Tasks: #{title}"
|
16
|
-
describe title do
|
16
|
+
describe "#{title} | " do
|
17
17
|
recurrent_tasks = task_file_json.fetch('recurrent_tasks', nil)
|
18
18
|
raise "The task file '#{task_file_path}' is missing a 'recurrent_tasks' list property" unless recurrent_tasks
|
19
19
|
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: recurrent_tasks
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Massimiliano De Vivo
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date: 2025-
|
10
|
+
date: 2025-02-26 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: oj
|