delayed_job_loner 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -3,10 +3,10 @@ require File.expand_path('../lib/delayed_job_loner/version', __FILE__)
3
3
 
4
4
  Gem::Specification.new do |gem|
5
5
  gem.authors = ["Ian Ehlert"]
6
- gem.email = ["ian.ehlert@tstmedia.com"]
6
+ gem.email = ["ian.ehlert@sportngin.com"]
7
7
  gem.description = %q{Gem that adds the ability to prevent duplicate delayed jobs from being created.}
8
8
  gem.summary = %q{Adds an option on handle_asynchronously or delay that specifies which attributes to check for uniqueness on. A new job will not be created if one already exists for that method and object.}
9
- gem.homepage = "https://github.com/tstmedia/delayed_job_loner"
9
+ gem.homepage = "https://github.com/sportngin/delayed_job_loner"
10
10
 
11
11
  gem.files = `git ls-files`.split($\)
12
12
  gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
@@ -1,3 +1,3 @@
1
1
  module DelayedJobLoner
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: delayed_job_loner
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-09-04 00:00:00.000000000 Z
12
+ date: 2013-03-19 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: delayed_job
@@ -110,7 +110,7 @@ dependencies:
110
110
  description: Gem that adds the ability to prevent duplicate delayed jobs from being
111
111
  created.
112
112
  email:
113
- - ian.ehlert@tstmedia.com
113
+ - ian.ehlert@sportngin.com
114
114
  executables: []
115
115
  extensions: []
116
116
  extra_rdoc_files: []
@@ -130,7 +130,7 @@ files:
130
130
  - spec/delayed_job_loner_spec.rb
131
131
  - spec/spec_helper.rb
132
132
  - spec/story.rb
133
- homepage: https://github.com/tstmedia/delayed_job_loner
133
+ homepage: https://github.com/sportngin/delayed_job_loner
134
134
  licenses: []
135
135
  post_install_message:
136
136
  rdoc_options: []