actionpack 8.1.2 → 8.1.2.1
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/action_dispatch/middleware/templates/rescues/layout.erb +1 -1
- data/lib/action_pack/gem_version.rb +1 -1
- metadata +11 -11
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: dee05570dee3e66c9fa1cec5de968cc4ab0490896ba3f2ca3e4868e6037632af
|
|
4
|
+
data.tar.gz: 3921944c44ee935bb7bfe702e70014f562567fde6adcd0df9ce4b814947161f9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 42a12b310028cce21b02802c239dec9166829482c3aa69b65af8277d8f5f8524815819d6b87a0aec7a62fd7100c2f96d41b8daca7df29a9d71ff19ef004b353a
|
|
7
|
+
data.tar.gz: 76488e0cfc95a5fc62d64850dfba1b82853af044856721689367da5fee8cbbcabe5da21275795fc5634cd780a049075198c7c1687d1444524dc496eb45274216
|
data/CHANGELOG.md
CHANGED
|
@@ -328,7 +328,7 @@
|
|
|
328
328
|
<body>
|
|
329
329
|
|
|
330
330
|
<%= yield %>
|
|
331
|
-
<script type="text/plain" id="exception-message-for-copy"><%=
|
|
331
|
+
<script type="text/plain" id="exception-message-for-copy"><%= @exception_message_for_copy %></script>
|
|
332
332
|
|
|
333
333
|
</body>
|
|
334
334
|
</html>
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: actionpack
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 8.1.2
|
|
4
|
+
version: 8.1.2.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- David Heinemeier Hansson
|
|
@@ -15,14 +15,14 @@ dependencies:
|
|
|
15
15
|
requirements:
|
|
16
16
|
- - '='
|
|
17
17
|
- !ruby/object:Gem::Version
|
|
18
|
-
version: 8.1.2
|
|
18
|
+
version: 8.1.2.1
|
|
19
19
|
type: :runtime
|
|
20
20
|
prerelease: false
|
|
21
21
|
version_requirements: !ruby/object:Gem::Requirement
|
|
22
22
|
requirements:
|
|
23
23
|
- - '='
|
|
24
24
|
- !ruby/object:Gem::Version
|
|
25
|
-
version: 8.1.2
|
|
25
|
+
version: 8.1.2.1
|
|
26
26
|
- !ruby/object:Gem::Dependency
|
|
27
27
|
name: nokogiri
|
|
28
28
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -127,28 +127,28 @@ dependencies:
|
|
|
127
127
|
requirements:
|
|
128
128
|
- - '='
|
|
129
129
|
- !ruby/object:Gem::Version
|
|
130
|
-
version: 8.1.2
|
|
130
|
+
version: 8.1.2.1
|
|
131
131
|
type: :runtime
|
|
132
132
|
prerelease: false
|
|
133
133
|
version_requirements: !ruby/object:Gem::Requirement
|
|
134
134
|
requirements:
|
|
135
135
|
- - '='
|
|
136
136
|
- !ruby/object:Gem::Version
|
|
137
|
-
version: 8.1.2
|
|
137
|
+
version: 8.1.2.1
|
|
138
138
|
- !ruby/object:Gem::Dependency
|
|
139
139
|
name: activemodel
|
|
140
140
|
requirement: !ruby/object:Gem::Requirement
|
|
141
141
|
requirements:
|
|
142
142
|
- - '='
|
|
143
143
|
- !ruby/object:Gem::Version
|
|
144
|
-
version: 8.1.2
|
|
144
|
+
version: 8.1.2.1
|
|
145
145
|
type: :development
|
|
146
146
|
prerelease: false
|
|
147
147
|
version_requirements: !ruby/object:Gem::Requirement
|
|
148
148
|
requirements:
|
|
149
149
|
- - '='
|
|
150
150
|
- !ruby/object:Gem::Version
|
|
151
|
-
version: 8.1.2
|
|
151
|
+
version: 8.1.2.1
|
|
152
152
|
description: Web apps on Rails. Simple, battle-tested conventions for building and
|
|
153
153
|
testing MVC web applications. Works with any Rack-compatible server.
|
|
154
154
|
email: david@loudthinking.com
|
|
@@ -352,10 +352,10 @@ licenses:
|
|
|
352
352
|
- MIT
|
|
353
353
|
metadata:
|
|
354
354
|
bug_tracker_uri: https://github.com/rails/rails/issues
|
|
355
|
-
changelog_uri: https://github.com/rails/rails/blob/v8.1.2/actionpack/CHANGELOG.md
|
|
356
|
-
documentation_uri: https://api.rubyonrails.org/v8.1.2/
|
|
355
|
+
changelog_uri: https://github.com/rails/rails/blob/v8.1.2.1/actionpack/CHANGELOG.md
|
|
356
|
+
documentation_uri: https://api.rubyonrails.org/v8.1.2.1/
|
|
357
357
|
mailing_list_uri: https://discuss.rubyonrails.org/c/rubyonrails-talk
|
|
358
|
-
source_code_uri: https://github.com/rails/rails/tree/v8.1.2/actionpack
|
|
358
|
+
source_code_uri: https://github.com/rails/rails/tree/v8.1.2.1/actionpack
|
|
359
359
|
rubygems_mfa_required: 'true'
|
|
360
360
|
rdoc_options: []
|
|
361
361
|
require_paths:
|
|
@@ -372,7 +372,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
372
372
|
version: '0'
|
|
373
373
|
requirements:
|
|
374
374
|
- none
|
|
375
|
-
rubygems_version: 4.0.
|
|
375
|
+
rubygems_version: 4.0.6
|
|
376
376
|
specification_version: 4
|
|
377
377
|
summary: Web-flow and rendering framework putting the VC in MVC (part of Rails).
|
|
378
378
|
test_files: []
|