Skip to content

Commit

Permalink
chore: fix documentation link (#725)
Browse files Browse the repository at this point in the history
* chore: fix documentation link

* chore: fix documentation link

* chore: fix documentation link
  • Loading branch information
manisha1997 authored Jul 8, 2024
1 parent c59768a commit 0f8ef3b
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 @@ -14,7 +14,8 @@ Gem::Specification.new do |spec|
'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 0f8ef3b

Please sign in to comment.