railties 5.1.6 → 5.1.6.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
- SHA1:
3
- metadata.gz: 439e435a7aafd120a23e80cd9d44d075120777a2
4
- data.tar.gz: 5a063772980c83cc00154869b9b4a2747291c4ba
2
+ SHA256:
3
+ metadata.gz: 70d0aa34c2524a4a2480e1d46a8dd3017c2baafdcddd3e8f40fb23cc6ac26c8d
4
+ data.tar.gz: fcd0079260912961b3d0d6ff137a26b1a8822003218c4272f5d82d9532eaa435
5
5
  SHA512:
6
- metadata.gz: 5862c8c7d2a66cb8d99a5238a360c371646a2c107b693cd03b2c61f038cd0bd0355b3f9ed48010a61c830d7abdf227b17f362ea7ce50b6074da8257344791f1d
7
- data.tar.gz: fcddc92904530d925ff0b1ac5090ee0e563f85df44866145770422a55060a3ee3c42bfa4e4a37958b75358f06771c418e831a3945c7be32dc39854bf8d2e9c6e
6
+ metadata.gz: bef8515f5d4aab12c53ca4d687271e0dc4a6f4e786dfc026ac4324b07a005f1104063f771a5ae7e323bb8a51d225b5244ab748f71b98ed14a5c2b837c09c1602
7
+ data.tar.gz: b179a66e00c2569cf64742d2844562f92534c14ec08bb2738d360e9e28f16255b8eef3e256f9d25d9e1bdf797310accefd64ee98f57b59903889b2dfcdd584c0
data/CHANGELOG.md CHANGED
@@ -1,3 +1,8 @@
1
+ ## Rails 5.1.6.1 (November 27, 2018) ##
2
+
3
+ * No changes.
4
+
5
+
1
6
  ## Rails 5.1.6 (March 29, 2018) ##
2
7
 
3
8
  * Fix check for minimum Ruby version to correctly identify Ruby 2.2.10.
@@ -8,7 +8,7 @@ module Rails
8
8
  MAJOR = 5
9
9
  MINOR = 1
10
10
  TINY = 6
11
- PRE = nil
11
+ PRE = "1"
12
12
 
13
13
  STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
14
14
  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.1.6
4
+ version: 5.1.6.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: 2018-03-29 00:00:00.000000000 Z
11
+ date: 2018-11-27 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.1.6
19
+ version: 5.1.6.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.1.6
26
+ version: 5.1.6.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.1.6
33
+ version: 5.1.6.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.1.6
40
+ version: 5.1.6.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.1.6
95
+ version: 5.1.6.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.1.6
102
+ version: 5.1.6.1
103
103
  description: 'Rails internals: application bootup, plugins, generators, and rake tasks.'
104
104
  email: david@loudthinking.com
105
105
  executables:
@@ -112,10 +112,8 @@ files:
112
112
  - RDOC_MAIN.rdoc
113
113
  - README.rdoc
114
114
  - exe/rails
115
- - lib/.DS_Store
116
115
  - lib/minitest/rails_plugin.rb
117
116
  - lib/rails.rb
118
- - lib/rails/.DS_Store
119
117
  - lib/rails/all.rb
120
118
  - lib/rails/api/generator.rb
121
119
  - lib/rails/api/task.rb
@@ -165,7 +163,6 @@ files:
165
163
  - lib/rails/engine/updater.rb
166
164
  - lib/rails/gem_version.rb
167
165
  - lib/rails/generators.rb
168
- - lib/rails/generators/.DS_Store
169
166
  - lib/rails/generators/actions.rb
170
167
  - lib/rails/generators/actions/create_migration.rb
171
168
  - lib/rails/generators/active_model.rb
@@ -194,8 +191,6 @@ files:
194
191
  - lib/rails/generators/migration.rb
195
192
  - lib/rails/generators/model_helpers.rb
196
193
  - lib/rails/generators/named_base.rb
197
- - lib/rails/generators/rails/.DS_Store
198
- - lib/rails/generators/rails/app/.DS_Store
199
194
  - lib/rails/generators/rails/app/USAGE
200
195
  - lib/rails/generators/rails/app/app_generator.rb
201
196
  - lib/rails/generators/rails/app/templates/Gemfile
@@ -413,8 +408,8 @@ homepage: http://rubyonrails.org
413
408
  licenses:
414
409
  - MIT
415
410
  metadata:
416
- source_code_uri: https://github.com/rails/rails/tree/v5.1.6/railties
417
- changelog_uri: https://github.com/rails/rails/blob/v5.1.6/railties/CHANGELOG.md
411
+ source_code_uri: https://github.com/rails/rails/tree/v5.1.6.1/railties
412
+ changelog_uri: https://github.com/rails/rails/blob/v5.1.6.1/railties/CHANGELOG.md
418
413
  post_install_message:
419
414
  rdoc_options:
420
415
  - "--exclude"
@@ -433,7 +428,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
433
428
  version: '0'
434
429
  requirements: []
435
430
  rubyforge_project:
436
- rubygems_version: 2.6.14
431
+ rubygems_version: 2.7.6
437
432
  signing_key:
438
433
  specification_version: 4
439
434
  summary: Tools for creating, working with, and running Rails applications.
data/lib/.DS_Store DELETED
Binary file
data/lib/rails/.DS_Store DELETED
Binary file
Binary file
Binary file