right_scraper 5.2.7 → 5.2.8
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/bin/right_scraper-retrieve +2 -2
- data/bin/right_scraper-scan +2 -2
- data/lib/right_scraper/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 91364df79700801d6523594f7c89b052ff240e63
|
4
|
+
data.tar.gz: c3bccc9a05fbb13b21dc7901ab95f7ccdd86121b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7ebe33e725fb0d117cbd7d8890f4d1edcf6e74582f3ddf4d83b2eb08fece23f7c4e677c8801b836b2e5b8e8d37f8964f6b78e75d65368b012fab6c9685d887dc
|
7
|
+
data.tar.gz: cde2a6855873730f0704fcb499e0335bf8c05d54890660b808ebb931fdc93419417ebd6c5743c6ec6c25c4dccf11006ec0a82fe6ce159b03ab68b250c4fd5d7f
|
data/bin/right_scraper-retrieve
CHANGED
@@ -35,10 +35,10 @@ if ::ARGV.size != 2
|
|
35
35
|
exit 1
|
36
36
|
end
|
37
37
|
|
38
|
-
# specifically trap-and-ignore SIGTERM and SIGQUIT to prevent the Docker
|
38
|
+
# specifically trap-and-ignore SIGHUP, SIGTERM and SIGQUIT to prevent the Docker
|
39
39
|
# container being stopped on service shutdown. also do not emit any output.
|
40
40
|
# allows SIGINT for development.
|
41
|
-
%
|
41
|
+
%w(HUP TERM QUIT).each { |s| trap(s) {} }
|
42
42
|
|
43
43
|
main = nil
|
44
44
|
begin
|
data/bin/right_scraper-scan
CHANGED
@@ -35,10 +35,10 @@ if ::ARGV.size != 2
|
|
35
35
|
exit 1
|
36
36
|
end
|
37
37
|
|
38
|
-
# specifically trap-and-ignore SIGTERM and SIGQUIT to prevent the Docker
|
38
|
+
# specifically trap-and-ignore SIGHUP, SIGTERM and SIGQUIT to prevent the Docker
|
39
39
|
# container being stopped on service shutdown. also do not emit any output.
|
40
40
|
# allows SIGINT for development.
|
41
|
-
%
|
41
|
+
%w(HUP TERM QUIT).each { |s| trap(s) {} }
|
42
42
|
|
43
43
|
main = nil
|
44
44
|
begin
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: right_scraper
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 5.2.
|
4
|
+
version: 5.2.8
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Raphael Simon
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date: 2016-03-
|
13
|
+
date: 2016-03-30 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: right_aws
|