stealth-twilio 0.9.5 → 0.9.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +45 -46
- data/VERSION +1 -1
- data/stealth-twilio.gemspec +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 31c85acf744f55590059fcc36337e6e9991530aedccbd20248b888ac92315827
|
4
|
+
data.tar.gz: ad11eceb7b575447f0022c1da33aaa53ba1eaaa63f8d469ad2c3b58f76bf1b8e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2cdbaf353bd3724608ffae1223c6c2e5ae513c7aa15e50c01f46fb9da18c5cb51b882c68a79470f929c4fb4bb25bf1f17d80efe9e8015c8d5c456ea9ef2eee54
|
7
|
+
data.tar.gz: 810c9d90f8c622316b84405e0a9a3a4ccfae26f91f5799bb357bee5409d9f25e3adcfe2cb12014325aef1dbed9df3f4b24f6d48154f7b5ad7173cf08c7fbbac9
|
data/Gemfile.lock
CHANGED
@@ -1,33 +1,33 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
stealth-twilio (0.9.
|
4
|
+
stealth-twilio (0.9.5)
|
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.
|
12
|
-
actionview (= 5.2.
|
13
|
-
activesupport (= 5.2.
|
11
|
+
actionpack (5.2.1)
|
12
|
+
actionview (= 5.2.1)
|
13
|
+
activesupport (= 5.2.1)
|
14
14
|
rack (~> 2.0)
|
15
15
|
rack-test (>= 0.6.3)
|
16
16
|
rails-dom-testing (~> 2.0)
|
17
17
|
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
18
|
-
actionview (5.2.
|
19
|
-
activesupport (= 5.2.
|
18
|
+
actionview (5.2.1)
|
19
|
+
activesupport (= 5.2.1)
|
20
20
|
builder (~> 3.1)
|
21
21
|
erubi (~> 1.4)
|
22
22
|
rails-dom-testing (~> 2.0)
|
23
23
|
rails-html-sanitizer (~> 1.0, >= 1.0.3)
|
24
|
-
activemodel (5.2.
|
25
|
-
activesupport (= 5.2.
|
26
|
-
activerecord (5.2.
|
27
|
-
activemodel (= 5.2.
|
28
|
-
activesupport (= 5.2.
|
24
|
+
activemodel (5.2.1)
|
25
|
+
activesupport (= 5.2.1)
|
26
|
+
activerecord (5.2.1)
|
27
|
+
activemodel (= 5.2.1)
|
28
|
+
activesupport (= 5.2.1)
|
29
29
|
arel (>= 9.0)
|
30
|
-
activesupport (5.2.
|
30
|
+
activesupport (5.2.1)
|
31
31
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
32
32
|
i18n (>= 0.7, < 2)
|
33
33
|
minitest (~> 5.1)
|
@@ -39,9 +39,9 @@ GEM
|
|
39
39
|
crass (1.0.4)
|
40
40
|
diff-lcs (1.3)
|
41
41
|
erubi (1.7.1)
|
42
|
-
faraday (0.15.
|
42
|
+
faraday (0.15.3)
|
43
43
|
multipart-post (>= 1.2, < 3)
|
44
|
-
i18n (1.
|
44
|
+
i18n (1.1.1)
|
45
45
|
concurrent-ruby (~> 1.0)
|
46
46
|
jwt (2.1.0)
|
47
47
|
loofah (2.2.2)
|
@@ -52,54 +52,53 @@ GEM
|
|
52
52
|
minitest (5.11.3)
|
53
53
|
multi_json (1.13.1)
|
54
54
|
multipart-post (2.0.0)
|
55
|
-
mustermann (1.0.
|
56
|
-
nokogiri (1.8.
|
55
|
+
mustermann (1.0.3)
|
56
|
+
nokogiri (1.8.5)
|
57
57
|
mini_portile2 (~> 2.3.0)
|
58
|
-
puma (3.
|
59
|
-
rack (2.0.
|
60
|
-
rack-protection (2.0.
|
58
|
+
puma (3.12.0)
|
59
|
+
rack (2.0.5)
|
60
|
+
rack-protection (2.0.4)
|
61
61
|
rack
|
62
|
-
rack-test (
|
62
|
+
rack-test (1.1.0)
|
63
63
|
rack (>= 1.0, < 3)
|
64
64
|
rails-dom-testing (2.0.3)
|
65
65
|
activesupport (>= 4.2.0)
|
66
66
|
nokogiri (>= 1.6)
|
67
67
|
rails-html-sanitizer (1.0.4)
|
68
68
|
loofah (~> 2.2, >= 2.2.2)
|
69
|
-
railties (5.2.
|
70
|
-
actionpack (= 5.2.
|
71
|
-
activesupport (= 5.2.
|
69
|
+
railties (5.2.1)
|
70
|
+
actionpack (= 5.2.1)
|
71
|
+
activesupport (= 5.2.1)
|
72
72
|
method_source
|
73
73
|
rake (>= 0.8.7)
|
74
|
-
thor (>= 0.
|
74
|
+
thor (>= 0.19.0, < 2.0)
|
75
75
|
rake (12.3.1)
|
76
|
-
redis (4.0.
|
77
|
-
rspec (3.
|
78
|
-
rspec-core (~> 3.
|
79
|
-
rspec-expectations (~> 3.
|
80
|
-
rspec-mocks (~> 3.
|
81
|
-
rspec-core (3.
|
82
|
-
rspec-support (~> 3.
|
83
|
-
rspec-expectations (3.
|
76
|
+
redis (4.0.2)
|
77
|
+
rspec (3.8.0)
|
78
|
+
rspec-core (~> 3.8.0)
|
79
|
+
rspec-expectations (~> 3.8.0)
|
80
|
+
rspec-mocks (~> 3.8.0)
|
81
|
+
rspec-core (3.8.0)
|
82
|
+
rspec-support (~> 3.8.0)
|
83
|
+
rspec-expectations (3.8.1)
|
84
84
|
diff-lcs (>= 1.2.0, < 2.0)
|
85
|
-
rspec-support (~> 3.
|
86
|
-
rspec-mocks (3.
|
85
|
+
rspec-support (~> 3.8.0)
|
86
|
+
rspec-mocks (3.8.0)
|
87
87
|
diff-lcs (>= 1.2.0, < 2.0)
|
88
|
-
rspec-support (~> 3.
|
89
|
-
rspec-support (3.
|
90
|
-
rspec_junit_formatter (0.
|
88
|
+
rspec-support (~> 3.8.0)
|
89
|
+
rspec-support (3.8.0)
|
90
|
+
rspec_junit_formatter (0.4.1)
|
91
91
|
rspec-core (>= 2, < 4, != 2.12.0)
|
92
|
-
sidekiq (5.
|
93
|
-
|
94
|
-
connection_pool (~> 2.2, >= 2.2.0)
|
92
|
+
sidekiq (5.2.2)
|
93
|
+
connection_pool (~> 2.2, >= 2.2.2)
|
95
94
|
rack-protection (>= 1.5.0)
|
96
95
|
redis (>= 3.3.5, < 5)
|
97
|
-
sinatra (2.0.
|
96
|
+
sinatra (2.0.4)
|
98
97
|
mustermann (~> 1.0)
|
99
98
|
rack (~> 2.0)
|
100
|
-
rack-protection (= 2.0.
|
99
|
+
rack-protection (= 2.0.4)
|
101
100
|
tilt (~> 2.0)
|
102
|
-
stealth (1.0.
|
101
|
+
stealth (1.0.4)
|
103
102
|
activerecord (~> 5.2)
|
104
103
|
activesupport (~> 5.2)
|
105
104
|
multi_json (~> 1.12)
|
@@ -111,7 +110,7 @@ GEM
|
|
111
110
|
thor (0.20.0)
|
112
111
|
thread_safe (0.3.6)
|
113
112
|
tilt (2.0.8)
|
114
|
-
twilio-ruby (5.
|
113
|
+
twilio-ruby (5.15.0)
|
115
114
|
faraday (~> 0.9)
|
116
115
|
jwt (>= 1.5, <= 2.5)
|
117
116
|
nokogiri (>= 1.6, < 2.0)
|
@@ -122,10 +121,10 @@ PLATFORMS
|
|
122
121
|
ruby
|
123
122
|
|
124
123
|
DEPENDENCIES
|
125
|
-
rack-test (~>
|
124
|
+
rack-test (~> 1.1)
|
126
125
|
rspec (~> 3.6)
|
127
126
|
rspec_junit_formatter (~> 0.3)
|
128
127
|
stealth-twilio!
|
129
128
|
|
130
129
|
BUNDLED WITH
|
131
|
-
1.16.
|
130
|
+
1.16.3
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.9.
|
1
|
+
0.9.6
|
data/stealth-twilio.gemspec
CHANGED
@@ -17,7 +17,7 @@ Gem::Specification.new do |s|
|
|
17
17
|
|
18
18
|
s.add_development_dependency 'rspec', '~> 3.6'
|
19
19
|
s.add_development_dependency 'rspec_junit_formatter', '~> 0.3'
|
20
|
-
s.add_development_dependency 'rack-test', '~>
|
20
|
+
s.add_development_dependency 'rack-test', '~> 1.1'
|
21
21
|
|
22
22
|
s.files = `git ls-files`.split("\n")
|
23
23
|
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
|
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.6
|
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-10-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: stealth
|
@@ -72,14 +72,14 @@ dependencies:
|
|
72
72
|
requirements:
|
73
73
|
- - "~>"
|
74
74
|
- !ruby/object:Gem::Version
|
75
|
-
version: '
|
75
|
+
version: '1.1'
|
76
76
|
type: :development
|
77
77
|
prerelease: false
|
78
78
|
version_requirements: !ruby/object:Gem::Requirement
|
79
79
|
requirements:
|
80
80
|
- - "~>"
|
81
81
|
- !ruby/object:Gem::Version
|
82
|
-
version: '
|
82
|
+
version: '1.1'
|
83
83
|
description: Twilio SMS driver for Stealth.
|
84
84
|
email: mauricio@edge14.com
|
85
85
|
executables: []
|