cronofy 0.37.6 → 0.37.7

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: f7a632c7e4036fef7e004f6310425d235fea56520b297b4a3a0c644fe57a0011
4
- data.tar.gz: 0fc429f25dc4ff14003629e81139047c36ccdf7ba2e06631c0b22d913e709bb2
3
+ metadata.gz: 72f9a743962bf3c47bdef28e93c0fd4d7cf5fd66101eec219f028ea90fe6291c
4
+ data.tar.gz: ec455881ea2d6df1e86896508453dbcc6d89173275d23a1fe92b565ee01e1144
5
5
  SHA512:
6
- metadata.gz: 92488cee8fea969192bc9ef1aa624872201c4928087b385f5d10cac11720575191cfbc89db86016c31ba87bac8f57b6d7890ab8e3beb2925a8eafc87cb98b08f
7
- data.tar.gz: 7c0651b6b64c64e50ce356699b9ea3ba58928dee2ccdb3922ae4cbbd6a6b4fd572f36871e045567675d6166e93d55c86afee92a6fba4e01e370f980fbd385d77
6
+ metadata.gz: c00a81c85732364c3b6cc384c9bbdc1f10fbacfa756c09959734abbefbe65f58f9de764a8e019f40ba0ec17f4355fb4900c4a457e0cac2d98a0a8dfc653886fd
7
+ data.tar.gz: 6529d3936e84d1721b458bfdfd2acb91585ba7b425d49c7b839f2cdce621d7ae1ba9d1896c471aaecdc6e16474c6f7b0002aa09a64b1390684e5601fa64f35c7
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## [0.37.7]
2
+
3
+ * Update Gem description
4
+
1
5
  ## [0.37.6]
2
6
 
3
7
  * Adds support for disabling and fetching the status of Real-Time Scheduling links [#100]
@@ -207,6 +211,7 @@
207
211
  [0.37.4]: https://github.com/cronofy/cronofy-ruby/releases/tag/v0.37.4
208
212
  [0.37.5]: https://github.com/cronofy/cronofy-ruby/releases/tag/v0.37.5
209
213
  [0.37.6]: https://github.com/cronofy/cronofy-ruby/releases/tag/v0.37.6
214
+ [0.37.7]: https://github.com/cronofy/cronofy-ruby/releases/tag/v0.37.7
210
215
 
211
216
  [#13]: https://github.com/cronofy/cronofy-ruby/pull/13
212
217
  [#16]: https://github.com/cronofy/cronofy-ruby/pull/16
data/cronofy.gemspec CHANGED
@@ -6,7 +6,7 @@ Gem::Specification.new do |spec|
6
6
  spec.authors = ["Sergii Paryzhskyi", "Garry Shutler"]
7
7
  spec.email = ["parizhskiy@gmail.com", "garry@cronofy.com"]
8
8
  spec.summary = %q{Cronofy - the scheduling platform for business}
9
- spec.description = %q{Ruby wrapper for Cronofy's unified calendar API}
9
+ spec.description = %q{SDK for Cronofy - the Scheduling Platform for Business}
10
10
  spec.homepage = "https://github.com/cronofy/cronofy-ruby"
11
11
  spec.license = "MIT"
12
12
 
@@ -1,3 +1,3 @@
1
1
  module Cronofy
2
- VERSION = "0.37.6".freeze
2
+ VERSION = "0.37.7".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.37.6
4
+ version: 0.37.7
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: 2022-04-05 00:00:00.000000000 Z
12
+ date: 2022-05-27 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: hashie
@@ -107,7 +107,7 @@ dependencies:
107
107
  - - "~>"
108
108
  - !ruby/object:Gem::Version
109
109
  version: 3.9.1
110
- description: Ruby wrapper for Cronofy's unified calendar API
110
+ description: SDK for Cronofy - the Scheduling Platform for Business
111
111
  email:
112
112
  - parizhskiy@gmail.com
113
113
  - garry@cronofy.com
@@ -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,8 +156,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
156
156
  - !ruby/object:Gem::Version
157
157
  version: '0'
158
158
  requirements: []
159
- rubygems_version: 3.3.8
160
- signing_key:
159
+ rubygems_version: 3.3.11
160
+ signing_key:
161
161
  specification_version: 4
162
162
  summary: Cronofy - the scheduling platform for business
163
163
  test_files: