railties 7.2.1 → 7.2.1.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 +15 -15
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8d6dce6a5ecf8a64c245b107a651e2e20de6bff702d7efaca4280d22c543d088
|
4
|
+
data.tar.gz: 18372b349617cecc47a0e4e1493367c69b3ad57fdb503a460a5aae936df24422
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 28861accd6a899cf6788a682c91fad9d370bbf287c5b296e265b6f0c595e5fe49503075596a9797b0ab6e910cd6d8c8a81aba40c42607e540a3bf1cb76c9329c
|
7
|
+
data.tar.gz: f3af97ffeef09ef7900886ceea43a2dd1470df2126a02d1c9e7cdb84ea97b50c934474758b998b2d5747a66fbf13001bcd18e451e7643832b39ab3dc15cffd86
|
data/CHANGELOG.md
CHANGED
data/lib/rails/gem_version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: railties
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 7.2.1
|
4
|
+
version: 7.2.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- David Heinemeier Hansson
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-10-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|
@@ -16,28 +16,28 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - '='
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 7.2.1
|
19
|
+
version: 7.2.1.1
|
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: 7.2.1
|
26
|
+
version: 7.2.1.1
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: actionpack
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
30
30
|
requirements:
|
31
31
|
- - '='
|
32
32
|
- !ruby/object:Gem::Version
|
33
|
-
version: 7.2.1
|
33
|
+
version: 7.2.1.1
|
34
34
|
type: :runtime
|
35
35
|
prerelease: false
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
37
37
|
requirements:
|
38
38
|
- - '='
|
39
39
|
- !ruby/object:Gem::Version
|
40
|
-
version: 7.2.1
|
40
|
+
version: 7.2.1.1
|
41
41
|
- !ruby/object:Gem::Dependency
|
42
42
|
name: rackup
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
@@ -120,14 +120,14 @@ dependencies:
|
|
120
120
|
requirements:
|
121
121
|
- - '='
|
122
122
|
- !ruby/object:Gem::Version
|
123
|
-
version: 7.2.1
|
123
|
+
version: 7.2.1.1
|
124
124
|
type: :development
|
125
125
|
prerelease: false
|
126
126
|
version_requirements: !ruby/object:Gem::Requirement
|
127
127
|
requirements:
|
128
128
|
- - '='
|
129
129
|
- !ruby/object:Gem::Version
|
130
|
-
version: 7.2.1
|
130
|
+
version: 7.2.1.1
|
131
131
|
description: 'Rails internals: application bootup, plugins, generators, and rake tasks.'
|
132
132
|
email: david@loudthinking.com
|
133
133
|
executables:
|
@@ -469,12 +469,12 @@ licenses:
|
|
469
469
|
- MIT
|
470
470
|
metadata:
|
471
471
|
bug_tracker_uri: https://github.com/rails/rails/issues
|
472
|
-
changelog_uri: https://github.com/rails/rails/blob/v7.2.1/railties/CHANGELOG.md
|
473
|
-
documentation_uri: https://api.rubyonrails.org/v7.2.1/
|
472
|
+
changelog_uri: https://github.com/rails/rails/blob/v7.2.1.1/railties/CHANGELOG.md
|
473
|
+
documentation_uri: https://api.rubyonrails.org/v7.2.1.1/
|
474
474
|
mailing_list_uri: https://discuss.rubyonrails.org/c/rubyonrails-talk
|
475
|
-
source_code_uri: https://github.com/rails/rails/tree/v7.2.1/railties
|
475
|
+
source_code_uri: https://github.com/rails/rails/tree/v7.2.1.1/railties
|
476
476
|
rubygems_mfa_required: 'true'
|
477
|
-
post_install_message:
|
477
|
+
post_install_message:
|
478
478
|
rdoc_options:
|
479
479
|
- "--exclude"
|
480
480
|
- "."
|
@@ -491,8 +491,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
491
491
|
- !ruby/object:Gem::Version
|
492
492
|
version: '0'
|
493
493
|
requirements: []
|
494
|
-
rubygems_version: 3.5.
|
495
|
-
signing_key:
|
494
|
+
rubygems_version: 3.5.16
|
495
|
+
signing_key:
|
496
496
|
specification_version: 4
|
497
497
|
summary: Tools for creating, working with, and running Rails applications.
|
498
498
|
test_files: []
|