railties 5.2.8 → 5.2.8.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: d8cb3e97b1ac193eae06c47b7ff4c4a33bf8b65f9bdeb60647dac308d7215d69
4
- data.tar.gz: e4d08ea9b949c9123ca34656964fd7df313b0e84b381ef946c4e072657ff3915
3
+ metadata.gz: 2355619d5965ed023eee3215ae3442cd7557f707c3d96a15e65462f9a2daaba2
4
+ data.tar.gz: 9dbee91ea9dfff32b89a73b96fe7c448736cabc2cc87fcbef491a7f1b7df8fd7
5
5
  SHA512:
6
- metadata.gz: 5a9562c40bcc0e5c77aa991dc8f93fb31c15195a4f53ee2fdab05059b037e044f494e07d46be217ec209c0d92155c66598302ec00e130a28c3aae75d0bd69bc6
7
- data.tar.gz: 3d00f7595b15e639dd36f1167e56cd36ce5a204504105df9e95553a463cf9e08bbd72f81151060a77a0481c76dfd9d1ff8b670432136835623cd2e88645849c5
6
+ metadata.gz: 4e0aa6c0822c53a195d181ad608bf80c861bf223a9fb2c93a0bd30815dca41f2683202a5afbdd93aa869f22218f9b41ddb8775ad600ea4a4d503518630e6280a
7
+ data.tar.gz: a1fb2d33d4d4fb27641094aa01527962ad0a08706cc274b46956477562cacf130f1faf9fedb276ff876e0fa8d6aaae74e029bcdf71734eca645091a3fc5a04f9
data/CHANGELOG.md CHANGED
@@ -1,3 +1,8 @@
1
+ ## Rails 5.2.8.1 (July 12, 2022) ##
2
+
3
+ * No changes.
4
+
5
+
1
6
  ## Rails 5.2.8 (May 09, 2022) ##
2
7
 
3
8
  * No changes.
@@ -10,7 +10,7 @@ module Rails
10
10
  MAJOR = 5
11
11
  MINOR = 2
12
12
  TINY = 8
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: 5.2.8
4
+ version: 5.2.8.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Heinemeier Hansson
8
- autorequire:
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: 5.2.8
19
+ version: 5.2.8.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: 5.2.8
26
+ version: 5.2.8.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: 5.2.8
33
+ version: 5.2.8.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: 5.2.8
40
+ version: 5.2.8.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: 5.2.8
95
+ version: 5.2.8.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: 5.2.8
102
+ version: 5.2.8.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
@@ -423,9 +422,9 @@ homepage: http://rubyonrails.org
423
422
  licenses:
424
423
  - MIT
425
424
  metadata:
426
- source_code_uri: https://github.com/rails/rails/tree/v5.2.8/railties
427
- changelog_uri: https://github.com/rails/rails/blob/v5.2.8/railties/CHANGELOG.md
428
- post_install_message:
425
+ source_code_uri: https://github.com/rails/rails/tree/v5.2.8.1/railties
426
+ changelog_uri: https://github.com/rails/rails/blob/v5.2.8.1/railties/CHANGELOG.md
427
+ post_install_message:
429
428
  rdoc_options:
430
429
  - "--exclude"
431
430
  - "."
@@ -442,8 +441,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
442
441
  - !ruby/object:Gem::Version
443
442
  version: '0'
444
443
  requirements: []
445
- rubygems_version: 3.1.6
446
- signing_key:
444
+ rubygems_version: 3.3.3
445
+ signing_key:
447
446
  specification_version: 4
448
447
  summary: Tools for creating, working with, and running Rails applications.
449
448
  test_files: []
data/lib/rails/.DS_Store DELETED
Binary file