railties 5.1.0.rc2 → 5.1.0

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
  SHA1:
3
- metadata.gz: a6ecf54ff57387656250337a743947b5271bf35b
4
- data.tar.gz: d7a2588e7d7bde11603c086948b7e26e9e480628
3
+ metadata.gz: 6be02fe1be60a0bf8a66be15adfe90b9610296af
4
+ data.tar.gz: 57726a26a67abc5e1a318b912a4f37fab0bcd238
5
5
  SHA512:
6
- metadata.gz: 2ac43ff8d469247946bb5b28bef288e0bf7689338c5ae28f244aa7e93c0f467d3f5c2fe9de579aae1b19b6cad2b5efb0d5ba89e4e4b09ecdc49ef1c57770be97
7
- data.tar.gz: fcae7e8678c20e6abe4d8614fb0f571fbd6b459cba4eb26b6dd31511949467596609b2739684df4c5a51a04216c4cad60ea0b10632a0d41c5ff77971dc051d64
6
+ metadata.gz: f5b842d5deeff2e7c2f0891eaca6112bfcbade41b7fd378560f2e13fbe4c0fdce7d19745f125b33442f423cb784acd4dcb2f63374e7ce2fa5d86ade4194a6ece
7
+ data.tar.gz: bd4e8d367fbe310e5ef9d2e47f33508c7010ac29affb94b20748fa9c1dccd2fd153c5775ec026eb11496e5803c278cbff0a8944b2e56a997a04f5d9329bb18df
@@ -1,4 +1,4 @@
1
- ## Rails 5.1.0.rc2 (April 20, 2017) ##
1
+ ## Rails 5.1.0 (April 27, 2017) ##
2
2
 
3
3
  * Namespace error pages' CSS selectors to stop the styles from bleeding into other pages
4
4
  when using Turbolinks.
@@ -25,9 +25,6 @@
25
25
 
26
26
  *Yves Senn*
27
27
 
28
-
29
- ## Rails 5.1.0.rc1 (March 20, 2017) ##
30
-
31
28
  * Add `app:update` task to engines.
32
29
 
33
30
  *Yuji Yaginuma*
@@ -55,8 +52,6 @@
55
52
 
56
53
  *Stephen Touset*
57
54
 
58
- ## Rails 5.1.0.beta1 (February 23, 2017) ##
59
-
60
55
  * Add encrypted secrets in `config/secrets.yml.enc`.
61
56
 
62
57
  Allow storing production secrets straight in the revision control system by
@@ -8,7 +8,7 @@ module Rails
8
8
  MAJOR = 5
9
9
  MINOR = 1
10
10
  TINY = 0
11
- PRE = "rc2"
11
+ PRE = nil
12
12
 
13
13
  STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
14
14
  end
@@ -3,7 +3,8 @@ Dir.chdir(VENDOR_PATH) do
3
3
  begin
4
4
  exec "yarnpkg #{ARGV.join(" ")}"
5
5
  rescue Errno::ENOENT
6
- puts "Yarn executable was not detected in the system."
7
- puts "Download Yarn at https://yarnpkg.com/en/docs/install"
6
+ $stderr.puts "Yarn executable was not detected in the system."
7
+ $stderr.puts "Download Yarn at https://yarnpkg.com/en/docs/install"
8
+ exit 1
8
9
  end
9
10
  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.0.rc2
4
+ version: 5.1.0
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: 2017-04-21 00:00:00.000000000 Z
11
+ date: 2017-04-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.0.rc2
19
+ version: 5.1.0
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.0.rc2
26
+ version: 5.1.0
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.0.rc2
33
+ version: 5.1.0
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.0.rc2
40
+ version: 5.1.0
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.0.rc2
95
+ version: 5.1.0
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.0.rc2
102
+ version: 5.1.0
103
103
  description: 'Rails internals: application bootup, plugins, generators, and rake tasks.'
104
104
  email: david@loudthinking.com
105
105
  executables:
@@ -422,12 +422,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
422
422
  version: 2.2.2
423
423
  required_rubygems_version: !ruby/object:Gem::Requirement
424
424
  requirements:
425
- - - ">"
425
+ - - ">="
426
426
  - !ruby/object:Gem::Version
427
- version: 1.3.1
427
+ version: '0'
428
428
  requirements: []
429
429
  rubyforge_project:
430
- rubygems_version: 2.6.10
430
+ rubygems_version: 2.6.11
431
431
  signing_key:
432
432
  specification_version: 4
433
433
  summary: Tools for creating, working with, and running Rails applications.