ringcentral-sdk 1.1.0 → 1.1.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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/ringcentral-sdk.gemspec +2 -2
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d9b575bf77a4bc04e7ca425403bf054557e39b70e41033932b6c49d6dcf24287
4
- data.tar.gz: a7c9fee67ff4cf89bd3b8d29aed7ead297d4808da24d5a6cb72c3ad6f06c6af0
3
+ metadata.gz: fe02638e7afc1f2ad5041efe64e0b95ebdf8fe9c6db1864084111c2b0573b394
4
+ data.tar.gz: 0c541dcef1b054aa05e1fbb45674feec1a4fcdfcf187678fa493b584709e70e0
5
5
  SHA512:
6
- metadata.gz: 07de209ac88aa388efa1ccc3a758d3f353a5ea1e3baf22b44f1c81ae4500af70f6a16eb9a9e7b45f7386451a7773aa90196adb1e8961bf7fc976d6b1e9e08ebd
7
- data.tar.gz: b3273ea3c2083f78b63f465fd76216f75f55937a51a1ad67498449e4666979ba6f6d42903ed7579be5f1db6420cedc8c440b3971785cee31c15b221800cb817b
6
+ metadata.gz: 9b6841a808a47bd519218fc1755fabb83b274a126d013b988fbe1b35aeb178fe0c559c66d2abfc787f78421ce206601a431040c85c5ea3dcc8d9f679583670ab
7
+ data.tar.gz: 630981efaa1bfd0e659828ccfc5d487348343fd77b5d926c3352ac3e9cf0a1d5cbc93a77c8145da23dfb27374637cdd67e16d22fb06d9e03e3a267567f3b7d80
@@ -1,10 +1,10 @@
1
1
  Gem::Specification.new do |gem|
2
2
  gem.name = 'ringcentral-sdk'
3
- gem.version = '1.1.0'
3
+ gem.version = '1.1.1'
4
4
  gem.authors = ['Tyler Liu']
5
5
  gem.email = ['tyler.liu@ringcentral.com']
6
6
  gem.description = 'Ruby SDK for you to access RingCentral platform APIs. This is the **official** RingCentral SDK for the Ruby programming language. While there are other Ruby SDKs for RingCentral, those are maintained by the community. We\'re including this clarification to help avoid confusion, as some SDKs have similar names. That said, we truly appreciate and welcome community contributions and alternative SDKs.'
7
- gem.summary = 'The official RingCentral Ruby SDK.'
7
+ gem.summary = 'The **official** RingCentral Ruby SDK.'
8
8
  gem.homepage = 'https://github.com/ringcentral/ringcentral-ruby'
9
9
  gem.license = 'MIT'
10
10
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ringcentral-sdk
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tyler Liu
@@ -152,7 +152,7 @@ requirements: []
152
152
  rubygems_version: 3.4.10
153
153
  signing_key:
154
154
  specification_version: 4
155
- summary: The official RingCentral Ruby SDK.
155
+ summary: The **official** RingCentral Ruby SDK.
156
156
  test_files:
157
157
  - spec/fax_spec.rb
158
158
  - spec/mms_spec.rb