middleman-core 4.1.13 → 4.1.14

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: 8bfcf8bea3346fcdbf419251767eaa91de23ed15
4
- data.tar.gz: 1534392cf74fa48430ba6eaf7fb955c04fff41d5
3
+ metadata.gz: be41baeb5666c509a112558e6e10b3108869e01d
4
+ data.tar.gz: 016576ba5698a66833f75ddacdfdfb80c34bcb2f
5
5
  SHA512:
6
- metadata.gz: fbc261342a932e9956d3a0bcf406a3d4d5038c8ac3ad96dfbc7b7b3488d2c7d5c9dd9f53515460af8da86f811fd316d142ca7d4a1dbd38cb08383359ac8ee60f
7
- data.tar.gz: 6728b8af01259f1ab5f6947c83da88f749e50fcfd0b2a90cc24edba1fc142a43f51e7efc282d0169a6e376ddf96e6e4b1645ccf6f590531cf4defb212fd6d3a8
6
+ metadata.gz: f87245bfd9285edb25c299f2a3c901a297b4701e94c6bd8407055a1ab91935c3a99ef5bad142f9735f1fd312a57f4c41d3fb61ee6924253e7b669d08f6ebd9cd
7
+ data.tar.gz: 39096c09155127dfb41f828bc75bfb02a2bd87b7478afbbb26738ca1a4b07a917f47329f54d1c4e094b13194d47fc548858683cf9c4297df1a9c5dbf6dec36c4
@@ -306,7 +306,6 @@ module Middleman
306
306
  execute_callbacks(:after_configuration)
307
307
 
308
308
  # Everything is stable
309
- $stderr.puts config[:exit_before_ready].inspect
310
309
  execute_callbacks(:ready) unless config[:exit_before_ready]
311
310
  end
312
311
 
@@ -1,5 +1,5 @@
1
1
  module Middleman
2
2
  # Current Version
3
3
  # @return [String]
4
- VERSION = '4.1.13'.freeze unless const_defined?(:VERSION)
4
+ VERSION = '4.1.14'.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.13
4
+ version: 4.1.14
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-30 00:00:00.000000000 Z
13
+ date: 2016-12-03 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: bundler