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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2663293b0ffb13621afe5b4d29b2a98a0505452a
4
- data.tar.gz: 0cdd0723fab6b23d274c5f40e62181d1e1d9fc8a
3
+ metadata.gz: f57266b7682198b7c27f8268ebc9b27ef8635ed4
4
+ data.tar.gz: a9d48a1bb58181da264051574ca5eeac89d6c951
5
5
  SHA512:
6
- metadata.gz: 4db81ced533e45a6892a8940f9b11f6c4b0b4933fbec2117bec8b302230f9ce79a670d775dc8982d634223cb740347f412a6520b8f5f70a68de662ed1c208dbc
7
- data.tar.gz: c502717b9ff99592aca62f89df365c27c7689e1b2e81eac5fd976d1a66a6c164d110584e3e013b8f49224d7483b6290cc2d9782102bc08effe23b26c2a8ee549
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.0)
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.10.1)
13
- rack (1.5.2)
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.0)
18
- redis-namespace (1.5.1)
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.5)
38
+ sinatra (1.4.6)
39
39
  rack (~> 1.4)
40
40
  rack-protection (~> 1.4)
41
- tilt (~> 1.3, >= 1.3.4)
42
- tilt (1.4.1)
41
+ tilt (>= 1.3, < 3)
42
+ tilt (2.0.1)
43
43
  vegas (0.1.11)
44
44
  rack (>= 1.0.0)
45
45
 
@@ -1,3 +1,3 @@
1
1
  module Resqutils
2
- VERSION='1.1.0'
2
+ VERSION='1.1.1'
3
3
  end
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 = ['eng@stitchfix.com']
11
- s.homepage = "http://tech.stitchfix.com"
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.0
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-02-05 00:00:00.000000000 Z
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
- - eng@stitchfix.com
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: http://tech.stitchfix.com
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: resqutils
106
- rubygems_version: 2.4.2
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