ringcentral-sdk 1.1.1 → 1.1.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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/ringcentral-sdk.gemspec +2 -2
  3. metadata +6 -6
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fe02638e7afc1f2ad5041efe64e0b95ebdf8fe9c6db1864084111c2b0573b394
4
- data.tar.gz: 0c541dcef1b054aa05e1fbb45674feec1a4fcdfcf187678fa493b584709e70e0
3
+ metadata.gz: de35130beaa0b6366ee2a5cd965119fb6fe8e3901debf7bd04d0075baefcd689
4
+ data.tar.gz: 0fef8458823864c3bbab0f3b8dda4f0ccaefd1b9b851894ec0ac459487bc82ac
5
5
  SHA512:
6
- metadata.gz: 9b6841a808a47bd519218fc1755fabb83b274a126d013b988fbe1b35aeb178fe0c559c66d2abfc787f78421ce206601a431040c85c5ea3dcc8d9f679583670ab
7
- data.tar.gz: 630981efaa1bfd0e659828ccfc5d487348343fd77b5d926c3352ac3e9cf0a1d5cbc93a77c8145da23dfb27374637cdd67e16d22fb06d9e03e3a267567f3b7d80
6
+ metadata.gz: 652c105a76f38b5618f22d61daaf08b01bff5c4c7cdcc171d4039440f0614b388e5044f94bfad2dcfabeef49b3bf4a9d06effc0bb574edf633bfcbacf9f79423
7
+ data.tar.gz: aa3808cf36ebc5e1095ee83cf8e317ec5997f70966785e2009c15e55b13b79a367eb057fa245df34c14e60fcbeb6b8dcbf70c045a844e170279264f636f78d09
@@ -1,9 +1,9 @@
1
1
  Gem::Specification.new do |gem|
2
2
  gem.name = 'ringcentral-sdk'
3
- gem.version = '1.1.1'
3
+ gem.version = '1.1.2'
4
4
  gem.authors = ['Tyler Liu']
5
5
  gem.email = ['tyler.liu@ringcentral.com']
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.'
6
+ gem.description = '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
7
  gem.summary = 'The **official** RingCentral Ruby SDK.'
8
8
  gem.homepage = 'https://github.com/ringcentral/ringcentral-ruby'
9
9
  gem.license = 'MIT'
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.1
4
+ version: 1.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tyler Liu
@@ -110,11 +110,11 @@ dependencies:
110
110
  - - ">="
111
111
  - !ruby/object:Gem::Version
112
112
  version: 0.11.3
113
- description: Ruby SDK for you to access RingCentral platform APIs. This is the **official**
114
- RingCentral SDK for the Ruby programming language. While there are other Ruby SDKs
115
- for RingCentral, those are maintained by the community. We're including this clarification
116
- to help avoid confusion, as some SDKs have similar names. That said, we truly appreciate
117
- and welcome community contributions and alternative SDKs.
113
+ description: This is the **official** RingCentral SDK for the Ruby programming language.
114
+ While there are other Ruby SDKs for RingCentral, those are maintained by the community.
115
+ We're including this clarification to help avoid confusion, as some SDKs have similar
116
+ names. That said, we truly appreciate and welcome community contributions and alternative
117
+ SDKs.
118
118
  email:
119
119
  - tyler.liu@ringcentral.com
120
120
  executables: []