omg-actionpack 8.0.0.alpha2 → 8.0.0.alpha4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 103513486c407496c7818919cd7e3a6187f61baddb585a80d26962f11f68ae56
4
- data.tar.gz: a342a21d8669fde9e7dfc76ec23648fada80482b742532d0067886d58a2d4ed2
3
+ metadata.gz: 533c65920ad1c11d6121b355908e67c5f9e4bc97a90d4be213749b698dde3507
4
+ data.tar.gz: b5adb2a41b69c77c0793c3b4196270f80bd9e4ebc7b6ba958900e64fe3e1c133
5
5
  SHA512:
6
- metadata.gz: 4dbd7abae19eabbb8fe75a06051b8019f9a5d986d56ab548c6d998c51208921ef7e4369bf0ba27783ad46807d61c31c35a05c6e8ff90888c2c1547c26dbcdd51
7
- data.tar.gz: 6be475fcea89f8bc463fad2fb9c115555f980af4823a2897466bda113c96070746bb764c1757c59f229c72e25ea0e76cd181128aa2916d8553be190d48c07e65
6
+ metadata.gz: c203e7642167e1a95343b893d983d93ca29a5e1bcd227402ba25ab81fef3f525a2fe99a064b6db5442eb38ad603859daae4087d97c0cf49ed374eac23e912a4c
7
+ data.tar.gz: 241817c1e674e7af124d3de8c1d57af7f5c50116ea7e09c7e15585ca54e9a3e948c8bd54635d88ed10fa3d7722e4a50198d1455a55a16673199911e17ae0ae9b
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
  * Update `ActionController::Live` to use a thread-pool to reuse threads across requests.
2
24
 
3
25
  *Adam Renberg Tamm*
@@ -12,7 +12,7 @@ module ActionPack
12
12
  MAJOR = 8
13
13
  MINOR = 0
14
14
  TINY = 0
15
- PRE = "alpha2"
15
+ PRE = "alpha4"
16
16
 
17
17
  STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
18
18
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omg-actionpack
3
3
  version: !ruby/object:Gem::Version
4
- version: 8.0.0.alpha2
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.alpha2
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.alpha2
26
+ version: 8.0.0.alpha4
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: nokogiri
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -128,28 +128,28 @@ dependencies:
128
128
  requirements:
129
129
  - - '='
130
130
  - !ruby/object:Gem::Version
131
- version: 8.0.0.alpha2
131
+ version: 8.0.0.alpha4
132
132
  type: :runtime
133
133
  prerelease: false
134
134
  version_requirements: !ruby/object:Gem::Requirement
135
135
  requirements:
136
136
  - - '='
137
137
  - !ruby/object:Gem::Version
138
- version: 8.0.0.alpha2
138
+ version: 8.0.0.alpha4
139
139
  - !ruby/object:Gem::Dependency
140
140
  name: omg-activemodel
141
141
  requirement: !ruby/object:Gem::Requirement
142
142
  requirements:
143
143
  - - '='
144
144
  - !ruby/object:Gem::Version
145
- version: 8.0.0.alpha2
145
+ version: 8.0.0.alpha4
146
146
  type: :development
147
147
  prerelease: false
148
148
  version_requirements: !ruby/object:Gem::Requirement
149
149
  requirements:
150
150
  - - '='
151
151
  - !ruby/object:Gem::Version
152
- version: 8.0.0.alpha2
152
+ version: 8.0.0.alpha4
153
153
  description: Web apps on Rails. Simple, battle-tested conventions for building and
154
154
  testing MVC web applications. Works with any Rack-compatible server.
155
155
  email: david@loudthinking.com
@@ -347,10 +347,10 @@ licenses:
347
347
  - MIT
348
348
  metadata:
349
349
  bug_tracker_uri: https://github.com/rails/rails/issues
350
- changelog_uri: https://github.com/rails/rails/blob/v8.0.0.alpha2/actionpack/CHANGELOG.md
351
- documentation_uri: https://api.rubyonrails.org/v8.0.0.alpha2/
350
+ changelog_uri: https://github.com/rails/rails/blob/v8.0.0.alpha4/actionpack/CHANGELOG.md
351
+ documentation_uri: https://api.rubyonrails.org/v8.0.0.alpha4/
352
352
  mailing_list_uri: https://discuss.rubyonrails.org/c/rubyonrails-talk
353
- source_code_uri: https://github.com/rails/rails/tree/v8.0.0.alpha2/actionpack
353
+ source_code_uri: https://github.com/rails/rails/tree/v8.0.0.alpha4/actionpack
354
354
  rubygems_mfa_required: 'true'
355
355
  post_install_message:
356
356
  rdoc_options: []