resque-remora 0.3.0 → 0.3.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 +4 -4
- data/VERSION +1 -1
- data/lib/resque/plugins/remora.rb +1 -1
- data/resque-remora.gemspec +4 -4
- metadata +6 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 54168878f0ecc93bf35ce4b0c66c98ae668149c949b6cf85611f92c0c373e73d
|
|
4
|
+
data.tar.gz: c2d375ccfe4ed2f5d72741b4a140dd9701290b36e1b0054cb619698d3614a0e7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cd4a92022dde0dd23565c84a4dc1d03bf7a7e1a25e7074b5fdc92747c00dfc6a1752143393a3972122a0abdb81c21049208eb7d06f8d706807d0d993b903721b
|
|
7
|
+
data.tar.gz: f4fce2a085a92483f91a240f89b30d980d1d54733f1e373a8148363baff05ac6f4478b575b8d1836b0cf7befa9318b5b04b54f5770770f70042cbd5ab67dd701
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.3.
|
|
1
|
+
0.3.1
|
data/resque-remora.gemspec
CHANGED
|
@@ -2,16 +2,16 @@
|
|
|
2
2
|
# DO NOT EDIT THIS FILE DIRECTLY
|
|
3
3
|
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
|
|
4
4
|
# -*- encoding: utf-8 -*-
|
|
5
|
-
# stub: resque-remora 0.3.
|
|
5
|
+
# stub: resque-remora 0.3.1 ruby lib
|
|
6
6
|
|
|
7
7
|
Gem::Specification.new do |s|
|
|
8
8
|
s.name = "resque-remora".freeze
|
|
9
|
-
s.version = "0.3.
|
|
9
|
+
s.version = "0.3.1"
|
|
10
10
|
|
|
11
11
|
s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
|
|
12
12
|
s.require_paths = ["lib".freeze]
|
|
13
13
|
s.authors = ["nolan frausto".freeze]
|
|
14
|
-
s.date = "
|
|
14
|
+
s.date = "2021-05-07"
|
|
15
15
|
s.description = "resque plugin that allows you to attach information when a job is put in redis, and to do whatever you want with the information when it is popped off the resque queue".freeze
|
|
16
16
|
s.email = "nrfrausto@gmail.com".freeze
|
|
17
17
|
s.extra_rdoc_files = [
|
|
@@ -39,7 +39,7 @@ Gem::Specification.new do |s|
|
|
|
39
39
|
]
|
|
40
40
|
s.homepage = "http://github.com/frausto/resque-remora".freeze
|
|
41
41
|
s.licenses = ["MIT".freeze]
|
|
42
|
-
s.rubygems_version = "3.
|
|
42
|
+
s.rubygems_version = "3.2.4".freeze
|
|
43
43
|
s.summary = "resque plugin that allows you to attach information to a resque job and retrieve it when it gets popped of the queue".freeze
|
|
44
44
|
|
|
45
45
|
if s.respond_to? :specification_version then
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: resque-remora
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.
|
|
4
|
+
version: 0.3.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- nolan frausto
|
|
8
|
-
autorequire:
|
|
8
|
+
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2021-05-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: resque
|
|
@@ -145,7 +145,7 @@ homepage: http://github.com/frausto/resque-remora
|
|
|
145
145
|
licenses:
|
|
146
146
|
- MIT
|
|
147
147
|
metadata: {}
|
|
148
|
-
post_install_message:
|
|
148
|
+
post_install_message:
|
|
149
149
|
rdoc_options: []
|
|
150
150
|
require_paths:
|
|
151
151
|
- lib
|
|
@@ -160,8 +160,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
160
160
|
- !ruby/object:Gem::Version
|
|
161
161
|
version: '0'
|
|
162
162
|
requirements: []
|
|
163
|
-
rubygems_version: 3.
|
|
164
|
-
signing_key:
|
|
163
|
+
rubygems_version: 3.2.4
|
|
164
|
+
signing_key:
|
|
165
165
|
specification_version: 4
|
|
166
166
|
summary: resque plugin that allows you to attach information to a resque job and retrieve
|
|
167
167
|
it when it gets popped of the queue
|