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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4e85f56100e682bc962b2bf726e57bef9caebf6712b396646062e612d8d5f671
4
- data.tar.gz: 05da8628984c555d9fa89af194acfe7e33b41e29c05f50e688dd161647055cd1
3
+ metadata.gz: 54168878f0ecc93bf35ce4b0c66c98ae668149c949b6cf85611f92c0c373e73d
4
+ data.tar.gz: c2d375ccfe4ed2f5d72741b4a140dd9701290b36e1b0054cb619698d3614a0e7
5
5
  SHA512:
6
- metadata.gz: ac331074ba99429cae727b1466142bfd2e1a26aba69be64289e7d1eaa9535f30ef4b72af26a37b205a7ae8539a8179f6822d10281791aa0b178259c03d3d4e4c
7
- data.tar.gz: 460925ffb5c9a3c32cadd29649ef7404d7f0e8c38a41d2d47f8d064051e996e307ee450aac8d6231a9f173faa268527106350ab29bfddd9a98bf193b5ebc8803
6
+ metadata.gz: cd4a92022dde0dd23565c84a4dc1d03bf7a7e1a25e7074b5fdc92747c00dfc6a1752143393a3972122a0abdb81c21049208eb7d06f8d706807d0d993b903721b
7
+ data.tar.gz: f4fce2a085a92483f91a240f89b30d980d1d54733f1e373a8148363baff05ac6f4478b575b8d1836b0cf7befa9318b5b04b54f5770770f70042cbd5ab67dd701
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.3.0
1
+ 0.3.1
@@ -6,7 +6,7 @@ module Resque
6
6
  end
7
7
 
8
8
  def attach_remora; {}; end
9
- def process_remora; nil; end
9
+ def process_remora(_queue, _attachment); nil; end
10
10
  end
11
11
  end
12
12
  end
@@ -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.0 ruby lib
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.0"
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 = "2020-01-08"
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.1.2".freeze
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.0
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: 2020-01-08 00:00:00.000000000 Z
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.1.2
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