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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 74ea6d188421ecf8b6bb298371c94fbeb44c93cb
4
- data.tar.gz: dafbcb00f7c3e2de0a695eaf3cba586a07d355ff
3
+ metadata.gz: 46a1a8030cd31061b6398f4408c2ae09a1610d74
4
+ data.tar.gz: 441498bb90469f95575e1eb617cc14c7c69d6a86
5
5
  SHA512:
6
- metadata.gz: f7b008f9a9976652b7135708d0068746f37f3fb1c86af1d7c03d514b5da51dfc4ecd4bcaaa4d851f4a11297e1cf12659e74bcda3013731e7098f7555bb690337
7
- data.tar.gz: 85def49cf0e4434070513d8441ae99789cf14740f9f068579f18213f27fffadce66e9072cf12c51d6b4e2496703e88414039ea9a60aa31ee18ed64134e243acc
6
+ metadata.gz: fdbefd7bc8c73f621289949e663366496993887717bc351264f29d3ccfb8ef5020634b21da81ffb0fff2d7f3296e99b9fb1c4939c1c249b0d41c7a6e3b14455e
7
+ data.tar.gz: 7820a04bc088cb43702a8efb6d5d1180e756f85087fffad5bda205887ca0d0b455ba273a0f88a42b98227dc89d856995d7198e79e1b0a0e69198b4e6c0c34f02
data/CHANGES.md CHANGED
@@ -1,6 +1,13 @@
1
1
  twilio-ruby changelog
2
2
  =====================
3
3
 
4
+ Version 4.11.1
5
+ -------------
6
+
7
+ Released February 12, 2016:
8
+
9
+ - Add missing Keys mount to Account
10
+
4
11
  Version 4.11.0
5
12
  -------------
6
13
 
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.2.1'
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
@@ -1,3 +1,3 @@
1
1
  module Twilio
2
- VERSION = '4.11.0'
2
+ VERSION = '4.11.1'
3
3
  end
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.0
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-05 00:00:00.000000000 Z
11
+ date: 2016-02-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: multi_json