activejob 5.2.0.rc1 → 5.2.0.rc2
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of activejob might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/README.md +1 -1
- data/lib/active_job/gem_version.rb +1 -1
- metadata +7 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ed8ba0196c3b778749438735b86e40b2d2263d2bbae949af223a2e0076c1c9d4
|
4
|
+
data.tar.gz: 9781c5e610d12efaa3717c09d2b92c9be3df8365d35a7fd59c9cf129ea2fb3fa
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0612c12bc452b1051041c1935abed410fef351c91adf39e019bdbb532ad38160dfd5f049bc5ec808c81c7634a30149ac7f1fafeba991f5b8d69bf1c2c900761b
|
7
|
+
data.tar.gz: 951aaa78d82acfafbdb70533942ad980e5c598e75e4154faa1b2564f680943112da6a4ce01c9ce0f790437f97ca1de6104f375e91a778efde35b31d8ed96a221
|
data/CHANGELOG.md
CHANGED
data/README.md
CHANGED
@@ -102,7 +102,7 @@ The latest version of Active Job can be installed with RubyGems:
|
|
102
102
|
|
103
103
|
Source code can be downloaded as part of the Rails project on GitHub:
|
104
104
|
|
105
|
-
* https://github.com/rails/rails/tree/
|
105
|
+
* https://github.com/rails/rails/tree/5-2-stable/activejob
|
106
106
|
|
107
107
|
## License
|
108
108
|
|
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.2.0.
|
4
|
+
version: 5.2.0.rc2
|
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-20 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.2.0.
|
19
|
+
version: 5.2.0.rc2
|
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.2.0.
|
26
|
+
version: 5.2.0.rc2
|
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.2.0.
|
90
|
-
changelog_uri: https://github.com/rails/rails/blob/v5.2.0.
|
89
|
+
source_code_uri: https://github.com/rails/rails/tree/v5.2.0.rc2/activejob
|
90
|
+
changelog_uri: https://github.com/rails/rails/blob/v5.2.0.rc2/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: 1.3.1
|
105
105
|
requirements: []
|
106
106
|
rubyforge_project:
|
107
|
-
rubygems_version: 2.7.
|
107
|
+
rubygems_version: 2.7.6
|
108
108
|
signing_key:
|
109
109
|
specification_version: 4
|
110
110
|
summary: Job framework with pluggable queues.
|