ringcentral-sdk 1.1.1 → 1.1.3

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 +6 -6
  3. metadata +20 -20
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fe02638e7afc1f2ad5041efe64e0b95ebdf8fe9c6db1864084111c2b0573b394
4
- data.tar.gz: 0c541dcef1b054aa05e1fbb45674feec1a4fcdfcf187678fa493b584709e70e0
3
+ metadata.gz: 663995ae7dabeacabab502a6080421cf9631aace125a08ce847dec3d150d8e64
4
+ data.tar.gz: c07233d18fdac5f643166f2d26c6b889470bbdd460c63ec974db191e4e2e406c
5
5
  SHA512:
6
- metadata.gz: 9b6841a808a47bd519218fc1755fabb83b274a126d013b988fbe1b35aeb178fe0c559c66d2abfc787f78421ce206601a431040c85c5ea3dcc8d9f679583670ab
7
- data.tar.gz: 630981efaa1bfd0e659828ccfc5d487348343fd77b5d926c3352ac3e9cf0a1d5cbc93a77c8145da23dfb27374637cdd67e16d22fb06d9e03e3a267567f3b7d80
6
+ metadata.gz: 4b97de4842de3bbc524913968a6f8a01452e70f10289dd057646e4d5fc27d8f92af0b049997e5c7b0199218958e778f6ac07803445dcc39056f0d55fce06b279
7
+ data.tar.gz: 010fb91b6bd65dd3eef0eadc6e09cf27e32e57d9b9e9ae0c67863ab6d2045652c200b5449bfff806dd29d30ab580712cab35006c2d019772dfe3a9da56ebb563
@@ -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.3'
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'
@@ -13,9 +13,9 @@ Gem::Specification.new do |gem|
13
13
  gem.files += Dir['lib/**/*.rb']
14
14
  gem.test_files = Dir['spec/**/*.rb']
15
15
 
16
- gem.add_dependency('addressable', '~> 2.8', '>= 2.8.6')
17
- gem.add_dependency('concurrent-ruby', '~> 1.2', '>= 1.2.3')
18
- gem.add_dependency('faraday', '~> 2.9', '>= 2.9.0')
19
- gem.add_dependency('faraday-multipart', '~> 1.0', '>= 1.0.4')
16
+ gem.add_dependency('addressable', '~> 2.8', '>= 2.8.7')
17
+ gem.add_dependency('concurrent-ruby', '~> 1.3', '>= 1.3.5')
18
+ gem.add_dependency('faraday', '~> 2.13', '>= 2.13.0')
19
+ gem.add_dependency('faraday-multipart', '~> 1.1', '>= 1.1.0')
20
20
  gem.add_dependency('faye-websocket', '~> 0.11', '>= 0.11.3')
21
21
  end
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.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tyler Liu
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '2.8'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 2.8.6
22
+ version: 2.8.7
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,67 +29,67 @@ dependencies:
29
29
  version: '2.8'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 2.8.6
32
+ version: 2.8.7
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: concurrent-ruby
35
35
  requirement: !ruby/object:Gem::Requirement
36
36
  requirements:
37
37
  - - "~>"
38
38
  - !ruby/object:Gem::Version
39
- version: '1.2'
39
+ version: '1.3'
40
40
  - - ">="
41
41
  - !ruby/object:Gem::Version
42
- version: 1.2.3
42
+ version: 1.3.5
43
43
  type: :runtime
44
44
  prerelease: false
45
45
  version_requirements: !ruby/object:Gem::Requirement
46
46
  requirements:
47
47
  - - "~>"
48
48
  - !ruby/object:Gem::Version
49
- version: '1.2'
49
+ version: '1.3'
50
50
  - - ">="
51
51
  - !ruby/object:Gem::Version
52
- version: 1.2.3
52
+ version: 1.3.5
53
53
  - !ruby/object:Gem::Dependency
54
54
  name: faraday
55
55
  requirement: !ruby/object:Gem::Requirement
56
56
  requirements:
57
57
  - - "~>"
58
58
  - !ruby/object:Gem::Version
59
- version: '2.9'
59
+ version: '2.13'
60
60
  - - ">="
61
61
  - !ruby/object:Gem::Version
62
- version: 2.9.0
62
+ version: 2.13.0
63
63
  type: :runtime
64
64
  prerelease: false
65
65
  version_requirements: !ruby/object:Gem::Requirement
66
66
  requirements:
67
67
  - - "~>"
68
68
  - !ruby/object:Gem::Version
69
- version: '2.9'
69
+ version: '2.13'
70
70
  - - ">="
71
71
  - !ruby/object:Gem::Version
72
- version: 2.9.0
72
+ version: 2.13.0
73
73
  - !ruby/object:Gem::Dependency
74
74
  name: faraday-multipart
75
75
  requirement: !ruby/object:Gem::Requirement
76
76
  requirements:
77
77
  - - "~>"
78
78
  - !ruby/object:Gem::Version
79
- version: '1.0'
79
+ version: '1.1'
80
80
  - - ">="
81
81
  - !ruby/object:Gem::Version
82
- version: 1.0.4
82
+ version: 1.1.0
83
83
  type: :runtime
84
84
  prerelease: false
85
85
  version_requirements: !ruby/object:Gem::Requirement
86
86
  requirements:
87
87
  - - "~>"
88
88
  - !ruby/object:Gem::Version
89
- version: '1.0'
89
+ version: '1.1'
90
90
  - - ">="
91
91
  - !ruby/object:Gem::Version
92
- version: 1.0.4
92
+ version: 1.1.0
93
93
  - !ruby/object:Gem::Dependency
94
94
  name: faye-websocket
95
95
  requirement: !ruby/object:Gem::Requirement
@@ -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: []