stealth-twilio 0.9.4 → 0.9.5

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.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +51 -10
  3. data/README.md +1 -1
  4. data/VERSION +1 -1
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7d1d8fde977a2761bc3867912e401c679071cd788f2e6083db35a54f4c42b8b6
4
- data.tar.gz: 930c0a46089da4147dcd415e182e66669045d64d19b6c06a75f020f01a13384e
3
+ metadata.gz: 7a236a7b9476691afc07d8175fb0919b4e0df548772e63ed2d2b1ed6162f71c5
4
+ data.tar.gz: e1ec95b8063881dbdc59a95472ce696334955949c20469aedf69363cdc105f45
5
5
  SHA512:
6
- metadata.gz: a74d1fdefa8eb6da9d2192230d966529350a10950ef172eaf35f7e643aa6e714c89b76ba5cfdc535b35d2bd236409ac6e7ad580e4b06b0317cb9af1b11ff6f0b
7
- data.tar.gz: 43627287fe9c4162523756ed20661d46b64a1cefe88bd19d1fc738ae975f05c3c5085d1c8c3e419756a597b10f0cbca62f7d6deb7d8bc3d519a97ceb0b094bda
6
+ metadata.gz: 4594b50d19e8b2eb432f7800fb8ff4a8ff2729b05645e60f9ab08e24c3d2287c5fb5589ff22b9b61f6ed4a6c2f4f0af76d586d25fc303bdf62f148c715783ed9
7
+ data.tar.gz: 2c966063b8950125559b6eb612ee69f974e8335d57b3627ab95f1d8acbadabfa7c924cadab019fdb0070c16400e0781cc335f4b6789929efec519fb19bd7f706
data/Gemfile.lock CHANGED
@@ -1,39 +1,78 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stealth-twilio (0.9.3)
4
+ stealth-twilio (0.9.4)
5
5
  stealth (< 2.0)
6
6
  twilio-ruby (~> 5.5)
7
7
 
8
8
  GEM
9
9
  remote: https://rubygems.org/
10
10
  specs:
11
+ actionpack (5.2.0)
12
+ actionview (= 5.2.0)
13
+ activesupport (= 5.2.0)
14
+ rack (~> 2.0)
15
+ rack-test (>= 0.6.3)
16
+ rails-dom-testing (~> 2.0)
17
+ rails-html-sanitizer (~> 1.0, >= 1.0.2)
18
+ actionview (5.2.0)
19
+ activesupport (= 5.2.0)
20
+ builder (~> 3.1)
21
+ erubi (~> 1.4)
22
+ rails-dom-testing (~> 2.0)
23
+ rails-html-sanitizer (~> 1.0, >= 1.0.3)
24
+ activemodel (5.2.0)
25
+ activesupport (= 5.2.0)
26
+ activerecord (5.2.0)
27
+ activemodel (= 5.2.0)
28
+ activesupport (= 5.2.0)
29
+ arel (>= 9.0)
11
30
  activesupport (5.2.0)
12
31
  concurrent-ruby (~> 1.0, >= 1.0.2)
13
32
  i18n (>= 0.7, < 2)
14
33
  minitest (~> 5.1)
15
34
  tzinfo (~> 1.1)
35
+ arel (9.0.0)
36
+ builder (3.2.3)
16
37
  concurrent-ruby (1.0.5)
17
- connection_pool (2.2.1)
38
+ connection_pool (2.2.2)
39
+ crass (1.0.4)
18
40
  diff-lcs (1.3)
19
- faraday (0.15.0)
41
+ erubi (1.7.1)
42
+ faraday (0.15.2)
20
43
  multipart-post (>= 1.2, < 3)
21
44
  i18n (1.0.1)
22
45
  concurrent-ruby (~> 1.0)
23
46
  jwt (2.1.0)
47
+ loofah (2.2.2)
48
+ crass (~> 1.0.2)
49
+ nokogiri (>= 1.5.9)
50
+ method_source (0.9.0)
24
51
  mini_portile2 (2.3.0)
25
52
  minitest (5.11.3)
26
53
  multi_json (1.13.1)
27
54
  multipart-post (2.0.0)
28
55
  mustermann (1.0.2)
29
- nokogiri (1.8.2)
56
+ nokogiri (1.8.3)
30
57
  mini_portile2 (~> 2.3.0)
31
58
  puma (3.11.4)
32
59
  rack (2.0.3)
33
- rack-protection (2.0.1)
60
+ rack-protection (2.0.3)
34
61
  rack
35
62
  rack-test (0.7.0)
36
63
  rack (>= 1.0, < 3)
64
+ rails-dom-testing (2.0.3)
65
+ activesupport (>= 4.2.0)
66
+ nokogiri (>= 1.6)
67
+ rails-html-sanitizer (1.0.4)
68
+ loofah (~> 2.2, >= 2.2.2)
69
+ railties (5.2.0)
70
+ actionpack (= 5.2.0)
71
+ activesupport (= 5.2.0)
72
+ method_source
73
+ rake (>= 0.8.7)
74
+ thor (>= 0.18.1, < 2.0)
75
+ rake (12.3.1)
37
76
  redis (4.0.1)
38
77
  rspec (3.7.0)
39
78
  rspec-core (~> 3.7.0)
@@ -55,22 +94,24 @@ GEM
55
94
  connection_pool (~> 2.2, >= 2.2.0)
56
95
  rack-protection (>= 1.5.0)
57
96
  redis (>= 3.3.5, < 5)
58
- sinatra (2.0.1)
97
+ sinatra (2.0.3)
59
98
  mustermann (~> 1.0)
60
99
  rack (~> 2.0)
61
- rack-protection (= 2.0.1)
100
+ rack-protection (= 2.0.3)
62
101
  tilt (~> 2.0)
63
- stealth (0.10.6)
64
- activesupport (~> 5.2.0.rc1)
102
+ stealth (1.0.3)
103
+ activerecord (~> 5.2)
104
+ activesupport (~> 5.2)
65
105
  multi_json (~> 1.12)
66
106
  puma (~> 3.10)
107
+ railties (~> 5.2)
67
108
  sidekiq (~> 5.0)
68
109
  sinatra (~> 2.0)
69
110
  thor (~> 0.20)
70
111
  thor (0.20.0)
71
112
  thread_safe (0.3.6)
72
113
  tilt (2.0.8)
73
- twilio-ruby (5.8.0)
114
+ twilio-ruby (5.10.4)
74
115
  faraday (~> 0.9)
75
116
  jwt (>= 1.5, <= 2.5)
76
117
  nokogiri (>= 1.6, < 2.0)
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Stealth Twilio SMS
2
2
 
3
- The Stealth Twilio SMS driver adds the ability to build your bot using Twilio's SMS service.
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
5
  ## Supported Reply Types
6
6
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.9.4
1
+ 0.9.5
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
4
+ version: 0.9.5
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-06-07 00:00:00.000000000 Z
11
+ date: 2018-06-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: stealth