resque_delay 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
1
  module ResqueDelay
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
data/resque_delay.gemspec CHANGED
@@ -7,9 +7,9 @@ Gem::Specification.new do |spec|
7
7
  spec.name = "resque_delay"
8
8
  spec.version = ResqueDelay::VERSION
9
9
  spec.authors = ["Alexey Kisel"]
10
- spec.email = ["aki@jetthoughts.com"]
10
+ spec.email = ["kisel.alexey@gmail.com"]
11
11
  spec.description = spec.summary = 'Allow execute methods in background without adding new jobs. Like .delay method in DelayedJob'
12
- spec.homepage = ""
12
+ spec.homepage = "https://github.com/xmarvin/resque_delay"
13
13
  spec.license = "MIT"
14
14
 
15
15
  spec.files = `git ls-files`.split($/)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: resque_delay
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -62,7 +62,7 @@ dependencies:
62
62
  description: Allow execute methods in background without adding new jobs. Like .delay
63
63
  method in DelayedJob
64
64
  email:
65
- - aki@jetthoughts.com
65
+ - kisel.alexey@gmail.com
66
66
  executables: []
67
67
  extensions: []
68
68
  extra_rdoc_files: []
@@ -76,7 +76,7 @@ files:
76
76
  - lib/resque_delay/job.rb
77
77
  - lib/resque_delay/version.rb
78
78
  - resque_delay.gemspec
79
- homepage: ''
79
+ homepage: https://github.com/xmarvin/resque_delay
80
80
  licenses:
81
81
  - MIT
82
82
  post_install_message: