right_scraper 5.2.7 → 5.2.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5d83cea05aca21c6da1cd94ea76cb20d38516f58
4
- data.tar.gz: 44ddddc7f8f74d46eb222479347b0da102a3bd72
3
+ metadata.gz: 91364df79700801d6523594f7c89b052ff240e63
4
+ data.tar.gz: c3bccc9a05fbb13b21dc7901ab95f7ccdd86121b
5
5
  SHA512:
6
- metadata.gz: 30007d3020f2be1be18fa9e0e6edf9f63cec8a884655515ab5aeb5fbbb97c7e08f9e729eab5b73ffefade44652c3becaf0d81eb2814cc1b0e7626574ef17cc1a
7
- data.tar.gz: b7bb0125bb3e54f644b92ed609e6ebb314d1d4b34745d9bd003a47b8ece72f8549d0c7117c2d5d6775acb1a546f8006550bdfb7812e83217cad8b85987245def
6
+ metadata.gz: 7ebe33e725fb0d117cbd7d8890f4d1edcf6e74582f3ddf4d83b2eb08fece23f7c4e677c8801b836b2e5b8e8d37f8964f6b78e75d65368b012fab6c9685d887dc
7
+ data.tar.gz: cde2a6855873730f0704fcb499e0335bf8c05d54890660b808ebb931fdc93419417ebd6c5743c6ec6c25c4dccf11006ec0a82fe6ce159b03ab68b250c4fd5d7f
@@ -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
- %W(TERM QUIT).each { |s| trap(s) {} }
41
+ %w(HUP TERM QUIT).each { |s| trap(s) {} }
42
42
 
43
43
  main = nil
44
44
  begin
@@ -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
- %W(TERM QUIT).each { |s| trap(s) {} }
41
+ %w(HUP TERM QUIT).each { |s| trap(s) {} }
42
42
 
43
43
  main = nil
44
44
  begin
@@ -23,7 +23,7 @@
23
23
 
24
24
  module RightScraper
25
25
  # for gemspec, etc.
26
- GEM_VERSION = '5.2.7'
26
+ GEM_VERSION = '5.2.8'
27
27
 
28
28
  # (Fixnum) protocol versioning scheme; prepended to hashes to
29
29
  # prevent collisions.
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.7
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-28 00:00:00.000000000 Z
13
+ date: 2016-03-30 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: right_aws