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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fb323d00f2fe6849f20f972489da0a46988c12504041fe5a2be7eaf1acf448cd
4
- data.tar.gz: d4508f94079d3e7e52cb10d558cfe030813c5d0e8da6df036674fa5f27a993ea
3
+ metadata.gz: 4e981260e37b997c2d8e4a004a442423166b4b6e892aba3d8cbccf4a986df33c
4
+ data.tar.gz: c82ae330d69b16dc11b4ab78d128af97d71fe8bca124f56c5ff82260c0f2c414
5
5
  SHA512:
6
- metadata.gz: f357447483ec6c36ed6a258416f0c9f5169c3f664e55c5eacf9d797810dad7644e955181340891e2f70098e34af934dee2adf5fc2411e50b637f352c823deb09
7
- data.tar.gz: 3af23b9c9489eff0b5c944b051fea6ac78bde51ac5083e9c280c8f98522fdb7fc56dcbd63f3fdd90cd99381ef80abd1f81a83b395bacecb2d4304a944d203808
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
 
@@ -1,3 +1,3 @@
1
1
  module RecurrentTasks
2
- VERSION = '0.0.2'
2
+ VERSION = '0.0.3'
3
3
  end
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.2
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-01-14 00:00:00.000000000 Z
10
+ date: 2025-02-26 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: oj