Skip to content

Commit

Permalink
chore: fix documentation link
Browse files Browse the repository at this point in the history
  • Loading branch information
manisha1997 committed Jul 8, 2024
1 parent c59768a commit 06275b4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion twilio-ruby.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,14 @@ Gem::Specification.new do |spec|
spec.name = 'twilio-ruby'
spec.version = Twilio::VERSION
spec.authors = ['Twilio API Team']
spec.rdoc_options=
spec.summary = 'The official library for communicating with the Twilio REST API, '\
'building TwiML, and generating Twilio JWT Capability Tokens'
spec.description = 'The official library for communicating with the Twilio REST API, '\
'building TwiML, and generating Twilio JWT Capability Tokens'
spec.homepage = 'https://github.com/twilio/twilio-ruby'
spec.license = 'MIT'
spec.metadata = { 'yard.run' => 'yri' } # use "yard" to build full HTML docs
spec.metadata = { 'documentation_uri' => 'https://www.twilio.com/docs/libraries/reference/twilio-ruby/', 'yard.run' => 'yri' } # use "yard" to build full HTML docs

spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match?(%r{^(spec)/}) }
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
Expand Down

0 comments on commit 06275b4

Please sign in to comment.