twilio-ruby 7.2.2 → 7.2.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGES.md +5 -0
- data/README.md +2 -2
- data/lib/twilio-ruby/version.rb +1 -1
- data/twilio-ruby.gemspec +2 -1
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: cb9436f524c03cbde20414ac57dd64f44a8252bc
|
4
|
+
data.tar.gz: 44d08b5311da11479bdc4291f481e3a82f6f1572
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e3788776c80c73b448440d94544d0c9070eb080871ca75eee64b475e8a43e4dcda4f414aa163ec2fa139e7e47d6ca0983c698e79c52bee4ff56a949539028c40
|
7
|
+
data.tar.gz: 36cdb1d035fedcf8de62e07af6a4a201e25bd95cba8067dd099f819eaea3f4e801392a0797763d07a5824dafe73ac44981e46010b5da703198e28103f425dce4
|
data/CHANGES.md
CHANGED
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.
|
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.
|
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:
|
data/lib/twilio-ruby/version.rb
CHANGED
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 = { '
|
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.
|
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-
|
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:
|