resque-remora 0.2.1 → 0.3.0.rc1
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/.travis.yml +11 -9
- data/VERSION +1 -1
- data/resque-remora.gemspec +4 -4
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 25d4f278acae586a2a3fe51b619e878df5b57816223950008b6a02a1bda85a77
|
|
4
|
+
data.tar.gz: 565ec7cf994aa7fed8ca2dfe5777b309f845a975b0e0fac1dae54eb6c31c8e81
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ce3ed134c03c25e71d2bdcde8fc1358eee7ae45abaa4bc300778a3c747cc7d8947944260dc425d01f8da0c5e051dbdc24dcb58a9ab57f62d2bec79da2e2e8380
|
|
7
|
+
data.tar.gz: 8ca6474fe16229de2829c753101bd7ca1bd58d3f92b59d039faf3a061b527fa1044e098fef26ff361db80fd8a4e78c27777c13b8093b8e762e70de974294df6e
|
data/.travis.yml
CHANGED
|
@@ -1,15 +1,17 @@
|
|
|
1
1
|
language: ruby
|
|
2
2
|
rvm:
|
|
3
|
-
- 1.9
|
|
4
|
-
- 2.0
|
|
5
|
-
- 2.1
|
|
6
|
-
- 2.2
|
|
3
|
+
- 1.9
|
|
4
|
+
- 2.0
|
|
5
|
+
- 2.1
|
|
6
|
+
- 2.2
|
|
7
|
+
- 2.3
|
|
8
|
+
- 2.4
|
|
9
|
+
- 2.5
|
|
10
|
+
- 2.6
|
|
11
|
+
- 2.7
|
|
7
12
|
- ruby-head
|
|
13
|
+
- jruby-9.1
|
|
14
|
+
- jruby-9.2
|
|
8
15
|
- jruby-head
|
|
9
|
-
- jruby-9.0.0.0.pre1
|
|
10
|
-
- jruby-1.7.19
|
|
11
16
|
- jruby-18mode # JRuby in 1.8 mode
|
|
12
17
|
- jruby-19mode # JRuby in 1.9 mode
|
|
13
|
-
- rbx-19mode
|
|
14
|
-
- rbx-2
|
|
15
|
-
- rbx-2.2.7
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.
|
|
1
|
+
0.3.0.rc1
|
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.
|
|
5
|
+
# stub: resque-remora 0.3.0.rc1 ruby lib
|
|
6
6
|
|
|
7
7
|
Gem::Specification.new do |s|
|
|
8
8
|
s.name = "resque-remora".freeze
|
|
9
|
-
s.version = "0.
|
|
9
|
+
s.version = "0.3.0.rc1"
|
|
10
10
|
|
|
11
|
-
s.required_rubygems_version = Gem::Requirement.new("
|
|
11
|
+
s.required_rubygems_version = Gem::Requirement.new("> 1.3.1".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 = "2019-12-27"
|
|
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 = [
|
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.
|
|
4
|
+
version: 0.3.0.rc1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- nolan frausto
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2019-12-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: resque
|
|
@@ -150,9 +150,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
150
150
|
version: '0'
|
|
151
151
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
152
152
|
requirements:
|
|
153
|
-
- - "
|
|
153
|
+
- - ">"
|
|
154
154
|
- !ruby/object:Gem::Version
|
|
155
|
-
version:
|
|
155
|
+
version: 1.3.1
|
|
156
156
|
requirements: []
|
|
157
157
|
rubyforge_project:
|
|
158
158
|
rubygems_version: 2.7.6
|