railties 5.0.5 → 5.0.6.rc1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2a54a28019115f72ee5d2503c108e564df45ad1f
4
- data.tar.gz: 66aca7b711576b2230fd37977079fbed6541a7e8
3
+ metadata.gz: 230c8e21c0826eb7ca33420fedf3ce5df3515e63
4
+ data.tar.gz: 8274c2556fc9ded0921a510b13280e3ee85a8359
5
5
  SHA512:
6
- metadata.gz: 391e51851d30b981f1a688ce2510dbc66c96706c334cfde95760e4faaff1551edb9c15bd12a002ab672681467a7231cc4d5329319621d31dc7fa7a711d20a62a
7
- data.tar.gz: 5725a9a766715a6284d5ad5e6e50068d7c4fba77b449d5513aacb20f03bf9378e7afff6c80854c5639a24c18d338a183691f776df9b85e0152efcc4e71877e82
6
+ metadata.gz: '00495cb1f69b13fd46f549b7570965c482e21fa3e82d991cf03ac7246cb244f8e2cbb696bdb0ac17d27ee26fc11c0b0114792895638d32ef75567b9ae6fe141f'
7
+ data.tar.gz: 5e00d473eefa8e358dcd5eb12e2be444d2c2bc063ce6b5704b1ae52d7ade5c537cab0134330f157c8456ee7e440757d5bd635843ebbdfbbcbcad3e6ba2f088b7
@@ -1,3 +1,8 @@
1
+ ## Rails 5.0.6.rc1 (August 24, 2017) ##
2
+
3
+ * No changes.
4
+
5
+
1
6
  ## Rails 5.0.5 (July 31, 2017) ##
2
7
 
3
8
  * No changes.
@@ -7,8 +7,8 @@ module Rails
7
7
  module VERSION
8
8
  MAJOR = 5
9
9
  MINOR = 0
10
- TINY = 5
11
- PRE = nil
10
+ TINY = 6
11
+ PRE = "rc1"
12
12
 
13
13
  STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
14
14
  end
@@ -1,6 +1,8 @@
1
1
  # Be sure to restart your server when you modify this file.
2
2
 
3
- # ApplicationController.renderer.defaults.merge!(
4
- # http_host: 'example.org',
5
- # https: false
6
- # )
3
+ # ActiveSupport::Reloader.to_prepare do
4
+ # ApplicationController.renderer.defaults.merge!(
5
+ # http_host: 'example.org',
6
+ # https: false
7
+ # )
8
+ # 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.0.5
4
+ version: 5.0.6.rc1
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-07-31 00:00:00.000000000 Z
11
+ date: 2017-08-24 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.0.5
19
+ version: 5.0.6.rc1
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.0.5
26
+ version: 5.0.6.rc1
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.0.5
33
+ version: 5.0.6.rc1
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.0.5
40
+ version: 5.0.6.rc1
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.0.5
95
+ version: 5.0.6.rc1
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.0.5
102
+ version: 5.0.6.rc1
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/task.rb
120
119
  - lib/rails/app_loader.rb
@@ -129,9 +128,7 @@ files:
129
128
  - lib/rails/cli.rb
130
129
  - lib/rails/code_statistics.rb
131
130
  - lib/rails/code_statistics_calculator.rb
132
- - lib/rails/command/.DS_Store
133
131
  - lib/rails/commands.rb
134
- - lib/rails/commands/.DS_Store
135
132
  - lib/rails/commands/application.rb
136
133
  - lib/rails/commands/commands_tasks.rb
137
134
  - lib/rails/commands/console.rb
@@ -139,7 +136,6 @@ files:
139
136
  - lib/rails/commands/dbconsole.rb
140
137
  - lib/rails/commands/destroy.rb
141
138
  - lib/rails/commands/generate.rb
142
- - lib/rails/commands/generate/.DS_Store
143
139
  - lib/rails/commands/plugin.rb
144
140
  - lib/rails/commands/rake_proxy.rb
145
141
  - lib/rails/commands/runner.rb
@@ -150,7 +146,6 @@ files:
150
146
  - lib/rails/console/helpers.rb
151
147
  - lib/rails/dev_caching.rb
152
148
  - lib/rails/engine.rb
153
- - lib/rails/engine/.DS_Store
154
149
  - lib/rails/engine/commands.rb
155
150
  - lib/rails/engine/commands_tasks.rb
156
151
  - lib/rails/engine/configuration.rb
@@ -404,9 +399,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
404
399
  version: 2.2.2
405
400
  required_rubygems_version: !ruby/object:Gem::Requirement
406
401
  requirements:
407
- - - ">="
402
+ - - ">"
408
403
  - !ruby/object:Gem::Version
409
- version: '0'
404
+ version: 1.3.1
410
405
  requirements: []
411
406
  rubyforge_project:
412
407
  rubygems_version: 2.6.12
Binary file
Binary file
Binary file
Binary file