omg-activejob 8.0.0.alpha3 → 8.0.0.alpha4

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
  SHA256:
3
- metadata.gz: f07c3e9603ef8d52a40b8a8b986ccd0ca0719968e554ca71e45a6d3f00c47f5a
4
- data.tar.gz: 7e089f3f84e0f757e543629a413594766545922c2e8c0cf1c940a2bba3c764a0
3
+ metadata.gz: c30ba6ae7b52b953d0a62df7611cde306c2d4c67253d425a21e5afb75913d59f
4
+ data.tar.gz: 65610853619ca46f18224cbc2ee3402256b4d48c02828b24b3c630ac735b3a89
5
5
  SHA512:
6
- metadata.gz: bcc34a107de3228587551bbeb73d2946378e702cd782353a752157a608ff69af88044dfc60ba6e040a3832fd24644c3db77211b24c2af124e1a32e4f3cffd295
7
- data.tar.gz: d54c3744902630769b0ffc1fccc42a86961ca917e6256e82a6d8973aeef974fdbcbe283f186dac7795d10aca3dc03e882cb7751f53370b28a162b492ce7b5393
6
+ metadata.gz: b873be20946a7c2c922403fb8eaf2a64717cf0370ac33c3d91dcd35fb2cf39442d17c50b5de6b0d9677981de4150a8227aee46e2ea41b22a829e90c1428854b4
7
+ data.tar.gz: 622a4e46efd5dca85773d5baf02b9706fe4042b73ce9bb84a6483bdbb12cdb41d9363a5b8d101577f3c1c7bca26674688e750dc642ae87474fd0036800f6f0f3
data/CHANGELOG.md CHANGED
@@ -1,3 +1,25 @@
1
+ ## Rails 8.0.0.alpha4 (September 18, 2024) ##
2
+
3
+ * No changes.
4
+
5
+
6
+ ## Rails 8.0.0.alpha4 (September 18, 2024) ##
7
+
8
+ * No changes.
9
+
10
+
11
+ ## Rails 8.0.0.alpha4 (September 18, 2024) ##
12
+
13
+ * No changes.
14
+
15
+
16
+ ## Rails 8.0.0.alpha4 (September 18, 2024) ##
17
+
18
+ * No changes.
19
+
20
+
21
+ ## Rails 8.0.0.alpha4 (September 18, 2024) ##
22
+
1
23
  * Remove `sucker_punch` as an adapter option [since author himself recommends using AJ's own AsyncAdapter](https://github.com/brandonhilkert/sucker_punch?tab=readme-ov-file#faq).
2
24
  If you're using this adapter, change to `adapter: async` for the same functionality.
3
25
 
@@ -10,7 +10,7 @@ module ActiveJob
10
10
  MAJOR = 8
11
11
  MINOR = 0
12
12
  TINY = 0
13
- PRE = "alpha3"
13
+ PRE = "alpha4"
14
14
 
15
15
  STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
16
16
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omg-activejob
3
3
  version: !ruby/object:Gem::Version
4
- version: 8.0.0.alpha3
4
+ version: 8.0.0.alpha4
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: 2024-09-17 00:00:00.000000000 Z
11
+ date: 2024-09-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: omg-activesupport
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - '='
18
18
  - !ruby/object:Gem::Version
19
- version: 8.0.0.alpha3
19
+ version: 8.0.0.alpha4
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: 8.0.0.alpha3
26
+ version: 8.0.0.alpha4
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: globalid
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -103,10 +103,10 @@ licenses:
103
103
  - MIT
104
104
  metadata:
105
105
  bug_tracker_uri: https://github.com/rails/rails/issues
106
- changelog_uri: https://github.com/rails/rails/blob/v8.0.0.alpha3/activejob/CHANGELOG.md
107
- documentation_uri: https://api.rubyonrails.org/v8.0.0.alpha3/
106
+ changelog_uri: https://github.com/rails/rails/blob/v8.0.0.alpha4/activejob/CHANGELOG.md
107
+ documentation_uri: https://api.rubyonrails.org/v8.0.0.alpha4/
108
108
  mailing_list_uri: https://discuss.rubyonrails.org/c/rubyonrails-talk
109
- source_code_uri: https://github.com/rails/rails/tree/v8.0.0.alpha3/activejob
109
+ source_code_uri: https://github.com/rails/rails/tree/v8.0.0.alpha4/activejob
110
110
  rubygems_mfa_required: 'true'
111
111
  post_install_message:
112
112
  rdoc_options: []