activejob 5.0.4 → 5.0.5.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: bf0c7933619fca4a1c955212b75360e9ebd9a9c5
4
- data.tar.gz: 231203cd70a75e94bbf2b7313ecd8e4c49594a7e
3
+ metadata.gz: 726bd534e8405965556779f4c519ab2c2b517144
4
+ data.tar.gz: d8c0934de02fc90478f0dae5779266ea195ae24f
5
5
  SHA512:
6
- metadata.gz: b48b6493298534915ae8f6c9759ffa8eeec5bbb6fb3e0ab30bad3628699b34d1d0226687d355b296698fd2eab0aceede1d41bc1027be7ac7a4c1a6aaa93f9cd6
7
- data.tar.gz: c8c401cf5d769dfc563ba8accbfa7d49113970bcfc6d816fa2ab466a08f834640c7ca2bd2c13f118585c682be665a360b549a6c9558926ce77b32b0c3397db92
6
+ metadata.gz: 4ce85e5e8556dee5e8d6927ba3173e4f2795419eeef1d6655383652713ed204566fb225c4b3b863e94a23fdabeb68de16c78912b7d0332356eb934e6a7bbd993
7
+ data.tar.gz: 5b900d9e424830a6543809d34fba74ba2b6d325c9424d07aa47353e4bcabb64fb40b3b56611a76f8372487706304a77b0b500095b235746e00baa82be866a02c
data/CHANGELOG.md CHANGED
@@ -1,3 +1,8 @@
1
+ ## Rails 5.0.5.rc1 (July 19, 2017) ##
2
+
3
+ * No changes.
4
+
5
+
1
6
  ## Rails 5.0.4 (June 19, 2017) ##
2
7
 
3
8
  * No changes.
@@ -74,12 +74,13 @@ module ActiveJob
74
74
  # queueing adapter.
75
75
  def serialize
76
76
  {
77
- 'job_class' => self.class.name,
78
- 'job_id' => job_id,
79
- 'queue_name' => queue_name,
80
- 'priority' => priority,
81
- 'arguments' => serialize_arguments(arguments),
82
- 'locale' => I18n.locale.to_s
77
+ "job_class" => self.class.name,
78
+ "job_id" => job_id,
79
+ "provider_job_id" => provider_job_id,
80
+ "queue_name" => queue_name,
81
+ "priority" => priority,
82
+ "arguments" => serialize_arguments(arguments),
83
+ "locale" => I18n.locale.to_s
83
84
  }
84
85
  end
85
86
 
@@ -7,8 +7,8 @@ module ActiveJob
7
7
  module VERSION
8
8
  MAJOR = 5
9
9
  MINOR = 0
10
- TINY = 4
11
- PRE = nil
10
+ TINY = 5
11
+ PRE = "rc1"
12
12
 
13
13
  STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
14
14
  end
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.0.4
4
+ version: 5.0.5.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: 2017-06-19 00:00:00.000000000 Z
11
+ date: 2017-07-19 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.0.4
19
+ version: 5.0.5.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: 5.0.4
26
+ version: 5.0.5.rc1
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: globalid
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -96,9 +96,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
96
96
  version: 2.2.2
97
97
  required_rubygems_version: !ruby/object:Gem::Requirement
98
98
  requirements:
99
- - - ">="
99
+ - - ">"
100
100
  - !ruby/object:Gem::Version
101
- version: '0'
101
+ version: 1.3.1
102
102
  requirements: []
103
103
  rubyforge_project:
104
104
  rubygems_version: 2.6.12