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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b9e0a088bb7495380c32b2eb9e4699c0d709a712
|
|
4
|
+
data.tar.gz: 532d5bbe3b1caf0297b29081ec94db582f0776cd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
|
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: 5.0.0.
|
|
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-
|
|
11
|
+
date: 2016-07-11 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: builder
|