middleman-core 4.1.0 → 4.1.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 +4 -4
- data/lib/middleman-core/extensions.rb +1 -1
- data/lib/middleman-core/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7bf6cdbd67953b3d7195092beb23c4c05881a64a
|
|
4
|
+
data.tar.gz: 9cd56c0edca32368b9a5571cf2eee67a5b4538b0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7d09604286c7f77eaa0afe637a9ced84bc130ba4cd7e83816c83015097988cb4f83f2cebc18da59471b8d88e26878a7f94535225e8d5c8ddeaf49ae144f36cf3
|
|
7
|
+
data.tar.gz: 251ce00d297f8c3b92f80fd7660febdafa81cfcd7b40958b96136296fe1fe6a8ad482b3fc33430f28dc7c1f540b5861fc0b1a8ba9608696c65b6c5a45681841e
|
|
@@ -106,7 +106,7 @@ module Middleman
|
|
|
106
106
|
# A flattened list of all extensions which are automatically activated
|
|
107
107
|
# @return [Array<Symbol>] A list of extension names which are automatically activated.
|
|
108
108
|
def auto_activated
|
|
109
|
-
@auto_activate.values.map(&:to_a).
|
|
109
|
+
@auto_activate.values.map(&:to_a).flatten.map(&:name)
|
|
110
110
|
end
|
|
111
111
|
|
|
112
112
|
# @api private
|
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.
|
|
4
|
+
version: 4.1.1
|
|
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-02-
|
|
13
|
+
date: 2016-02-03 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: bundler
|