twilio-ruby 7.2.2 → 7.2.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6dbea59ef4b7192140ee2e54181fdfcb9878d66c
4
- data.tar.gz: d9da33b2d489e04c31bee083d396839cf0f6a5ee
3
+ metadata.gz: cb9436f524c03cbde20414ac57dd64f44a8252bc
4
+ data.tar.gz: 44d08b5311da11479bdc4291f481e3a82f6f1572
5
5
  SHA512:
6
- metadata.gz: 457f387633dac16d00ba8f9c4ec6e4c2bf19d4d12d15c6df0f7bcf056dbd94f110fc717e28dbb178b8afe0a28c891fe01f3ae58588c17b0dc69610e58df132c9
7
- data.tar.gz: 971756f9b9cf1b60059cc5f9e584378d46d27b01ddd08841901f9801ba32cddf615c1b2504272e9199ad1d3666a258814ec64648acbd1ec8410702f597575f9e
6
+ metadata.gz: e3788776c80c73b448440d94544d0c9070eb080871ca75eee64b475e8a43e4dcda4f414aa163ec2fa139e7e47d6ca0983c698e79c52bee4ff56a949539028c40
7
+ data.tar.gz: 36cdb1d035fedcf8de62e07af6a4a201e25bd95cba8067dd099f819eaea3f4e801392a0797763d07a5824dafe73ac44981e46010b5da703198e28103f425dce4
data/CHANGES.md CHANGED
@@ -1,6 +1,11 @@
1
1
  twilio-ruby changelog
2
2
  =====================
3
3
 
4
+ [2024-07-02] Version 7.2.3
5
+ --------------------------
6
+ **Rubygems**
7
+ - Add docs link to gemspec
8
+
4
9
  [2024-07-02] Version 7.2.2
5
10
  --------------------------
6
11
  **Intelligence**
data/README.md CHANGED
@@ -39,13 +39,13 @@ This library supports the following Ruby implementations:
39
39
  To install using [Bundler][bundler] grab the latest stable version:
40
40
 
41
41
  ```ruby
42
- gem 'twilio-ruby', '~> 7.2.2'
42
+ gem 'twilio-ruby', '~> 7.2.3'
43
43
  ```
44
44
 
45
45
  To manually install `twilio-ruby` via [Rubygems][rubygems] simply gem install:
46
46
 
47
47
  ```bash
48
- gem install twilio-ruby -v 7.2.2
48
+ gem install twilio-ruby -v 7.2.3
49
49
  ```
50
50
 
51
51
  To build and install the development branch yourself from the latest source:
@@ -1,3 +1,3 @@
1
1
  module Twilio
2
- VERSION = '7.2.2'
2
+ VERSION = '7.2.3'
3
3
  end
data/twilio-ruby.gemspec CHANGED
@@ -14,7 +14,8 @@ Gem::Specification.new do |spec|
14
14
  'building TwiML, and generating Twilio JWT Capability Tokens'
15
15
  spec.homepage = 'https://github.com/twilio/twilio-ruby'
16
16
  spec.license = 'MIT'
17
- spec.metadata = { 'yard.run' => 'yri' } # use "yard" to build full HTML docs
17
+ spec.metadata = { 'documentation_uri' => 'https://www.twilio.com/docs/libraries/reference/twilio-ruby/',
18
+ 'yard.run' => 'yri' } # use "yard" to build full HTML docs
18
19
 
19
20
  spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match?(%r{^(spec)/}) }
20
21
  spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: twilio-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 7.2.2
4
+ version: 7.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Twilio API Team
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-07-02 00:00:00.000000000 Z
11
+ date: 2024-07-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jwt
@@ -866,6 +866,7 @@ homepage: https://github.com/twilio/twilio-ruby
866
866
  licenses:
867
867
  - MIT
868
868
  metadata:
869
+ documentation_uri: https://www.twilio.com/docs/libraries/reference/twilio-ruby/
869
870
  yard.run: yri
870
871
  post_install_message:
871
872
  rdoc_options: