twilio-ruby 4.11.0 → 4.11.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGES.md +7 -0
- data/README.md +1 -1
- data/lib/twilio-ruby/rest/accounts.rb +1 -1
- data/lib/twilio-ruby/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 46a1a8030cd31061b6398f4408c2ae09a1610d74
|
4
|
+
data.tar.gz: 441498bb90469f95575e1eb617cc14c7c69d6a86
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fdbefd7bc8c73f621289949e663366496993887717bc351264f29d3ccfb8ef5020634b21da81ffb0fff2d7f3296e99b9fb1c4939c1c249b0d41c7a6e3b14455e
|
7
|
+
data.tar.gz: 7820a04bc088cb43702a8efb6d5d1180e756f85087fffad5bda205887ca0d0b455ba273a0f88a42b98227dc89d856995d7198e79e1b0a0e69198b4e6c0c34f02
|
data/CHANGES.md
CHANGED
data/README.md
CHANGED
@@ -11,7 +11,7 @@ A module for using the Twilio REST API and generating valid [TwiML](http://www.t
|
|
11
11
|
To install using [Bundler][bundler] grab the latest stable version:
|
12
12
|
|
13
13
|
```ruby
|
14
|
-
gem 'twilio-ruby', '~> 4.
|
14
|
+
gem 'twilio-ruby', '~> 4.11.1'
|
15
15
|
```
|
16
16
|
|
17
17
|
To manually install `twilio-ruby` via [Rubygems][rubygems] simply gem install:
|
@@ -9,7 +9,7 @@ module Twilio
|
|
9
9
|
:calls, :outgoing_caller_ids, :conferences, :sms, :recordings,
|
10
10
|
:transcriptions, :notifications, :applications, :connect_apps,
|
11
11
|
:authorized_connect_apps, :queues, :usage, :messages, :media, :sip,
|
12
|
-
:tokens, :addresses
|
12
|
+
:tokens, :addresses, :keys
|
13
13
|
end
|
14
14
|
end
|
15
15
|
end
|
data/lib/twilio-ruby/version.rb
CHANGED
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: 4.11.
|
4
|
+
version: 4.11.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Andrew Benton
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-02-
|
11
|
+
date: 2016-02-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: multi_json
|