ringcentral-sdk 1.1.0 → 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.
- checksums.yaml +4 -4
- data/ringcentral-sdk.gemspec +3 -3
- metadata +7 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: de35130beaa0b6366ee2a5cd965119fb6fe8e3901debf7bd04d0075baefcd689
|
4
|
+
data.tar.gz: 0fef8458823864c3bbab0f3b8dda4f0ccaefd1b9b851894ec0ac459487bc82ac
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 652c105a76f38b5618f22d61daaf08b01bff5c4c7cdcc171d4039440f0614b388e5044f94bfad2dcfabeef49b3bf4a9d06effc0bb574edf633bfcbacf9f79423
|
7
|
+
data.tar.gz: aa3808cf36ebc5e1095ee83cf8e317ec5997f70966785e2009c15e55b13b79a367eb057fa245df34c14e60fcbeb6b8dcbf70c045a844e170279264f636f78d09
|
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.2'
|
4
4
|
gem.authors = ['Tyler Liu']
|
5
5
|
gem.email = ['tyler.liu@ringcentral.com']
|
6
|
-
gem.description = '
|
7
|
-
gem.summary = 'The official RingCentral Ruby SDK.'
|
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
|
+
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.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:
|
114
|
-
|
115
|
-
|
116
|
-
|
117
|
-
|
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: []
|
@@ -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
|