middleman-presentation-core 0.17.0 → 0.17.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.rubocop.yml +1 -0
- data/features/create_presentation-cli.feature +8 -0
- data/lib/middleman-presentation-core/version.rb +1 -1
- data/templates/Gemfile.tt +1 -0
- 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: ac7a064bccca517fa01ae9aa8ce55605fd0cd995
|
4
|
+
data.tar.gz: e9dcf1a4ab7e283c573d002cf3c3f74939638acf
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e72859883b75e18aebed2b63bee4a46b1832949501f895c700e13146e52dca69d1ca6c1797fa17bd93b736041a3ca8eb32035c7fd0040715d66e893176d8307e
|
7
|
+
data.tar.gz: 01130544c15782413db1d1b362b3f3be51b7aa99b3adf96947c6dc2cd9ac5e47e61de4f0faa604204704fc40364a1c6f5ad101e9bf1172ae13a6e827f33865c1
|
data/.rubocop.yml
CHANGED
@@ -15,6 +15,14 @@ Feature: Initialize presentation
|
|
15
15
|
"""
|
16
16
|
middleman-presentation
|
17
17
|
"""
|
18
|
+
And the file "Gemfile" should contain:
|
19
|
+
"""
|
20
|
+
middleman-minify-html
|
21
|
+
"""
|
22
|
+
And the file "Gemfile" should contain:
|
23
|
+
"""
|
24
|
+
middleman-autoprefixer
|
25
|
+
"""
|
18
26
|
And a file named "bower.json" should exist
|
19
27
|
And a file named ".bowerrc" should exist
|
20
28
|
And a file named ".gitignore" should exist
|
data/templates/Gemfile.tt
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: middleman-presentation-core
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.17.
|
4
|
+
version: 0.17.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Max Meyer
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2015-03-
|
12
|
+
date: 2015-03-28 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: middleman
|