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