resque-status-future 0.4.0 → 0.5.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/resque-status-future.gemspec +2 -2
  2. metadata +3 -3
@@ -4,12 +4,12 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
4
 
5
5
  Gem::Specification.new do |spec|
6
6
  spec.name = "resque-status-future"
7
- spec.version = "0.4.0"
7
+ spec.version = "0.5.0"
8
8
  spec.authors = ["Rich Daley", "David Collom"]
9
9
  spec.email = ["david.collom@williamhill.com"]
10
10
 
11
11
  spec.summary = %q{Adds support for futures to resque-status}
12
- spec.homepage = "https://github.com/fishpercolator/resque-status-future"
12
+ spec.homepage = "https://github.com/William-Hill-Online/resque-status-future"
13
13
 
14
14
  spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
15
15
  spec.bindir = "exe"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: resque-status-future
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.5.0
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: exe
12
12
  cert_chain: []
13
- date: 2016-04-05 00:00:00.000000000 Z
13
+ date: 2016-04-08 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: resque-status
@@ -112,7 +112,7 @@ files:
112
112
  - lib/resque-status-future.rb
113
113
  - lib/resque/plugins/status/future.rb
114
114
  - resque-status-future.gemspec
115
- homepage: https://github.com/fishpercolator/resque-status-future
115
+ homepage: https://github.com/William-Hill-Online/resque-status-future
116
116
  licenses: []
117
117
  post_install_message:
118
118
  rdoc_options: []