stealth-twilio 0.9.6 → 0.9.7
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/Gemfile.lock +3 -3
- data/README.md +2 -0
- data/VERSION +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3db80948b7de5320c1df8a43395c3f7733423b7da0dd9d82b7fd1b2882a2998d
|
|
4
|
+
data.tar.gz: c93024094e9966e3f7e9ecc75508b7fdb5e3552d81cad88df7bc5196354ff551
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 21c82b2def97e193e5edae4b6586af40620adb880cef853b67567e529573e29927b4a46e1ce0fe8b50f5ffc7fb4d826796c877b7d596e820db0cf927d8241d3c
|
|
7
|
+
data.tar.gz: 25a203255e492ce09d5dc8da20f14cb2dfdb34d00942cc450ecf881c91b2d049dde7f2f0714d280b1689fd5548dcad47d1fa05724a22ae7319fbeba8b82fd265
|
data/Gemfile.lock
CHANGED
|
@@ -44,7 +44,7 @@ GEM
|
|
|
44
44
|
i18n (1.1.1)
|
|
45
45
|
concurrent-ruby (~> 1.0)
|
|
46
46
|
jwt (2.1.0)
|
|
47
|
-
loofah (2.2.
|
|
47
|
+
loofah (2.2.3)
|
|
48
48
|
crass (~> 1.0.2)
|
|
49
49
|
nokogiri (>= 1.5.9)
|
|
50
50
|
method_source (0.9.0)
|
|
@@ -56,7 +56,7 @@ GEM
|
|
|
56
56
|
nokogiri (1.8.5)
|
|
57
57
|
mini_portile2 (~> 2.3.0)
|
|
58
58
|
puma (3.12.0)
|
|
59
|
-
rack (2.0.
|
|
59
|
+
rack (2.0.6)
|
|
60
60
|
rack-protection (2.0.4)
|
|
61
61
|
rack
|
|
62
62
|
rack-test (1.1.0)
|
|
@@ -110,7 +110,7 @@ GEM
|
|
|
110
110
|
thor (0.20.0)
|
|
111
111
|
thread_safe (0.3.6)
|
|
112
112
|
tilt (2.0.8)
|
|
113
|
-
twilio-ruby (5.15.
|
|
113
|
+
twilio-ruby (5.15.2)
|
|
114
114
|
faraday (~> 0.9)
|
|
115
115
|
jwt (>= 1.5, <= 2.5)
|
|
116
116
|
nokogiri (>= 1.6, < 2.0)
|
data/README.md
CHANGED
|
@@ -2,6 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
The [Stealth](https://github.com/hellostealth/stealth) Twilio SMS driver adds the ability to build your bot using Twilio's SMS service.
|
|
4
4
|
|
|
5
|
+
[](https://badge.fury.io/rb/stealth-twilio)
|
|
6
|
+
|
|
5
7
|
## Supported Reply Types
|
|
6
8
|
|
|
7
9
|
* Text
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.9.
|
|
1
|
+
0.9.7
|
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.9.
|
|
4
|
+
version: 0.9.7
|
|
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
|
+
date: 2018-11-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: stealth
|
|
@@ -123,7 +123,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
123
123
|
version: '0'
|
|
124
124
|
requirements: []
|
|
125
125
|
rubyforge_project:
|
|
126
|
-
rubygems_version: 2.7.
|
|
126
|
+
rubygems_version: 2.7.7
|
|
127
127
|
signing_key:
|
|
128
128
|
specification_version: 4
|
|
129
129
|
summary: Stealth Twilio SMS driver
|