cronofy 0.41.1 → 0.41.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/Gemfile +1 -1
- data/lib/cronofy/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: 9c30cdd524daa4fce8f4ac9a38ea480c90a7b28e145d01d78e6a347b90de80f5
|
4
|
+
data.tar.gz: c3e56f725ff5c255366793f0f6c6c412b81ccc26000cfadadcf12056effb261f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ce956c6d6e295fe360bf9fef03866906cfee80cbec03aba30b1c82648f0dba7ab5f40559ecbf1b50eec54f53fee55534c18626e1ac1d0378045832f4b60fd76b
|
7
|
+
data.tar.gz: 4f3565cfbd3b95fb0ca067f01612f9e942fa3b2f1c0a5ab6c57be6255391a8b8b8ffaca0551f2e029ca906c68a8871e14127b0c38529340c7a737fc9cb9a1554
|
data/CHANGELOG.md
CHANGED
@@ -1,3 +1,7 @@
|
|
1
|
+
## [0.41.2]
|
2
|
+
|
3
|
+
* Bump Rack to version 2.1.4 [#113]
|
4
|
+
|
1
5
|
## [0.41.1]
|
2
6
|
|
3
7
|
* Loosen the version requirement on Hashie to allow 5.X [#114]
|
@@ -289,4 +293,5 @@
|
|
289
293
|
[#104]: https://github.com/cronofy/cronofy-ruby/pull/104
|
290
294
|
[#108]: https://github.com/cronofy/cronofy-ruby/pull/108
|
291
295
|
[#111]: https://github.com/cronofy/cronofy-ruby/pull/111
|
296
|
+
[#113]: https://github.com/cronofy/cronofy-ruby/pull/113
|
292
297
|
[#114]: https://github.com/cronofy/cronofy-ruby/pull/114
|
data/Gemfile
CHANGED
data/lib/cronofy/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cronofy
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.41.
|
4
|
+
version: 0.41.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Sergii Paryzhskyi
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2024-
|
12
|
+
date: 2024-05-28 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: hashie
|