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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a367587e6f40665f7927e18ac1a41e3eff65cdcfc137d8f9223417806aa73a61
4
- data.tar.gz: 12a3a3d1dc66aabffab11f606fa46f3a939dc5c4d740e29c9ea7fd093a140f32
3
+ metadata.gz: c9bbab9c16ee4d39fb4ad931643beee7ca36d194bc31959a852a3300104da24c
4
+ data.tar.gz: '0887b493b31b2ab787847ea01e142c61e736a489d76139de48f7812bdcce0f21'
5
5
  SHA512:
6
- metadata.gz: c456684d3f54fb5ed260f613bd22ee36cafa3d1e288786e388c38d589a165f1b44d6f226fcd8b8ee7b80138d0ede923d29ef4a2e4390c662546190bec6cba313
7
- data.tar.gz: 3416579a8cb8a10704bd67ffda623f6b06025350147782449f3bd1d8a8dd74b3cfe23c90bfb84323275387cd1c78ae652ce5fee7e895cd674cb44bddd1548d38
6
+ metadata.gz: afd674b56dcc7b2dc0f3cfd0d046ccad471f7d619dd5ef9877e7fa085ea5da296983322b363e0e40a19549cf97b9f761650340b284a23d904a5b4fa9e521830a
7
+ data.tar.gz: 40b75b6ebaa9aaf1ac693ca4bd7622b5b50a5089b4f78a9ac44142a1e2639fe91a5eb1c1f85a902d9e274ddfa54e77827a0e56dc295157bb4aa9645ffa774aa5
data/CHANGELOG.md CHANGED
@@ -1,3 +1,8 @@
1
+ ## Rails 7.0.3.1 (July 12, 2022) ##
2
+
3
+ * No changes.
4
+
5
+
1
6
  ## Rails 7.0.3 (May 09, 2022) ##
2
7
 
3
8
  * If reloading and eager loading are both enabled, after a reload Rails eager loads again the application code.
@@ -10,7 +10,7 @@ module Rails
10
10
  MAJOR = 7
11
11
  MINOR = 0
12
12
  TINY = 3
13
- PRE = nil
13
+ PRE = "1"
14
14
 
15
15
  STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
16
16
  end
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-05-09 00:00:00.000000000 Z
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.7
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