resumable_job 0.1.1 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.gitignore +3 -0
- data/CHANGELOG.md +3 -0
- data/Gemfile.lock +9 -1
- data/README.md +4 -0
- data/lib/resumable_job/version.rb +1 -1
- data/resumable_job.gemspec +1 -0
- metadata +17 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f4c402dfadb45779229d39e6c07d4f404441ab55
|
4
|
+
data.tar.gz: 8c79796db69d43aaf62d569edc7e3d23f4f0b81b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d65e87fb022eece8dc9006a5bc04fb99c7e237cf40911875edc046886e0b6276af0c40b3874d13490086dbfcc1437e570d88a2722374e9e05b3b41068243dcd3
|
7
|
+
data.tar.gz: db02d4c671d2484d3f73ec526c335faa7a91fd02f39af79c1a0abf8f88fe2f89c6dc04e35d71471cfd8086a961f60a26db5c83f3514e9810b2f132f1e67d7b5b
|
data/.gitignore
CHANGED
data/CHANGELOG.md
CHANGED
data/Gemfile.lock
CHANGED
@@ -1,13 +1,20 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
resumable_job (0.1.
|
4
|
+
resumable_job (0.1.2)
|
5
5
|
|
6
6
|
GEM
|
7
7
|
remote: https://rubygems.org/
|
8
8
|
specs:
|
9
|
+
docile (1.3.1)
|
10
|
+
json (2.1.0)
|
9
11
|
minitest (5.11.3)
|
10
12
|
rake (10.5.0)
|
13
|
+
simplecov (0.16.1)
|
14
|
+
docile (~> 1.1)
|
15
|
+
json (>= 1.8, < 3)
|
16
|
+
simplecov-html (~> 0.10.0)
|
17
|
+
simplecov-html (0.10.2)
|
11
18
|
|
12
19
|
PLATFORMS
|
13
20
|
ruby
|
@@ -18,6 +25,7 @@ DEPENDENCIES
|
|
18
25
|
minitest (~> 5.0)
|
19
26
|
rake (~> 10.0)
|
20
27
|
resumable_job!
|
28
|
+
simplecov
|
21
29
|
|
22
30
|
BUNDLED WITH
|
23
31
|
1.16.2
|
data/README.md
CHANGED
@@ -1,5 +1,9 @@
|
|
1
1
|
# ResumableJob
|
2
2
|
|
3
|
+
[![Build Status: master](https://travis-ci.com/SleeplessByte/resumable_job.svg)](https://travis-ci.com/SleeplessByte/resumable_job)
|
4
|
+
[![Gem Version](https://badge.fury.io/rb/resumable_job.svg)](https://badge.fury.io/rb/resumable_job)
|
5
|
+
[![MIT license](http://img.shields.io/badge/license-MIT-brightgreen.svg)](http://opensource.org/licenses/MIT)
|
6
|
+
|
3
7
|
Make any `ActiveJob` resumable.
|
4
8
|
|
5
9
|
Use exception flow to make jobs exceptionally resumable, whilst retaining other state, with automatic exponential
|
data/resumable_job.gemspec
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: resumable_job
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Derk-Jan Karrenbeld
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-06-
|
11
|
+
date: 2018-06-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -52,6 +52,20 @@ dependencies:
|
|
52
52
|
- - "~>"
|
53
53
|
- !ruby/object:Gem::Version
|
54
54
|
version: '10.0'
|
55
|
+
- !ruby/object:Gem::Dependency
|
56
|
+
name: simplecov
|
57
|
+
requirement: !ruby/object:Gem::Requirement
|
58
|
+
requirements:
|
59
|
+
- - ">="
|
60
|
+
- !ruby/object:Gem::Version
|
61
|
+
version: '0'
|
62
|
+
type: :development
|
63
|
+
prerelease: false
|
64
|
+
version_requirements: !ruby/object:Gem::Requirement
|
65
|
+
requirements:
|
66
|
+
- - ">="
|
67
|
+
- !ruby/object:Gem::Version
|
68
|
+
version: '0'
|
55
69
|
description:
|
56
70
|
email:
|
57
71
|
- derk-jan+github@karrenbeld.info
|
@@ -99,7 +113,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
99
113
|
version: '0'
|
100
114
|
requirements: []
|
101
115
|
rubyforge_project:
|
102
|
-
rubygems_version: 2.6.
|
116
|
+
rubygems_version: 2.6.10
|
103
117
|
signing_key:
|
104
118
|
specification_version: 4
|
105
119
|
summary: Make an ActiveJob resumable
|