cronofy 0.41.0 → 0.41.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 70859d7df67d1abfb03702825b4a304a8e2426f7073d9055343559cb9e41e469
4
- data.tar.gz: 0f778ceec16c9a4fd9f25a9cc50f6f7957f643aa8e1980e35d7690483f8cdea5
3
+ metadata.gz: 8c111d0cca6145ea7c22e1b5d59cbd374ebbb383465fa6bb6866282a5e3d17cf
4
+ data.tar.gz: e71b275482d1114f9c034245b88272d33e79d144145a1432f962bc2e83f04584
5
5
  SHA512:
6
- metadata.gz: 0b15136e06190b874efc0d32c1cb4efa16bf093c0473faf1ad2fb59f66511ef44069cad5199f1f63e9d05e25e74c6376cd4534c380073ec59b55ddc8ef7f6b7c
7
- data.tar.gz: 65256a5f09863beb7d620746e6d5fb9d79242c9d374adba3161c1439a9bb93ebf96cbde2b65c72a81876d03a7abec218ea60cb43e50506a47f9a98a112da39c1
6
+ metadata.gz: 850f322c3b3da531046a21a913f01f3c26cd8c5f0942162980c6efb0261b5c2aac4d75a15936782fe1feb48e8f66be6d1775760e7cc91b14c41aebd569fe895b
7
+ data.tar.gz: 88646380b347532093de32d2c37630406a72e4ccdfbbbbf8492968a05a6550f14073d1783feb39e6590ac09729a8d2a2da98767c517418129918bcf6b001b004
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## [0.41.1]
2
+
3
+ * Loosen the version requirement on Hashie to allow 5.X [#114]
4
+
1
5
  ## [0.41.0]
2
6
 
3
7
  * Adds support for the query_slots parameter [#111]
@@ -232,6 +236,7 @@
232
236
  [0.39.0]: https://github.com/cronofy/cronofy-ruby/releases/tag/0.39.0
233
237
  [0.40.0]: https://github.com/cronofy/cronofy-ruby/releases/tag/v0.40.0
234
238
  [0.41.0]: https://github.com/cronofy/cronofy-ruby/releases/tag/v0.41.0
239
+ [0.41.1]: https://github.com/cronofy/cronofy-ruby/releases/tag/v0.41.1
235
240
 
236
241
  [#13]: https://github.com/cronofy/cronofy-ruby/pull/13
237
242
  [#16]: https://github.com/cronofy/cronofy-ruby/pull/16
@@ -284,3 +289,4 @@
284
289
  [#104]: https://github.com/cronofy/cronofy-ruby/pull/104
285
290
  [#108]: https://github.com/cronofy/cronofy-ruby/pull/108
286
291
  [#111]: https://github.com/cronofy/cronofy-ruby/pull/111
292
+ [#114]: https://github.com/cronofy/cronofy-ruby/pull/114
data/cronofy.gemspec CHANGED
@@ -17,7 +17,7 @@ Gem::Specification.new do |spec|
17
17
  spec.files += Dir['spec/**/*.rb']
18
18
  spec.test_files = Dir['spec/**/*.rb']
19
19
 
20
- spec.add_runtime_dependency "hashie", ">= 2.1", "< 5"
20
+ spec.add_runtime_dependency "hashie", ">= 2.1", "< 6"
21
21
  spec.add_runtime_dependency "oauth2", ">= 2.0.4"
22
22
 
23
23
  spec.add_development_dependency "bundler", ">= 1.6", "< 3"
@@ -1,3 +1,3 @@
1
1
  module Cronofy
2
- VERSION = "0.41.0".freeze
2
+ VERSION = "0.41.1".freeze
3
3
  end
metadata CHANGED
@@ -1,15 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cronofy
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.41.0
4
+ version: 0.41.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sergii Paryzhskyi
8
8
  - Garry Shutler
9
- autorequire:
9
+ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2023-07-27 00:00:00.000000000 Z
12
+ date: 2024-03-01 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: hashie
@@ -20,7 +20,7 @@ dependencies:
20
20
  version: '2.1'
21
21
  - - "<"
22
22
  - !ruby/object:Gem::Version
23
- version: '5'
23
+ version: '6'
24
24
  type: :runtime
25
25
  prerelease: false
26
26
  version_requirements: !ruby/object:Gem::Requirement
@@ -30,7 +30,7 @@ dependencies:
30
30
  version: '2.1'
31
31
  - - "<"
32
32
  - !ruby/object:Gem::Version
33
- version: '5'
33
+ version: '6'
34
34
  - !ruby/object:Gem::Dependency
35
35
  name: oauth2
36
36
  requirement: !ruby/object:Gem::Requirement
@@ -141,7 +141,7 @@ homepage: https://github.com/cronofy/cronofy-ruby
141
141
  licenses:
142
142
  - MIT
143
143
  metadata: {}
144
- post_install_message:
144
+ post_install_message:
145
145
  rdoc_options: []
146
146
  require_paths:
147
147
  - lib
@@ -156,15 +156,15 @@ required_rubygems_version: !ruby/object:Gem::Requirement
156
156
  - !ruby/object:Gem::Version
157
157
  version: '0'
158
158
  requirements: []
159
- rubygems_version: 3.2.33
160
- signing_key:
159
+ rubygems_version: 3.4.10
160
+ signing_key:
161
161
  specification_version: 4
162
162
  summary: Cronofy - the scheduling platform for business
163
163
  test_files:
164
- - spec/spec_helper.rb
165
- - spec/response_parser_spec.rb
164
+ - spec/lib/cronofy/auth_spec.rb
166
165
  - spec/lib/cronofy/client_spec.rb
167
- - spec/lib/cronofy/event_spec.rb
168
- - spec/lib/cronofy/errors_spec.rb
169
166
  - spec/lib/cronofy/date_or_time_spec.rb
170
- - spec/lib/cronofy/auth_spec.rb
167
+ - spec/lib/cronofy/errors_spec.rb
168
+ - spec/lib/cronofy/event_spec.rb
169
+ - spec/response_parser_spec.rb
170
+ - spec/spec_helper.rb