middleman-presentation-core 0.17.0 → 0.17.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a90c769f71a56e518e5a4d031599b25f0950ab45
4
- data.tar.gz: f72a1c0bf625468a083d0398cc3bb70648868551
3
+ metadata.gz: ac7a064bccca517fa01ae9aa8ce55605fd0cd995
4
+ data.tar.gz: e9dcf1a4ab7e283c573d002cf3c3f74939638acf
5
5
  SHA512:
6
- metadata.gz: 10c3399a8a64740f691b1d54a9968a59804bc82c2f1929beae1ecb11c9439a0fce7f68484e8037cf914462fd599500fc92924e7ebecf5a00aff52cd506b9c2c5
7
- data.tar.gz: 2d1fb67c1cb474e40cb829fd57c647ddd80ecde12c89f34343b0b5ad644560b0fa2759959cf24be07a5b097c005dc850cc7baabaecb1d40e591764f873dc1153
6
+ metadata.gz: e72859883b75e18aebed2b63bee4a46b1832949501f895c700e13146e52dca69d1ca6c1797fa17bd93b736041a3ca8eb32035c7fd0040715d66e893176d8307e
7
+ data.tar.gz: 01130544c15782413db1d1b362b3f3be51b7aa99b3adf96947c6dc2cd9ac5e47e61de4f0faa604204704fc40364a1c6f5ad101e9bf1172ae13a6e827f33865c1
@@ -2,6 +2,7 @@ AllCops:
2
2
  Exclude:
3
3
  - 'tmp/**/*'
4
4
  - lib/middleman-presentation-core/middleman_step_definitions.rb
5
+ DisplayCopNames: true
5
6
 
6
7
  # Configuration parameters: AllowURI.
7
8
  Metrics/LineLength:
@@ -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
@@ -3,6 +3,6 @@
3
3
  module Middleman
4
4
  # Presentation
5
5
  module Presentation
6
- VERSION = '0.17.0'
6
+ VERSION = '0.17.1'
7
7
  end
8
8
  end
@@ -23,6 +23,7 @@ gem 'github-markup'
23
23
  gem 'liquid'
24
24
  gem 'rake'
25
25
  gem 'middleman-minify-html'
26
+ gem 'middleman-autoprefixer'
26
27
 
27
28
  group :debug do
28
29
  gem 'pry'
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.0
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 00:00:00.000000000 Z
12
+ date: 2015-03-28 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: middleman