railties 6.0.4.8 → 6.0.5
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/.DS_Store +0 -0
- data/lib/rails/gem_version.rb +2 -2
- metadata +14 -12
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 60bfc893a9da4fd1c43bd5f4feccf74265ea4c751ef77208614d8e1a3b14308f
|
4
|
+
data.tar.gz: c6a52dba8d7c12fd899fc3ecb2ae361e2b6ff04ce3c3b20a86d12d9d9044bddd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 16579b20612fa331be5e3c7e4332dad383ac3443534140200d6cbdee783f060574cd127ea2d6f16fd63ef83d4f20c53d8b7fafb94eea9ec247b84d39ac1def56
|
7
|
+
data.tar.gz: a911da10f081087e6b2c7bb09f1444949152725a1703a68727ee683336b6656f9e530907f16284b572c4cbde3f0022d6fe5ecb6be50a962379441406eea38fa7
|
data/CHANGELOG.md
CHANGED
data/lib/rails/.DS_Store
ADDED
Binary file
|
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: 6.0.
|
4
|
+
version: 6.0.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- David Heinemeier Hansson
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-
|
11
|
+
date: 2022-05-09 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: 6.0.
|
19
|
+
version: 6.0.5
|
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: 6.0.
|
26
|
+
version: 6.0.5
|
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: 6.0.
|
33
|
+
version: 6.0.5
|
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: 6.0.
|
40
|
+
version: 6.0.5
|
41
41
|
- !ruby/object:Gem::Dependency
|
42
42
|
name: rake
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
@@ -92,14 +92,14 @@ dependencies:
|
|
92
92
|
requirements:
|
93
93
|
- - '='
|
94
94
|
- !ruby/object:Gem::Version
|
95
|
-
version: 6.0.
|
95
|
+
version: 6.0.5
|
96
96
|
type: :development
|
97
97
|
prerelease: false
|
98
98
|
version_requirements: !ruby/object:Gem::Requirement
|
99
99
|
requirements:
|
100
100
|
- - '='
|
101
101
|
- !ruby/object:Gem::Version
|
102
|
-
version: 6.0.
|
102
|
+
version: 6.0.5
|
103
103
|
description: 'Rails internals: application bootup, plugins, generators, and rake tasks.'
|
104
104
|
email: david@loudthinking.com
|
105
105
|
executables:
|
@@ -114,6 +114,7 @@ files:
|
|
114
114
|
- exe/rails
|
115
115
|
- lib/minitest/rails_plugin.rb
|
116
116
|
- lib/rails.rb
|
117
|
+
- lib/rails/.DS_Store
|
117
118
|
- lib/rails/all.rb
|
118
119
|
- lib/rails/api/generator.rb
|
119
120
|
- lib/rails/api/task.rb
|
@@ -432,10 +433,11 @@ licenses:
|
|
432
433
|
- MIT
|
433
434
|
metadata:
|
434
435
|
bug_tracker_uri: https://github.com/rails/rails/issues
|
435
|
-
changelog_uri: https://github.com/rails/rails/blob/v6.0.
|
436
|
-
documentation_uri: https://api.rubyonrails.org/v6.0.
|
436
|
+
changelog_uri: https://github.com/rails/rails/blob/v6.0.5/railties/CHANGELOG.md
|
437
|
+
documentation_uri: https://api.rubyonrails.org/v6.0.5/
|
437
438
|
mailing_list_uri: https://discuss.rubyonrails.org/c/rubyonrails-talk
|
438
|
-
source_code_uri: https://github.com/rails/rails/tree/v6.0.
|
439
|
+
source_code_uri: https://github.com/rails/rails/tree/v6.0.5/railties
|
440
|
+
rubygems_mfa_required: 'true'
|
439
441
|
post_install_message:
|
440
442
|
rdoc_options:
|
441
443
|
- "--exclude"
|
@@ -453,7 +455,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
453
455
|
- !ruby/object:Gem::Version
|
454
456
|
version: '0'
|
455
457
|
requirements: []
|
456
|
-
rubygems_version: 3.
|
458
|
+
rubygems_version: 3.3.7
|
457
459
|
signing_key:
|
458
460
|
specification_version: 4
|
459
461
|
summary: Tools for creating, working with, and running Rails applications.
|