actionpack 7.2.3 → 7.2.3.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_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: 0f632afaf7276803c12ae1982dea2f181773d3cd0c8aece77746c30ab2fea034
|
|
4
|
+
data.tar.gz: '0850461c63c8f120819bd46ee69a293174ebd6eaa24d04553a02114978055c9c'
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5bde81c0c852642c34f6b00e34b9d405c005cab6999939530204e015ac3c2c2f0dcecffc6318aa96278f0431f4e9ab9d680058c7276067404aea028a538298a6
|
|
7
|
+
data.tar.gz: c0dad94620adb34c30bb106d188bbb5a4b22883b05fc677f7d6ece653579cf8c92e15d42f8b4b9ef15f63512be0af30a22ee941ba600a0e68cc78265f9e48f45
|
data/CHANGELOG.md
CHANGED
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: 7.2.3
|
|
4
|
+
version: 7.2.3.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: 7.2.3
|
|
18
|
+
version: 7.2.3.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: 7.2.3
|
|
25
|
+
version: 7.2.3.1
|
|
26
26
|
- !ruby/object:Gem::Dependency
|
|
27
27
|
name: cgi
|
|
28
28
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -161,28 +161,28 @@ dependencies:
|
|
|
161
161
|
requirements:
|
|
162
162
|
- - '='
|
|
163
163
|
- !ruby/object:Gem::Version
|
|
164
|
-
version: 7.2.3
|
|
164
|
+
version: 7.2.3.1
|
|
165
165
|
type: :runtime
|
|
166
166
|
prerelease: false
|
|
167
167
|
version_requirements: !ruby/object:Gem::Requirement
|
|
168
168
|
requirements:
|
|
169
169
|
- - '='
|
|
170
170
|
- !ruby/object:Gem::Version
|
|
171
|
-
version: 7.2.3
|
|
171
|
+
version: 7.2.3.1
|
|
172
172
|
- !ruby/object:Gem::Dependency
|
|
173
173
|
name: activemodel
|
|
174
174
|
requirement: !ruby/object:Gem::Requirement
|
|
175
175
|
requirements:
|
|
176
176
|
- - '='
|
|
177
177
|
- !ruby/object:Gem::Version
|
|
178
|
-
version: 7.2.3
|
|
178
|
+
version: 7.2.3.1
|
|
179
179
|
type: :development
|
|
180
180
|
prerelease: false
|
|
181
181
|
version_requirements: !ruby/object:Gem::Requirement
|
|
182
182
|
requirements:
|
|
183
183
|
- - '='
|
|
184
184
|
- !ruby/object:Gem::Version
|
|
185
|
-
version: 7.2.3
|
|
185
|
+
version: 7.2.3.1
|
|
186
186
|
description: Web apps on Rails. Simple, battle-tested conventions for building and
|
|
187
187
|
testing MVC web applications. Works with any Rack-compatible server.
|
|
188
188
|
email: david@loudthinking.com
|
|
@@ -382,10 +382,10 @@ licenses:
|
|
|
382
382
|
- MIT
|
|
383
383
|
metadata:
|
|
384
384
|
bug_tracker_uri: https://github.com/rails/rails/issues
|
|
385
|
-
changelog_uri: https://github.com/rails/rails/blob/v7.2.3/actionpack/CHANGELOG.md
|
|
386
|
-
documentation_uri: https://api.rubyonrails.org/v7.2.3/
|
|
385
|
+
changelog_uri: https://github.com/rails/rails/blob/v7.2.3.1/actionpack/CHANGELOG.md
|
|
386
|
+
documentation_uri: https://api.rubyonrails.org/v7.2.3.1/
|
|
387
387
|
mailing_list_uri: https://discuss.rubyonrails.org/c/rubyonrails-talk
|
|
388
|
-
source_code_uri: https://github.com/rails/rails/tree/v7.2.3/actionpack
|
|
388
|
+
source_code_uri: https://github.com/rails/rails/tree/v7.2.3.1/actionpack
|
|
389
389
|
rubygems_mfa_required: 'true'
|
|
390
390
|
rdoc_options: []
|
|
391
391
|
require_paths:
|
|
@@ -402,7 +402,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
402
402
|
version: '0'
|
|
403
403
|
requirements:
|
|
404
404
|
- none
|
|
405
|
-
rubygems_version:
|
|
405
|
+
rubygems_version: 4.0.6
|
|
406
406
|
specification_version: 4
|
|
407
407
|
summary: Web-flow and rendering framework putting the VC in MVC (part of Rails).
|
|
408
408
|
test_files: []
|