jekyll-template 0.3.1 → 0.4.0

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: 9c83b07e7104932ca6e2a5093facc8d150b5b55d
4
- data.tar.gz: 0e415787d529e6dacaac7c03635dbedd1d4edfc4
3
+ metadata.gz: 32fea8e168b2c6232fa720a3562c66054460184d
4
+ data.tar.gz: 2713362edf080fef47a13128fae180af35451b4e
5
5
  SHA512:
6
- metadata.gz: c726ebdb50b739144e0745283fd5b1fd9f5c35aeb0e485ee1af5db05bd27b89461788075fa8d2ead4c0d0e937d6edcaf2cca31ade66fd299a197d3ea0ee4ac7d
7
- data.tar.gz: c8da0cea43279abdb46cde7ed22b26e30ad05f1250dd29ddc0146e69b72659428df484dd18b1a0680b49e963323f27ff01539225125a30681af9d3261e542307
6
+ metadata.gz: 07f1496bc823f236f3e59f1147c9148180cf3c6f13be1c3304b93d33ec2d32114188401349346bbb56cc75251d413c5a278624e6e717a1da3ea387283b8773fd
7
+ data.tar.gz: 84a85aeb6760012a8025636fd5ba5dee2cf84cee6cab9e62fda42cfce78d30b4489a9941998cc742def128bc90e334b08c8f1316c7ee9159c88a8a8184ed3a93
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # jekyll-template [![Build Status](https://travis-ci.org/helpscout/jekyll-template.svg?branch=master)](https://travis-ci.org/helpscout/jekyll-template)
1
+ # jekyll-template [![Build Status](https://travis-ci.org/helpscout/jekyll-template.svg?branch=master)](https://travis-ci.org/helpscout/jekyll-template) [![Gem Version](https://badge.fury.io/rb/jekyll-template.svg)](https://badge.fury.io/rb/jekyll-template)
2
2
 
3
3
  Custom template block with YAML front matter support for Jekyll
4
4
 
@@ -55,7 +55,7 @@ module Jekyll
55
55
  # Remove leading whitespace
56
56
  # content = content.lstrip
57
57
  compressor = HtmlCompressor::Compressor.new({
58
- :remove_comments => false
58
+ :remove_comments => true
59
59
  })
60
60
  site = context.registers[:site]
61
61
  template = load_template(context)
@@ -1,5 +1,5 @@
1
1
  module Jekyll
2
2
  module Template
3
- VERSION = "0.3.1"
3
+ VERSION = "0.4.0"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-template
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1
4
+ version: 0.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - ItsJonQ
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-01-04 00:00:00.000000000 Z
11
+ date: 2017-01-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll