stealth-twilio 0.9.2 → 0.9.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/Gemfile.lock +21 -21
- data/VERSION +1 -1
- data/stealth-twilio.gemspec +1 -1
- metadata +7 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: 7345ae1df9e8ee9b917d96684e2274b70d00924dcbaee4e3ed291084d0de2454
|
4
|
+
data.tar.gz: 7114b262be1922b78117e8e7138c225c900fe85b4a7700273a104ab9b542d7d7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 993d3732dcd04ba63b661cc03a68d1f3a853a79eee2d7a368ff2dc68b4ae0462aed33c634cd400a1edefb472c57b87f30b978f8659fcec8a87294382629487aa
|
7
|
+
data.tar.gz: 2bacedb6ab2d5242920ac2ab3bcfb4a8d78bbaf7d903817d02f9a0c74107d8860a9196608f5514e92c08ae481c2ae1461555e954aa66150b4bb8fb59d81e07c9
|
data/Gemfile.lock
CHANGED
@@ -1,36 +1,36 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
stealth-twilio (0.9.
|
5
|
-
stealth (
|
4
|
+
stealth-twilio (0.9.3)
|
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
|
-
activesupport (5.
|
11
|
+
activesupport (5.2.0)
|
12
12
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
13
|
-
i18n (
|
13
|
+
i18n (>= 0.7, < 2)
|
14
14
|
minitest (~> 5.1)
|
15
15
|
tzinfo (~> 1.1)
|
16
16
|
concurrent-ruby (1.0.5)
|
17
17
|
connection_pool (2.2.1)
|
18
18
|
diff-lcs (1.3)
|
19
|
-
faraday (0.
|
19
|
+
faraday (0.15.0)
|
20
20
|
multipart-post (>= 1.2, < 3)
|
21
|
-
i18n (0.
|
21
|
+
i18n (1.0.1)
|
22
22
|
concurrent-ruby (~> 1.0)
|
23
23
|
jwt (2.1.0)
|
24
24
|
mini_portile2 (2.3.0)
|
25
|
-
minitest (5.
|
26
|
-
multi_json (1.
|
25
|
+
minitest (5.11.3)
|
26
|
+
multi_json (1.13.1)
|
27
27
|
multipart-post (2.0.0)
|
28
|
-
mustermann (1.0.
|
29
|
-
nokogiri (1.8.
|
28
|
+
mustermann (1.0.2)
|
29
|
+
nokogiri (1.8.2)
|
30
30
|
mini_portile2 (~> 2.3.0)
|
31
|
-
puma (3.11.
|
31
|
+
puma (3.11.4)
|
32
32
|
rack (2.0.3)
|
33
|
-
rack-protection (2.0.
|
33
|
+
rack-protection (2.0.1)
|
34
34
|
rack
|
35
35
|
rack-test (0.7.0)
|
36
36
|
rack (>= 1.0, < 3)
|
@@ -50,18 +50,18 @@ GEM
|
|
50
50
|
rspec-support (3.7.0)
|
51
51
|
rspec_junit_formatter (0.3.0)
|
52
52
|
rspec-core (>= 2, < 4, != 2.12.0)
|
53
|
-
sidekiq (5.
|
53
|
+
sidekiq (5.1.3)
|
54
54
|
concurrent-ruby (~> 1.0)
|
55
55
|
connection_pool (~> 2.2, >= 2.2.0)
|
56
56
|
rack-protection (>= 1.5.0)
|
57
|
-
redis (>= 3.3.
|
58
|
-
sinatra (2.0.
|
57
|
+
redis (>= 3.3.5, < 5)
|
58
|
+
sinatra (2.0.1)
|
59
59
|
mustermann (~> 1.0)
|
60
60
|
rack (~> 2.0)
|
61
|
-
rack-protection (= 2.0.
|
61
|
+
rack-protection (= 2.0.1)
|
62
62
|
tilt (~> 2.0)
|
63
|
-
stealth (0.
|
64
|
-
activesupport (~> 5.
|
63
|
+
stealth (0.10.6)
|
64
|
+
activesupport (~> 5.2.0.rc1)
|
65
65
|
multi_json (~> 1.12)
|
66
66
|
puma (~> 3.10)
|
67
67
|
sidekiq (~> 5.0)
|
@@ -70,11 +70,11 @@ GEM
|
|
70
70
|
thor (0.20.0)
|
71
71
|
thread_safe (0.3.6)
|
72
72
|
tilt (2.0.8)
|
73
|
-
twilio-ruby (5.
|
73
|
+
twilio-ruby (5.8.0)
|
74
74
|
faraday (~> 0.9)
|
75
75
|
jwt (>= 1.5, <= 2.5)
|
76
76
|
nokogiri (>= 1.6, < 2.0)
|
77
|
-
tzinfo (1.2.
|
77
|
+
tzinfo (1.2.5)
|
78
78
|
thread_safe (~> 0.1)
|
79
79
|
|
80
80
|
PLATFORMS
|
@@ -87,4 +87,4 @@ DEPENDENCIES
|
|
87
87
|
stealth-twilio!
|
88
88
|
|
89
89
|
BUNDLED WITH
|
90
|
-
1.16.
|
90
|
+
1.16.1
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.9.
|
1
|
+
0.9.3
|
data/stealth-twilio.gemspec
CHANGED
@@ -12,7 +12,7 @@ Gem::Specification.new do |s|
|
|
12
12
|
s.author = 'Mauricio Gomes'
|
13
13
|
s.email = 'mauricio@edge14.com'
|
14
14
|
|
15
|
-
s.add_dependency 'stealth', '
|
15
|
+
s.add_dependency 'stealth', '< 2.0'
|
16
16
|
s.add_dependency 'twilio-ruby', '~> 5.5'
|
17
17
|
|
18
18
|
s.add_development_dependency 'rspec', '~> 3.6'
|
metadata
CHANGED
@@ -1,29 +1,29 @@
|
|
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.3
|
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-04-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: stealth
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
16
16
|
requirements:
|
17
|
-
- - "
|
17
|
+
- - "<"
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: '0
|
19
|
+
version: '2.0'
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
|
-
- - "
|
24
|
+
- - "<"
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version: '0
|
26
|
+
version: '2.0'
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: twilio-ruby
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
@@ -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.6
|
126
|
+
rubygems_version: 2.7.6
|
127
127
|
signing_key:
|
128
128
|
specification_version: 4
|
129
129
|
summary: Stealth Twilio SMS driver
|