stealth-facebook 0.13.1 → 0.13.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +9 -53
- data/VERSION +1 -1
- metadata +3 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 838069b23d5f4e333ada1efea138902594091b3f104d04669a2ea0325b9347cd
|
4
|
+
data.tar.gz: 8d057c48b5c3b5133b39f59320517fd08768822a5c8c205d88829fe92a7d036e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 11eec25d71b2b6d119761a209ebed5b2042d71108aec4f42bb782b372863653d97beec5230d2d0b7160600c1ec455196ab7d0982ffb58880058cfbc2890136bc
|
7
|
+
data.tar.gz: 9c19d53a101a9cb6b4e9c9d04234060fa6680d833a41a78b92453a4e9a7533c32e23029604e154d13ece376eaebf0e62eeec953435a15a90cba3f0eeb30ce479
|
data/Gemfile.lock
CHANGED
@@ -8,71 +8,29 @@ PATH
|
|
8
8
|
GEM
|
9
9
|
remote: https://rubygems.org/
|
10
10
|
specs:
|
11
|
-
|
12
|
-
actionview (= 5.2.1)
|
13
|
-
activesupport (= 5.2.1)
|
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.1)
|
19
|
-
activesupport (= 5.2.1)
|
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.1)
|
25
|
-
activesupport (= 5.2.1)
|
26
|
-
activerecord (5.2.1)
|
27
|
-
activemodel (= 5.2.1)
|
28
|
-
activesupport (= 5.2.1)
|
29
|
-
arel (>= 9.0)
|
30
|
-
activesupport (5.2.1)
|
11
|
+
activesupport (5.2.2)
|
31
12
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
32
13
|
i18n (>= 0.7, < 2)
|
33
14
|
minitest (~> 5.1)
|
34
15
|
tzinfo (~> 1.1)
|
35
|
-
|
36
|
-
builder (3.2.3)
|
37
|
-
concurrent-ruby (1.0.5)
|
16
|
+
concurrent-ruby (1.1.4)
|
38
17
|
connection_pool (2.2.2)
|
39
|
-
crass (1.0.4)
|
40
18
|
diff-lcs (1.3)
|
41
|
-
|
42
|
-
faraday (0.15.3)
|
19
|
+
faraday (0.15.4)
|
43
20
|
multipart-post (>= 1.2, < 3)
|
44
|
-
i18n (1.
|
21
|
+
i18n (1.2.0)
|
45
22
|
concurrent-ruby (~> 1.0)
|
46
|
-
loofah (2.2.3)
|
47
|
-
crass (~> 1.0.2)
|
48
|
-
nokogiri (>= 1.5.9)
|
49
|
-
method_source (0.9.0)
|
50
|
-
mini_portile2 (2.3.0)
|
51
23
|
minitest (5.11.3)
|
52
24
|
multi_json (1.13.1)
|
53
25
|
multipart-post (2.0.0)
|
54
26
|
mustermann (1.0.3)
|
55
|
-
nokogiri (1.8.5)
|
56
|
-
mini_portile2 (~> 2.3.0)
|
57
27
|
puma (3.12.0)
|
58
28
|
rack (2.0.6)
|
59
29
|
rack-protection (2.0.4)
|
60
30
|
rack
|
61
31
|
rack-test (1.1.0)
|
62
32
|
rack (>= 1.0, < 3)
|
63
|
-
|
64
|
-
activesupport (>= 4.2.0)
|
65
|
-
nokogiri (>= 1.6)
|
66
|
-
rails-html-sanitizer (1.0.4)
|
67
|
-
loofah (~> 2.2, >= 2.2.2)
|
68
|
-
railties (5.2.1)
|
69
|
-
actionpack (= 5.2.1)
|
70
|
-
activesupport (= 5.2.1)
|
71
|
-
method_source
|
72
|
-
rake (>= 0.8.7)
|
73
|
-
thor (>= 0.19.0, < 2.0)
|
74
|
-
rake (12.3.1)
|
75
|
-
redis (4.0.2)
|
33
|
+
redis (4.1.0)
|
76
34
|
rspec (3.8.0)
|
77
35
|
rspec-core (~> 3.8.0)
|
78
36
|
rspec-expectations (~> 3.8.0)
|
@@ -88,7 +46,7 @@ GEM
|
|
88
46
|
rspec-support (3.8.0)
|
89
47
|
rspec_junit_formatter (0.4.1)
|
90
48
|
rspec-core (>= 2, < 4, != 2.12.0)
|
91
|
-
sidekiq (5.2.
|
49
|
+
sidekiq (5.2.3)
|
92
50
|
connection_pool (~> 2.2, >= 2.2.2)
|
93
51
|
rack-protection (>= 1.5.0)
|
94
52
|
redis (>= 3.3.5, < 5)
|
@@ -97,18 +55,16 @@ GEM
|
|
97
55
|
rack (~> 2.0)
|
98
56
|
rack-protection (= 2.0.4)
|
99
57
|
tilt (~> 2.0)
|
100
|
-
stealth (1.
|
101
|
-
activerecord (~> 5.2)
|
58
|
+
stealth (1.1.2)
|
102
59
|
activesupport (~> 5.2)
|
103
60
|
multi_json (~> 1.12)
|
104
61
|
puma (~> 3.10)
|
105
|
-
railties (~> 5.2)
|
106
62
|
sidekiq (~> 5.0)
|
107
63
|
sinatra (~> 2.0)
|
108
64
|
thor (~> 0.20)
|
109
|
-
thor (0.20.
|
65
|
+
thor (0.20.3)
|
110
66
|
thread_safe (0.3.6)
|
111
|
-
tilt (2.0.
|
67
|
+
tilt (2.0.9)
|
112
68
|
tzinfo (1.2.5)
|
113
69
|
thread_safe (~> 0.1)
|
114
70
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.13.
|
1
|
+
0.13.2
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: stealth-facebook
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.13.
|
4
|
+
version: 0.13.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Mauricio Gomes
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2019-07-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: stealth
|
@@ -126,8 +126,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
126
126
|
- !ruby/object:Gem::Version
|
127
127
|
version: '0'
|
128
128
|
requirements: []
|
129
|
-
|
130
|
-
rubygems_version: 2.7.7
|
129
|
+
rubygems_version: 3.0.3
|
131
130
|
signing_key:
|
132
131
|
specification_version: 4
|
133
132
|
summary: Stealth Facebook Messenger driver
|