stealth-twilio 0.9.7 → 0.10.0
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 +4 -4
- data/README.md +3 -2
- data/VERSION +1 -1
- data/lib/stealth/services/twilio/reply_handler.rb +6 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: fd0a1632b69f594f142ba3e96e9aeb23264c228568fbd05f2fe2fc8dcd63c84b
|
|
4
|
+
data.tar.gz: 6649cc6183d02e8779531017b7b75fafa379b536d23803ab52827009b1e1aa0f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0f4b9160892af2a14844b6188dd30ccaca85937883f90cbab7364d51a483f66efe0868b59cac04062ec064080f490585bfcc742d33f5e0ce78e6e684c3915b10
|
|
7
|
+
data.tar.gz: 8f1c1784e6475319212d33d06e11c64b79263cf300acd1c0502f50cce37e1ab94e84a7bff965ea560677d6b314fcdbd08bfcd67ab82a3f93c3098da95f945e1f
|
data/README.md
CHANGED
|
@@ -10,9 +10,10 @@ The [Stealth](https://github.com/hellostealth/stealth) Twilio SMS driver adds th
|
|
|
10
10
|
* Image
|
|
11
11
|
* Audio
|
|
12
12
|
* Video
|
|
13
|
+
* File
|
|
13
14
|
* Delay
|
|
14
15
|
|
|
15
|
-
Image, Audio, and
|
|
16
|
+
Image, Audio, Video, and File reply types will leverage the MMS protocol. It is recommended by Twilio that
|
|
16
17
|
the content is limited to images, however, this is the full list of supported content types: https://www.twilio.com/docs/api/messaging/accepted-mime-types.
|
|
17
18
|
|
|
18
|
-
|
|
19
|
+
If you store your files on S3, please make sure you have set the `content-type` appropriately or Twilio might reject your media.
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.
|
|
1
|
+
0.10.0
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: stealth-twilio
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.10.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Mauricio Gomes
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-11-
|
|
11
|
+
date: 2018-11-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: stealth
|