safe_timeout 0.0.4 → 0.0.5

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: d1f06d3a6a1b3d03875ee2501d1bfa1ceefcc676
4
- data.tar.gz: 7d5a7e5273989529d22bddb49927ae091866ba96
3
+ metadata.gz: 4a22c31977560982ad7a99c947238a3c991c63ad
4
+ data.tar.gz: 15508f9547ac5c5f678fdb2a9bf85ba471c748ee
5
5
  SHA512:
6
- metadata.gz: 48ef6022f8aecfb0e69c348adec09d589c3dba1929896ce843685f45123bc6d43605f66823ee3271b2a73b5d70852b159f37906925160e8559f930f0fedd9b75
7
- data.tar.gz: 14e77cc5ca9f6c1f24459fda1e35186697af31a75814658f32591bc999231de8d4c85f78d6cf8f1755a0e58341eaa3097d9f0f8b6c9e68f5f31f8bdeb0b6c35b
6
+ metadata.gz: 4d1beb0e7060c31c440a188b37f03c3b3acc2a2eacff70b1226601253125986509e877a95db331cc436d226c65a729d757a125741683c6ba97874d12d52d456d
7
+ data.tar.gz: 73de26aa4637c2b7fb27fb29b3c82804a6b50c9af0fb77d0bcdaeae23603e018a24ba1215c64cbce7a95cbf6b60d61569d0ab88fd17fce584f194d7497d3320b
@@ -1,3 +1,5 @@
1
+ require 'timeout'
2
+
1
3
  #
2
4
  # Ruby's Timeout is broken and highly dangerous. To avoid this risk we instead
3
5
  # use a child process to handle the timeout. We fork it and let it issue a SIGINT
@@ -1,3 +1,3 @@
1
1
  module SafeTimeout
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: safe_timeout
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - David McCullars
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-09-21 00:00:00.000000000 Z
11
+ date: 2016-05-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -96,7 +96,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
96
96
  version: '0'
97
97
  requirements: []
98
98
  rubyforge_project:
99
- rubygems_version: 2.2.2
99
+ rubygems_version: 2.5.1
100
100
  signing_key:
101
101
  specification_version: 4
102
102
  summary: A safer alternative to Ruby's Timeout that uses unix processes instead of
@@ -104,3 +104,4 @@ summary: A safer alternative to Ruby's Timeout that uses unix processes instead
104
104
  test_files:
105
105
  - spec/lib/safe_timeout_spec.rb
106
106
  - spec/spec_helper.rb
107
+ has_rdoc: