safe_timeout 0.0.4 → 0.0.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/safe_timeout.rb +2 -0
- data/lib/safe_timeout/version.rb +1 -1
- metadata +4 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4a22c31977560982ad7a99c947238a3c991c63ad
|
4
|
+
data.tar.gz: 15508f9547ac5c5f678fdb2a9bf85ba471c748ee
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4d1beb0e7060c31c440a188b37f03c3b3acc2a2eacff70b1226601253125986509e877a95db331cc436d226c65a729d757a125741683c6ba97874d12d52d456d
|
7
|
+
data.tar.gz: 73de26aa4637c2b7fb27fb29b3c82804a6b50c9af0fb77d0bcdaeae23603e018a24ba1215c64cbce7a95cbf6b60d61569d0ab88fd17fce584f194d7497d3320b
|
data/lib/safe_timeout.rb
CHANGED
data/lib/safe_timeout/version.rb
CHANGED
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
|
+
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:
|
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.
|
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:
|