railties 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/rails/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: 6901f0b92ef11f501dfc346db6917e4f8c5612cfe69dcf286b2fe34c7984d00d
|
|
4
|
+
data.tar.gz: fc0584d1aa4d6a4900ccbaa846eef834deb35a96e253c0fb3abc47e9216f5ffe
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 105b31ef811832df283f6b185b0e2a3277023e949ed32b45bfb64ff99733df720c74b60b83d38679411069a52671f0df1b46add11385219f610c13a9894e2446
|
|
7
|
+
data.tar.gz: ef33b6491ada406372baa50d9e1f5ea70e0cae44abca697bea78748610109eca8e91fb68b077c1a5b55e5388f1d7108d78812b4d29da0b8f88143fd93da0f2e3
|
data/CHANGELOG.md
CHANGED
data/lib/rails/gem_version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: railties
|
|
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,28 +15,28 @@ 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: actionpack
|
|
28
28
|
requirement: !ruby/object:Gem::Requirement
|
|
29
29
|
requirements:
|
|
30
30
|
- - '='
|
|
31
31
|
- !ruby/object:Gem::Version
|
|
32
|
-
version: 7.2.3
|
|
32
|
+
version: 7.2.3.1
|
|
33
33
|
type: :runtime
|
|
34
34
|
prerelease: false
|
|
35
35
|
version_requirements: !ruby/object:Gem::Requirement
|
|
36
36
|
requirements:
|
|
37
37
|
- - '='
|
|
38
38
|
- !ruby/object:Gem::Version
|
|
39
|
-
version: 7.2.3
|
|
39
|
+
version: 7.2.3.1
|
|
40
40
|
- !ruby/object:Gem::Dependency
|
|
41
41
|
name: cgi
|
|
42
42
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -147,14 +147,14 @@ dependencies:
|
|
|
147
147
|
requirements:
|
|
148
148
|
- - '='
|
|
149
149
|
- !ruby/object:Gem::Version
|
|
150
|
-
version: 7.2.3
|
|
150
|
+
version: 7.2.3.1
|
|
151
151
|
type: :development
|
|
152
152
|
prerelease: false
|
|
153
153
|
version_requirements: !ruby/object:Gem::Requirement
|
|
154
154
|
requirements:
|
|
155
155
|
- - '='
|
|
156
156
|
- !ruby/object:Gem::Version
|
|
157
|
-
version: 7.2.3
|
|
157
|
+
version: 7.2.3.1
|
|
158
158
|
description: 'Rails internals: application bootup, plugins, generators, and rake tasks.'
|
|
159
159
|
email: david@loudthinking.com
|
|
160
160
|
executables:
|
|
@@ -496,10 +496,10 @@ licenses:
|
|
|
496
496
|
- MIT
|
|
497
497
|
metadata:
|
|
498
498
|
bug_tracker_uri: https://github.com/rails/rails/issues
|
|
499
|
-
changelog_uri: https://github.com/rails/rails/blob/v7.2.3/railties/CHANGELOG.md
|
|
500
|
-
documentation_uri: https://api.rubyonrails.org/v7.2.3/
|
|
499
|
+
changelog_uri: https://github.com/rails/rails/blob/v7.2.3.1/railties/CHANGELOG.md
|
|
500
|
+
documentation_uri: https://api.rubyonrails.org/v7.2.3.1/
|
|
501
501
|
mailing_list_uri: https://discuss.rubyonrails.org/c/rubyonrails-talk
|
|
502
|
-
source_code_uri: https://github.com/rails/rails/tree/v7.2.3/railties
|
|
502
|
+
source_code_uri: https://github.com/rails/rails/tree/v7.2.3.1/railties
|
|
503
503
|
rubygems_mfa_required: 'true'
|
|
504
504
|
rdoc_options:
|
|
505
505
|
- "--exclude"
|
|
@@ -517,7 +517,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
517
517
|
- !ruby/object:Gem::Version
|
|
518
518
|
version: '0'
|
|
519
519
|
requirements: []
|
|
520
|
-
rubygems_version:
|
|
520
|
+
rubygems_version: 4.0.6
|
|
521
521
|
specification_version: 4
|
|
522
522
|
summary: Tools for creating, working with, and running Rails applications.
|
|
523
523
|
test_files: []
|