activejob 6.0.0 → 6.0.1.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/CHANGELOG.md +5 -0
- data/lib/active_job/gem_version.rb +2 -2
- metadata +12 -9
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 84abc8e708f7bfb7ef9f115924370a1e482adeda57c4288790e33a5a4b8f1090
|
|
4
|
+
data.tar.gz: 0a5b9c4d638e9549768c4d41f4133715b5309f1983f05e40d129fcc271def350
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f1862412be6005f2e7186e7ce97eca4a3f0dbc4495bff03b1323530cd2fd6ccfdfd668c1edc71483f98090bb2b0186f36709df8836d54905ba670f4530d54e9b
|
|
7
|
+
data.tar.gz: 0f10b70d485333860da44f27de51749c5b43c9d47d93ab9f4d9255d53a6cb2771d379bed12004c4b95e86b093af4db65e0239837af87ebdc459ff6731e84bcc4
|
data/CHANGELOG.md
CHANGED
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: 6.0.
|
|
4
|
+
version: 6.0.1.rc1
|
|
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: 2019-
|
|
11
|
+
date: 2019-10-31 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: 6.0.
|
|
19
|
+
version: 6.0.1.rc1
|
|
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: 6.0.
|
|
26
|
+
version: 6.0.1.rc1
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: globalid
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -94,8 +94,11 @@ homepage: https://rubyonrails.org
|
|
|
94
94
|
licenses:
|
|
95
95
|
- MIT
|
|
96
96
|
metadata:
|
|
97
|
-
|
|
98
|
-
changelog_uri: https://github.com/rails/rails/blob/v6.0.
|
|
97
|
+
bug_tracker_uri: https://github.com/rails/rails/issues
|
|
98
|
+
changelog_uri: https://github.com/rails/rails/blob/v6.0.1.rc1/activejob/CHANGELOG.md
|
|
99
|
+
documentation_uri: https://api.rubyonrails.org/v6.0.1.rc1/
|
|
100
|
+
mailing_list_uri: https://groups.google.com/forum/#!forum/rubyonrails-talk
|
|
101
|
+
source_code_uri: https://github.com/rails/rails/tree/v6.0.1.rc1/activejob
|
|
99
102
|
post_install_message:
|
|
100
103
|
rdoc_options: []
|
|
101
104
|
require_paths:
|
|
@@ -107,11 +110,11 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
107
110
|
version: 2.5.0
|
|
108
111
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
109
112
|
requirements:
|
|
110
|
-
- - "
|
|
113
|
+
- - ">"
|
|
111
114
|
- !ruby/object:Gem::Version
|
|
112
|
-
version:
|
|
115
|
+
version: 1.3.1
|
|
113
116
|
requirements: []
|
|
114
|
-
rubygems_version: 3.0.
|
|
117
|
+
rubygems_version: 3.0.3
|
|
115
118
|
signing_key:
|
|
116
119
|
specification_version: 4
|
|
117
120
|
summary: Job framework with pluggable queues.
|