cronofy 0.41.1 → 0.41.2

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: 8c111d0cca6145ea7c22e1b5d59cbd374ebbb383465fa6bb6866282a5e3d17cf
4
- data.tar.gz: e71b275482d1114f9c034245b88272d33e79d144145a1432f962bc2e83f04584
3
+ metadata.gz: 9c30cdd524daa4fce8f4ac9a38ea480c90a7b28e145d01d78e6a347b90de80f5
4
+ data.tar.gz: c3e56f725ff5c255366793f0f6c6c412b81ccc26000cfadadcf12056effb261f
5
5
  SHA512:
6
- metadata.gz: 850f322c3b3da531046a21a913f01f3c26cd8c5f0942162980c6efb0261b5c2aac4d75a15936782fe1feb48e8f66be6d1775760e7cc91b14c41aebd569fe895b
7
- data.tar.gz: 88646380b347532093de32d2c37630406a72e4ccdfbbbbf8492968a05a6550f14073d1783feb39e6590ac09729a8d2a2da98767c517418129918bcf6b001b004
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
@@ -2,4 +2,4 @@ source 'https://rubygems.org'
2
2
 
3
3
  gemspec
4
4
 
5
- gem "rack", "~> 1.0"
5
+ gem "rack", "~> 2.1.4"
@@ -1,3 +1,3 @@
1
1
  module Cronofy
2
- VERSION = "0.41.1".freeze
2
+ VERSION = "0.41.2".freeze
3
3
  end
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.1
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-03-01 00:00:00.000000000 Z
12
+ date: 2024-05-28 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: hashie