twilio-ruby 5.0.0.rc8 → 5.0.0.rc9

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: 6889f9f70ebbb5ddec4b5e6eb8f0f377df903bd8
4
- data.tar.gz: 73648a1b4bcb39fb388f34608f3203d73d260195
3
+ metadata.gz: b9e0a088bb7495380c32b2eb9e4699c0d709a712
4
+ data.tar.gz: 532d5bbe3b1caf0297b29081ec94db582f0776cd
5
5
  SHA512:
6
- metadata.gz: a61afda7883943ef133d6965cf95f74267dbd43270bfb2d33dcd6f39b237ab9378ca2b4cefdc5b05d6c522ce5887e00cb2057a646b93b66073e57ea75403661a
7
- data.tar.gz: 12b6ca5bb785544e669771fa24d04e506269593ecd610420ed7f7cd529efe84680a020cd8a88ddd3a58695ec731cb2f552d4537d1ea850b5b4c1f4bab698ab94
6
+ metadata.gz: b91721c811c2178e85ae9cb9cc4dcaf422cfcb490ac95b2c47a79a2bb5e521978fe643c40c8566d3326b796a3b4662466567c3b2ad191e15b1361d950e70fe19
7
+ data.tar.gz: 0c31e5e6f419979d75b95269b6b840777abda4498353d52c149878b7c3650d51d0147bbf4db8b22e663ddb91c1d6e54e00a13f7a47dc64e4fea7319e04904f59
@@ -40,10 +40,11 @@ module Twilio
40
40
  # @param [String] data The data
41
41
  # @param [String] apn The apn
42
42
  # @param [String] gcm The gcm
43
+ # @param [String] sms The sms
43
44
  # @param [String] facebook_messenger The facebook_messenger
44
45
 
45
46
  # @return [NotificationInstance] Newly created NotificationInstance
46
- def create(identity: nil, tag: nil, body: nil, priority: nil, ttl: nil, title: nil, sound: nil, action: nil, data: nil, apn: nil, gcm: nil, facebook_messenger: nil)
47
+ def create(identity: nil, tag: nil, body: nil, priority: nil, ttl: nil, title: nil, sound: nil, action: nil, data: nil, apn: nil, gcm: nil, sms: nil, facebook_messenger: nil)
47
48
  data = {
48
49
  'Identity' => identity,
49
50
  'Tag' => tag,
@@ -56,6 +57,7 @@ module Twilio
56
57
  'Data' => data,
57
58
  'Apn' => apn,
58
59
  'Gcm' => gcm,
60
+ 'Sms' => sms,
59
61
  'FacebookMessenger' => facebook_messenger,
60
62
  }
61
63
 
@@ -1,3 +1,3 @@
1
1
  module Twilio
2
- VERSION = '5.0.0.rc8'
2
+ VERSION = '5.0.0.rc9'
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: 5.0.0.rc8
4
+ version: 5.0.0.rc9
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-07-08 00:00:00.000000000 Z
11
+ date: 2016-07-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: builder