Skip to content

Commit aa9b258

Browse files
authored
Merge pull request #42 from Bandwidth/DX-2436
DX-2436 Clean Up Package Info
2 parents dca8460 + 7ff6ea0 commit aa9b258

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

bandwidth.gemspec

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
Gem::Specification.new do |s|
22
s.name = 'bandwidth-sdk'
3-
s.version = '9.1.1'
3+
s.version = '9.1.2'
44
s.summary = 'Bandwidth'
5-
s.description = 'Bandwidth\'s set of APIs'
6-
s.authors = ['APIMatic SDK Generator']
7-
s.email = '[email protected]'
8-
s.homepage = 'https://apimatic.io'
5+
s.description = 'The official client SDK for Bandwidht\'s Voice, Messaging, MFA, and WebRTC APIs'
6+
s.authors = ['Bandwidth']
7+
s.email = '[email protected]'
8+
s.homepage = 'https://github.com/Bandwidth/ruby-sdk'
99
s.license = 'MIT'
1010
s.add_dependency('logging', '~> 2.3')
1111
s.add_dependency('faraday', '~> 1.0', '<= 1.9.3')

0 commit comments

Comments
 (0)