railties 7.0.3 → 7.0.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 +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: c9bbab9c16ee4d39fb4ad931643beee7ca36d194bc31959a852a3300104da24c
|
4
|
+
data.tar.gz: '0887b493b31b2ab787847ea01e142c61e736a489d76139de48f7812bdcce0f21'
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: afd674b56dcc7b2dc0f3cfd0d046ccad471f7d619dd5ef9877e7fa085ea5da296983322b363e0e40a19549cf97b9f761650340b284a23d904a5b4fa9e521830a
|
7
|
+
data.tar.gz: 40b75b6ebaa9aaf1ac693ca4bd7622b5b50a5089b4f78a9ac44142a1e2639fe91a5eb1c1f85a902d9e274ddfa54e77827a0e56dc295157bb4aa9645ffa774aa5
|
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.0.3
|
4
|
+
version: 7.0.3.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: 7.0.3
|
19
|
+
version: 7.0.3.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.0.3
|
26
|
+
version: 7.0.3.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.0.3
|
33
|
+
version: 7.0.3.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.0.3
|
40
|
+
version: 7.0.3.1
|
41
41
|
- !ruby/object:Gem::Dependency
|
42
42
|
name: rake
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
@@ -100,14 +100,14 @@ dependencies:
|
|
100
100
|
requirements:
|
101
101
|
- - '='
|
102
102
|
- !ruby/object:Gem::Version
|
103
|
-
version: 7.0.3
|
103
|
+
version: 7.0.3.1
|
104
104
|
type: :development
|
105
105
|
prerelease: false
|
106
106
|
version_requirements: !ruby/object:Gem::Requirement
|
107
107
|
requirements:
|
108
108
|
- - '='
|
109
109
|
- !ruby/object:Gem::Version
|
110
|
-
version: 7.0.3
|
110
|
+
version: 7.0.3.1
|
111
111
|
description: 'Rails internals: application bootup, plugins, generators, and rake tasks.'
|
112
112
|
email: david@loudthinking.com
|
113
113
|
executables:
|
@@ -122,7 +122,6 @@ files:
|
|
122
122
|
- exe/rails
|
123
123
|
- lib/minitest/rails_plugin.rb
|
124
124
|
- lib/rails.rb
|
125
|
-
- lib/rails/.DS_Store
|
126
125
|
- lib/rails/all.rb
|
127
126
|
- lib/rails/api/generator.rb
|
128
127
|
- lib/rails/api/task.rb
|
@@ -423,10 +422,10 @@ licenses:
|
|
423
422
|
- MIT
|
424
423
|
metadata:
|
425
424
|
bug_tracker_uri: https://github.com/rails/rails/issues
|
426
|
-
changelog_uri: https://github.com/rails/rails/blob/v7.0.3/railties/CHANGELOG.md
|
427
|
-
documentation_uri: https://api.rubyonrails.org/v7.0.3/
|
425
|
+
changelog_uri: https://github.com/rails/rails/blob/v7.0.3.1/railties/CHANGELOG.md
|
426
|
+
documentation_uri: https://api.rubyonrails.org/v7.0.3.1/
|
428
427
|
mailing_list_uri: https://discuss.rubyonrails.org/c/rubyonrails-talk
|
429
|
-
source_code_uri: https://github.com/rails/rails/tree/v7.0.3/railties
|
428
|
+
source_code_uri: https://github.com/rails/rails/tree/v7.0.3.1/railties
|
430
429
|
rubygems_mfa_required: 'true'
|
431
430
|
post_install_message:
|
432
431
|
rdoc_options:
|
@@ -445,7 +444,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
445
444
|
- !ruby/object:Gem::Version
|
446
445
|
version: '0'
|
447
446
|
requirements: []
|
448
|
-
rubygems_version: 3.3.
|
447
|
+
rubygems_version: 3.3.3
|
449
448
|
signing_key:
|
450
449
|
specification_version: 4
|
451
450
|
summary: Tools for creating, working with, and running Rails applications.
|
data/lib/rails/.DS_Store
DELETED
Binary file
|