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.
- checksums.yaml +4 -4
- data/ringcentral-sdk.gemspec +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: fe02638e7afc1f2ad5041efe64e0b95ebdf8fe9c6db1864084111c2b0573b394
|
4
|
+
data.tar.gz: 0c541dcef1b054aa05e1fbb45674feec1a4fcdfcf187678fa493b584709e70e0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9b6841a808a47bd519218fc1755fabb83b274a126d013b988fbe1b35aeb178fe0c559c66d2abfc787f78421ce206601a431040c85c5ea3dcc8d9f679583670ab
|
7
|
+
data.tar.gz: 630981efaa1bfd0e659828ccfc5d487348343fd77b5d926c3352ac3e9cf0a1d5cbc93a77c8145da23dfb27374637cdd67e16d22fb06d9e03e3a267567f3b7d80
|
data/ringcentral-sdk.gemspec
CHANGED
@@ -1,10 +1,10 @@
|
|
1
1
|
Gem::Specification.new do |gem|
|
2
2
|
gem.name = 'ringcentral-sdk'
|
3
|
-
gem.version = '1.1.
|
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.
|
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
|