omg-actionpack 8.0.0.alpha3 → 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: c8afbd854dd42b78fbe1504179556c6e82d1b2f10f241fd087a4193ccb844af6
4
- data.tar.gz: a84f330401fc4cddc2a42d515305687a747c12ad27d510aa1dcfae75a59dec22
3
+ metadata.gz: 533c65920ad1c11d6121b355908e67c5f9e4bc97a90d4be213749b698dde3507
4
+ data.tar.gz: b5adb2a41b69c77c0793c3b4196270f80bd9e4ebc7b6ba958900e64fe3e1c133
5
5
  SHA512:
6
- metadata.gz: 3c3d1307d801bb3e91d421ac83ea8072f29cf9618272cbe655298ef2294b32395a5fc2370bf0e17d9f924f844343dee3aeedb3540b5ede464a7ef9b8c33888b0
7
- data.tar.gz: 44ce90e5c0a3037d73e6e24a98405f4e104326f9b9811c0cd999dd393d14742f0cca00159ce763440f82622e3bba7100a2eec8adc3cd8bb90dd75f2f4f46c91c
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 = "alpha3"
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.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: 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.alpha3
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.alpha3
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.alpha3
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.alpha3
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.alpha3/actionpack/CHANGELOG.md
351
- documentation_uri: https://api.rubyonrails.org/v8.0.0.alpha3/
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.alpha3/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: []