resque_delay 0.0.1 → 0.0.2
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.
- data/lib/resque_delay/version.rb +1 -1
- data/resque_delay.gemspec +2 -2
- metadata +3 -3
data/lib/resque_delay/version.rb
CHANGED
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 = ["
|
|
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.
|
|
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
|
-
-
|
|
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:
|