middleman-core 4.1.12 → 4.1.13

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: a4aab7bb8206e390c3d846d576720599102373fe
4
- data.tar.gz: 86f6c84290c31e0e3081cb50ff76b6017a3c7551
3
+ metadata.gz: 8bfcf8bea3346fcdbf419251767eaa91de23ed15
4
+ data.tar.gz: 1534392cf74fa48430ba6eaf7fb955c04fff41d5
5
5
  SHA512:
6
- metadata.gz: 5575cf0341f1f0d3c42d952dfe2f96475e52fb694c3f99f3b87cbff8dcce2f36b66705fbdc7a4d8bd739b9f78cfac8993dbec8560be7520b5f4ca657d8e382f5
7
- data.tar.gz: 90cc5b0ee7f35335d54ca46b87d104408e8588423d8f35eea76764959781c242a935ef96d85857df3edea0d5fb95590d2e26a83d06278a403fecadc64e046441
6
+ metadata.gz: fbc261342a932e9956d3a0bcf406a3d4d5038c8ac3ad96dfbc7b7b3488d2c7d5c9dd9f53515460af8da86f811fd316d142ca7d4a1dbd38cb08383359ac8ee60f
7
+ data.tar.gz: 6728b8af01259f1ab5f6947c83da88f749e50fcfd0b2a90cc24edba1fc142a43f51e7efc282d0169a6e376ddf96e6e4b1645ccf6f590531cf4defb212fd6d3a8
@@ -306,6 +306,7 @@ module Middleman
306
306
  execute_callbacks(:after_configuration)
307
307
 
308
308
  # Everything is stable
309
+ $stderr.puts config[:exit_before_ready].inspect
309
310
  execute_callbacks(:ready) unless config[:exit_before_ready]
310
311
  end
311
312
 
@@ -143,7 +143,7 @@ module Middleman
143
143
 
144
144
  app = ::Middleman::Application.new do
145
145
  config[:cli_options] = cli_options.each_with_object({}) do |(k, v), sum|
146
- sum[k] = v unless v == :undefined
146
+ sum[k] = v
147
147
  end
148
148
 
149
149
  ready do
@@ -162,7 +162,7 @@ module Middleman
162
162
 
163
163
  # Hack around bower_components in root.
164
164
  watcher.listener.ignore(/^bower_components/)
165
-
165
+
166
166
  # Hack around node_modules in root.
167
167
  watcher.listener.ignore(/^node_modules/)
168
168
 
@@ -207,7 +207,7 @@ module Middleman
207
207
  end
208
208
 
209
209
  def possible_from_cli(key, config)
210
- if @cli_options[key] && @cli_options[key] != :undefined
210
+ if @cli_options[key]
211
211
  @cli_options[key]
212
212
  else
213
213
  config[key]
@@ -1,5 +1,5 @@
1
1
  module Middleman
2
2
  # Current Version
3
3
  # @return [String]
4
- VERSION = '4.1.12'.freeze unless const_defined?(:VERSION)
4
+ VERSION = '4.1.13'.freeze unless const_defined?(:VERSION)
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: middleman-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.1.12
4
+ version: 4.1.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - Thomas Reynolds
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2016-11-25 00:00:00.000000000 Z
13
+ date: 2016-11-30 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: bundler