middleman-critical_css 0.0.2 → 0.0.3

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: 6c1525c6f397de1122e002778594018bbe2da00e
4
- data.tar.gz: 3a24baa0113d49348d3c8f7bf575eb650dd22de5
3
+ metadata.gz: 377cb59dd4d884736ca5e7a57c7d28a5cf21fce6
4
+ data.tar.gz: 62634ba26320296de25fbc1b3f7eefd579304e81
5
5
  SHA512:
6
- metadata.gz: ad337d2bddf821113160b899107edf87ab2f6a5dc1b4a703985bedbc5984e93f58881e8ca9910babfa16db7807237598b8693ea9a614335ff4831569b6f4d51d
7
- data.tar.gz: a0247108187b903c550047d36a9231143066210fa515e490423ecc27b146f44f80ac96dc551560b23bb04de3c6eb80ccf8057ffd85112e1c8412454bfa6139b4
6
+ metadata.gz: 7d42c61342f5d72a5a4087b90248a655d05e0870f2f8db8bbdf45d1ee3025daa2a35b9648837f643d0c71613eab83ec6af26abfa2cb32087552db69d70b4440a
7
+ data.tar.gz: c7f6d034f070a8d9e5f6bb7db9a9a9a54211d76a79ed89b723460b97331df25fb6320bf8d4dbcdbb457858a34b952329c995a26dde9d694b6aa8e755c7108d51
@@ -4,7 +4,7 @@ module Middleman
4
4
  class CriticalCssExtension < Extension
5
5
  option :binary, "node_modules/.bin/critical", "The criticalCSS binary to use"
6
6
  option :minify, true, "Minify inlined CSS"
7
- option :witdh, 1920, "Viewport width"
7
+ option :width, 1920, "Viewport width"
8
8
  option :height, 1080, "Viewport height"
9
9
 
10
10
  def after_build
Binary file
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
4
 
5
5
  Gem::Specification.new do |spec|
6
6
  spec.name = "middleman-critical_css"
7
- spec.version = "0.0.2"
7
+ spec.version = "0.0.3"
8
8
  spec.authors = ["Miguel Palhas"]
9
9
  spec.email = ["miguel@subvisual.co"]
10
10
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: middleman-critical_css
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Miguel Palhas
@@ -40,6 +40,7 @@ files:
40
40
  - lib/middleman-critical_css/extension.rb
41
41
  - lib/middleman-extension.rb
42
42
  - middleman-critical_css-0.0.1.gem
43
+ - middleman-critical_css-0.0.2.gem
43
44
  - middleman-critical_css.gemspec
44
45
  homepage: https://github.com/subvisual/middleman-critical_css
45
46
  licenses: