resqutils 1.1.0 → 1.1.1
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 +4 -4
- data/Gemfile.lock +8 -8
- data/lib/resqutils/version.rb +1 -1
- data/resqutils.gemspec +3 -3
- metadata +8 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f57266b7682198b7c27f8268ebc9b27ef8635ed4
|
4
|
+
data.tar.gz: a9d48a1bb58181da264051574ca5eeac89d6c951
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 030106d9602805a8ade0f0d8993d56fbde5cdb8babc91d6eb4097a6de21ebbe25b406a62fa92c746f6f08935c14ab3f51d645595bb5d70c268d51b664ed31b62
|
7
|
+
data.tar.gz: edef10efbffa408e8b57546ce739d44b503593dc1ce9a8d182148da1f7f3fd022ea3fe1582ad236e3b9a7b22a84193c0b84cd91dc3ca62950ca4237ee62cd5e3
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
resqutils (1.1.
|
4
|
+
resqutils (1.1.1)
|
5
5
|
resque
|
6
6
|
|
7
7
|
GEM
|
@@ -9,13 +9,13 @@ GEM
|
|
9
9
|
specs:
|
10
10
|
diff-lcs (1.2.5)
|
11
11
|
mono_logger (1.1.0)
|
12
|
-
multi_json (1.
|
13
|
-
rack (1.
|
12
|
+
multi_json (1.11.0)
|
13
|
+
rack (1.6.1)
|
14
14
|
rack-protection (1.5.3)
|
15
15
|
rack
|
16
16
|
rake (10.3.2)
|
17
|
-
redis (3.1
|
18
|
-
redis-namespace (1.5.
|
17
|
+
redis (3.2.1)
|
18
|
+
redis-namespace (1.5.2)
|
19
19
|
redis (~> 3.0, >= 3.0.4)
|
20
20
|
resque (1.25.2)
|
21
21
|
mono_logger (~> 1.0)
|
@@ -35,11 +35,11 @@ GEM
|
|
35
35
|
rspec-mocks (3.1.0)
|
36
36
|
rspec-support (~> 3.1.0)
|
37
37
|
rspec-support (3.1.0)
|
38
|
-
sinatra (1.4.
|
38
|
+
sinatra (1.4.6)
|
39
39
|
rack (~> 1.4)
|
40
40
|
rack-protection (~> 1.4)
|
41
|
-
tilt (
|
42
|
-
tilt (
|
41
|
+
tilt (>= 1.3, < 3)
|
42
|
+
tilt (2.0.1)
|
43
43
|
vegas (0.1.11)
|
44
44
|
rack (>= 1.0.0)
|
45
45
|
|
data/lib/resqutils/version.rb
CHANGED
data/resqutils.gemspec
CHANGED
@@ -7,11 +7,11 @@ Gem::Specification.new do |s|
|
|
7
7
|
s.version = Resqutils::VERSION
|
8
8
|
s.platform = Gem::Platform::RUBY
|
9
9
|
s.authors = ['Stitch Fix Engineering']
|
10
|
-
s.email = ['
|
11
|
-
s.
|
10
|
+
s.email = ['opensource@stitchfix.com']
|
11
|
+
s.license = "Apache License Version 2.0, January 2004"
|
12
|
+
s.homepage = "https://github.com/stitchfix/resqutils"
|
12
13
|
s.summary = "Utilities for using Resque in a Rails app"
|
13
14
|
s.description = "Utilities for using Resque in a Rails app"
|
14
|
-
s.rubyforge_project = "resqutils"
|
15
15
|
|
16
16
|
s.files = `git ls-files`.split("\n")
|
17
17
|
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: resqutils
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.1.
|
4
|
+
version: 1.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Stitch Fix Engineering
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-
|
11
|
+
date: 2015-06-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: resque
|
@@ -54,7 +54,7 @@ dependencies:
|
|
54
54
|
version: '0'
|
55
55
|
description: Utilities for using Resque in a Rails app
|
56
56
|
email:
|
57
|
-
-
|
57
|
+
- opensource@stitchfix.com
|
58
58
|
executables: []
|
59
59
|
extensions: []
|
60
60
|
extra_rdoc_files: []
|
@@ -84,8 +84,9 @@ files:
|
|
84
84
|
- spec/stale_workers_spec.rb
|
85
85
|
- spec/support/worker_helper.rb
|
86
86
|
- spec/worker_killer_job_spec.rb
|
87
|
-
homepage:
|
88
|
-
licenses:
|
87
|
+
homepage: https://github.com/stitchfix/resqutils
|
88
|
+
licenses:
|
89
|
+
- Apache License Version 2.0, January 2004
|
89
90
|
metadata: {}
|
90
91
|
post_install_message:
|
91
92
|
rdoc_options: []
|
@@ -102,8 +103,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
102
103
|
- !ruby/object:Gem::Version
|
103
104
|
version: '0'
|
104
105
|
requirements: []
|
105
|
-
rubyforge_project:
|
106
|
-
rubygems_version: 2.4.
|
106
|
+
rubyforge_project:
|
107
|
+
rubygems_version: 2.4.1
|
107
108
|
signing_key:
|
108
109
|
specification_version: 4
|
109
110
|
summary: Utilities for using Resque in a Rails app
|