cronofy 0.41.0 → 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 +4 -4
- data/CHANGELOG.md +11 -0
- data/Gemfile +1 -1
- 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: 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,11 @@
|
|
|
1
|
+
## [0.41.2]
|
|
2
|
+
|
|
3
|
+
* Bump Rack to version 2.1.4 [#113]
|
|
4
|
+
|
|
5
|
+
## [0.41.1]
|
|
6
|
+
|
|
7
|
+
* Loosen the version requirement on Hashie to allow 5.X [#114]
|
|
8
|
+
|
|
1
9
|
## [0.41.0]
|
|
2
10
|
|
|
3
11
|
* Adds support for the query_slots parameter [#111]
|
|
@@ -232,6 +240,7 @@
|
|
|
232
240
|
[0.39.0]: https://github.com/cronofy/cronofy-ruby/releases/tag/0.39.0
|
|
233
241
|
[0.40.0]: https://github.com/cronofy/cronofy-ruby/releases/tag/v0.40.0
|
|
234
242
|
[0.41.0]: https://github.com/cronofy/cronofy-ruby/releases/tag/v0.41.0
|
|
243
|
+
[0.41.1]: https://github.com/cronofy/cronofy-ruby/releases/tag/v0.41.1
|
|
235
244
|
|
|
236
245
|
[#13]: https://github.com/cronofy/cronofy-ruby/pull/13
|
|
237
246
|
[#16]: https://github.com/cronofy/cronofy-ruby/pull/16
|
|
@@ -284,3 +293,5 @@
|
|
|
284
293
|
[#104]: https://github.com/cronofy/cronofy-ruby/pull/104
|
|
285
294
|
[#108]: https://github.com/cronofy/cronofy-ruby/pull/108
|
|
286
295
|
[#111]: https://github.com/cronofy/cronofy-ruby/pull/111
|
|
296
|
+
[#113]: https://github.com/cronofy/cronofy-ruby/pull/113
|
|
297
|
+
[#114]: https://github.com/cronofy/cronofy-ruby/pull/114
|
data/Gemfile
CHANGED
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.2
|
|
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-05-28 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
|