stealth-facebook 0.10.2 → 0.10.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +52 -8
  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: e1da7a30d44fb007f41e4aaf1fc639b33eff8d0584d0082684b81c414994a807
4
- data.tar.gz: 0c666799fbc0aaeef70782cab59b758864ea6f14aea2d282d0028aa4aceec926
3
+ metadata.gz: bbfeaca3d399ac98bcfeefd3134c4f08b5d1977c401fbe7be84507748f6d847b
4
+ data.tar.gz: c4b29d59dd6fff49568bd8fdbb3eeca1d5bdc444d4d48b44c0d8d590c1771a8c
5
5
  SHA512:
6
- metadata.gz: 6f4c58f0ea8f87abef649e4193f6be64953371e10f5db67f258d84edf81b013cb6474d6f1207a50c983e0ecf3fe65ccf4ec42cf262979db9cc81207bf0437a7b
7
- data.tar.gz: 5e5b5b169230eae280b5846ec95030bc193fa9e4a3cd6e6c593725ea1aad5e1f1093a6445099b71f10a876b142e104327f634e3290a414061eced59bb7386682
6
+ metadata.gz: fd82b5e8f63fc0ede67bf0599db7bd7350866fcbab00b07f8a61717d481cc6cd66615528d259b088c46f65683e00a20042650c565f36b2ca0cbe4fe1e3363ab0
7
+ data.tar.gz: 9b92469017d47b6e128f5962762e77226168c05f8dfca949c07950790ba3c90bcdc28674e5e452257462ad916a480d566a9b6fd70915301a3936d1767fb05cd7
data/Gemfile.lock CHANGED
@@ -1,35 +1,77 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stealth-facebook (0.10.0)
4
+ stealth-facebook (0.10.2)
5
5
  faraday (~> 0.13)
6
6
  stealth (< 2.0)
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)
46
+ loofah (2.2.2)
47
+ crass (~> 1.0.2)
48
+ nokogiri (>= 1.5.9)
49
+ method_source (0.9.0)
50
+ mini_portile2 (2.3.0)
23
51
  minitest (5.11.3)
24
52
  multi_json (1.13.1)
25
53
  multipart-post (2.0.0)
26
54
  mustermann (1.0.2)
55
+ nokogiri (1.8.3)
56
+ mini_portile2 (~> 2.3.0)
27
57
  puma (3.11.4)
28
58
  rack (2.0.3)
29
- rack-protection (2.0.1)
59
+ rack-protection (2.0.3)
30
60
  rack
31
61
  rack-test (0.7.0)
32
62
  rack (>= 1.0, < 3)
63
+ rails-dom-testing (2.0.3)
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.0)
69
+ actionpack (= 5.2.0)
70
+ activesupport (= 5.2.0)
71
+ method_source
72
+ rake (>= 0.8.7)
73
+ thor (>= 0.18.1, < 2.0)
74
+ rake (12.3.1)
33
75
  redis (4.0.1)
34
76
  rspec (3.7.0)
35
77
  rspec-core (~> 3.7.0)
@@ -51,15 +93,17 @@ GEM
51
93
  connection_pool (~> 2.2, >= 2.2.0)
52
94
  rack-protection (>= 1.5.0)
53
95
  redis (>= 3.3.5, < 5)
54
- sinatra (2.0.1)
96
+ sinatra (2.0.3)
55
97
  mustermann (~> 1.0)
56
98
  rack (~> 2.0)
57
- rack-protection (= 2.0.1)
99
+ rack-protection (= 2.0.3)
58
100
  tilt (~> 2.0)
59
- stealth (0.10.6)
60
- activesupport (~> 5.2.0.rc1)
101
+ stealth (1.0.2)
102
+ activerecord (~> 5.2)
103
+ activesupport (~> 5.2)
61
104
  multi_json (~> 1.12)
62
105
  puma (~> 3.10)
106
+ railties (~> 5.2)
63
107
  sidekiq (~> 5.0)
64
108
  sinatra (~> 2.0)
65
109
  thor (~> 0.20)
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Stealth Facebook
2
2
 
3
- This integration adds support for Facebook bots within Stealth.
3
+ This integration adds support for Facebook bots within [Stealth](https://github.com/hellostealth/stealth).
4
4
 
5
5
  ## Configure Your Facebook Page
6
6
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.10.2
1
+ 0.10.3
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.10.2
4
+ version: 0.10.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-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