twilio-ruby.gemspec in twilio-ruby-5.0.0.rc23 vs twilio-ruby.gemspec in twilio-ruby-5.0.0.rc24

- old
+ new

@@ -4,13 +4,12 @@ require 'twilio-ruby/version' Gem::Specification.new do |spec| spec.name = 'twilio-ruby' spec.version = Twilio::VERSION - spec.authors = ['Andrew Benton'] - spec.email = ['andrew@twilio.com'] - spec.summary = 'A simple library for communicating with the Twilio REST API, building TwiML, and generating Twilio Client Capability Tokens' - spec.description = 'A simple library for communicating with the Twilio REST API, building TwiML, and generating Twilio Client Capability Tokens' + spec.authors = ['Twilio API Team'] + spec.summary = 'A simple library for communicating with the Twilio REST API, building TwiML, and generating Twilio JWT Capability Tokens' + spec.description = 'A simple library for communicating with the Twilio REST API, building TwiML, and generating Twilio JWT Capability Tokens' spec.homepage = 'http://github.com/twilio/twilio-ruby' spec.license = 'MIT' spec.metadata["yard.run"] = "yri" # use "yard" to build full HTML docs. spec.files = `git ls-files -z`.split("\x0")