activejob 5.1.5 → 5.1.6
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 +5 -5
- data/CHANGELOG.md +7 -1
- data/lib/active_job/gem_version.rb +1 -1
- metadata +7 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA1:
|
|
3
|
+
metadata.gz: f0ad3ea7f86deb80ca71316b26ed4c59e09bdaf2
|
|
4
|
+
data.tar.gz: c406e7d29b9eacadfa12b50d8ff8b225f0280303
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1547848f6e4cc9e34b84c7bd02eab647d44b0e54612841248e2adcfebd47806f7194693366ad0053200266d51dd5775e410e80226d712e8b6fcb5a759b05dc37
|
|
7
|
+
data.tar.gz: a42f8d3550e129c298308b0906da04a5de6f8e047841cd81fdc3d64ab3b60e4f08c2a7af8df5720b91c4d2c07499440dfc91d60994986c8012a9bf4eb732f59a
|
data/CHANGELOG.md
CHANGED
|
@@ -1,9 +1,15 @@
|
|
|
1
|
+
## Rails 5.1.6 (March 29, 2018) ##
|
|
2
|
+
|
|
3
|
+
* No changes.
|
|
4
|
+
|
|
5
|
+
|
|
1
6
|
## Rails 5.1.5 (February 14, 2018) ##
|
|
2
7
|
|
|
3
|
-
*
|
|
8
|
+
* Support redis-rb 4.0.
|
|
4
9
|
|
|
5
10
|
*Jeremy Daer*
|
|
6
11
|
|
|
12
|
+
|
|
7
13
|
## Rails 5.1.4 (September 07, 2017) ##
|
|
8
14
|
|
|
9
15
|
* No changes.
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: activejob
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 5.1.
|
|
4
|
+
version: 5.1.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- David Heinemeier Hansson
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-
|
|
11
|
+
date: 2018-03-29 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|
|
@@ -16,14 +16,14 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - '='
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: 5.1.
|
|
19
|
+
version: 5.1.6
|
|
20
20
|
type: :runtime
|
|
21
21
|
prerelease: false
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
24
|
- - '='
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
|
-
version: 5.1.
|
|
26
|
+
version: 5.1.6
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: globalid
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -86,8 +86,8 @@ homepage: http://rubyonrails.org
|
|
|
86
86
|
licenses:
|
|
87
87
|
- MIT
|
|
88
88
|
metadata:
|
|
89
|
-
source_code_uri: https://github.com/rails/rails/tree/v5.1.
|
|
90
|
-
changelog_uri: https://github.com/rails/rails/blob/v5.1.
|
|
89
|
+
source_code_uri: https://github.com/rails/rails/tree/v5.1.6/activejob
|
|
90
|
+
changelog_uri: https://github.com/rails/rails/blob/v5.1.6/activejob/CHANGELOG.md
|
|
91
91
|
post_install_message:
|
|
92
92
|
rdoc_options: []
|
|
93
93
|
require_paths:
|
|
@@ -104,7 +104,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
104
104
|
version: '0'
|
|
105
105
|
requirements: []
|
|
106
106
|
rubyforge_project:
|
|
107
|
-
rubygems_version: 2.
|
|
107
|
+
rubygems_version: 2.6.14
|
|
108
108
|
signing_key:
|
|
109
109
|
specification_version: 4
|
|
110
110
|
summary: Job framework with pluggable queues.
|