cronofy 0.41.0 → 0.41.1
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 +4 -4
- data/CHANGELOG.md +6 -0
- data/cronofy.gemspec +1 -1
- data/lib/cronofy/version.rb +1 -1
- metadata +13 -13
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8c111d0cca6145ea7c22e1b5d59cbd374ebbb383465fa6bb6866282a5e3d17cf
|
|
4
|
+
data.tar.gz: e71b275482d1114f9c034245b88272d33e79d144145a1432f962bc2e83f04584
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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", "<
|
|
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"
|
data/lib/cronofy/version.rb
CHANGED
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.
|
|
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:
|
|
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: '
|
|
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: '
|
|
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.
|
|
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/
|
|
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/
|
|
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
|