cronify 0.3.0 → 0.4.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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/cronify/version.rb +1 -1
  3. metadata +1 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5fe21eb275c1f2e77abe85d68639fdf73a78db1ea356cd331926cee90214d27f
4
- data.tar.gz: c328b69f9254b75f5e86e082a504703f60b751f4872abf1794afde6655a25e36
3
+ metadata.gz: 25115515f783ada6fbc12c7d1c93e227fe04d1426d1f7b1d8fcd2d870a7def02
4
+ data.tar.gz: 6fa2a278bf07f8fff46403721f5291ab741ab4413abb9cd3454ebe09a5d91729
5
5
  SHA512:
6
- metadata.gz: 432dc49bf1d6c45436e76534c0cc21205f77e69c963161a90af9a2749907caaaa6b05383f9fe8868880647a1c10b30e08f233db96fe6c45daa84d1b908a94fab
7
- data.tar.gz: f7995d3c9b688fac02a60b6d7bbe22169d6f863ea2bf410cf27d4f40dc1b8393e0e81e0e4dccfd5e27c9e685606b917dc70ab8a2cc73a60d246d4008a7a4349a
6
+ metadata.gz: 9617590e29ffcda9133bf3f128e5414b4cd295a5237cb9c5abaa5082e22c851b3f5615b9a0af00d429513c42a4417b28bcc7a9162fd8f011b4e26d1b670244f3
7
+ data.tar.gz: ebb660d4734304aba30a5fe8d77424619f4bf975df54e02137d6bd0e5e0517fcba0dc30cb95769975633a9e7742a72d428280ec7303bd81fa9efc6f111967627
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Cronify
4
- VERSION = "0.3.0"
4
+ VERSION = "0.4.0"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cronify
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andreas Christopoulos
@@ -83,7 +83,6 @@ homepage: https://github.com/achristop/cronify
83
83
  licenses:
84
84
  - MIT
85
85
  metadata:
86
- allowed_push_host: https://rubygems.org
87
86
  homepage_uri: https://github.com/achristop/cronify
88
87
  source_code_uri: https://github.com/achristop/cronify/tree/main
89
88
  changelog_uri: https://github.com/achristop/cronify/blob/main/CHANGELOG.md