railties 6.0.5 → 6.0.5.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 +12 -13
- data/lib/rails/.DS_Store +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 86a37fcc8160b393a174192ad50d1516f93c096ae2e5abad7fc4019f312150a6
|
|
4
|
+
data.tar.gz: 10dab8821fc31c88b6ba604db821ff928b4187267c39b7051d59c7ed96433c04
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0fe92860925df60ccf4cef9c7aabcca986327df85218cbcfcb00ae61e45c209eb87a199dc7b95c938dac1894c028e56be43cd1ae3ba0cc8d4db9b4489f1adaeb
|
|
7
|
+
data.tar.gz: d95fd9f1bbcb42eea576dd3f4fc07a7346102f2358c6077ee24556adf3cd650974ccbb1475da0279979ef08a6591bd692052a04251123522d9f7ac5f2d616436
|
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: 6.0.5
|
|
4
|
+
version: 6.0.5.1
|
|
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-07-12 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.5
|
|
19
|
+
version: 6.0.5.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: 6.0.5
|
|
26
|
+
version: 6.0.5.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: 6.0.5
|
|
33
|
+
version: 6.0.5.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: 6.0.5
|
|
40
|
+
version: 6.0.5.1
|
|
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.5
|
|
95
|
+
version: 6.0.5.1
|
|
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.5
|
|
102
|
+
version: 6.0.5.1
|
|
103
103
|
description: 'Rails internals: application bootup, plugins, generators, and rake tasks.'
|
|
104
104
|
email: david@loudthinking.com
|
|
105
105
|
executables:
|
|
@@ -114,7 +114,6 @@ files:
|
|
|
114
114
|
- exe/rails
|
|
115
115
|
- lib/minitest/rails_plugin.rb
|
|
116
116
|
- lib/rails.rb
|
|
117
|
-
- lib/rails/.DS_Store
|
|
118
117
|
- lib/rails/all.rb
|
|
119
118
|
- lib/rails/api/generator.rb
|
|
120
119
|
- lib/rails/api/task.rb
|
|
@@ -433,10 +432,10 @@ licenses:
|
|
|
433
432
|
- MIT
|
|
434
433
|
metadata:
|
|
435
434
|
bug_tracker_uri: https://github.com/rails/rails/issues
|
|
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/
|
|
435
|
+
changelog_uri: https://github.com/rails/rails/blob/v6.0.5.1/railties/CHANGELOG.md
|
|
436
|
+
documentation_uri: https://api.rubyonrails.org/v6.0.5.1/
|
|
438
437
|
mailing_list_uri: https://discuss.rubyonrails.org/c/rubyonrails-talk
|
|
439
|
-
source_code_uri: https://github.com/rails/rails/tree/v6.0.5/railties
|
|
438
|
+
source_code_uri: https://github.com/rails/rails/tree/v6.0.5.1/railties
|
|
440
439
|
rubygems_mfa_required: 'true'
|
|
441
440
|
post_install_message:
|
|
442
441
|
rdoc_options:
|
|
@@ -455,7 +454,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
455
454
|
- !ruby/object:Gem::Version
|
|
456
455
|
version: '0'
|
|
457
456
|
requirements: []
|
|
458
|
-
rubygems_version: 3.3.
|
|
457
|
+
rubygems_version: 3.3.3
|
|
459
458
|
signing_key:
|
|
460
459
|
specification_version: 4
|
|
461
460
|
summary: Tools for creating, working with, and running Rails applications.
|
data/lib/rails/.DS_Store
DELETED
|
Binary file
|