jekyll-template 0.9.0 → 0.10.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 +4 -4
- data/README.md +1 -1
- data/jekyll-template.gemspec +1 -1
- data/lib/jekyll/template/version.rb +1 -1
- metadata +6 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9b44a1743f20ca88498ad9571104b579dc66ccb6
|
|
4
|
+
data.tar.gz: e1a7e031bf7543d218c2b346ff25659635268c85
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c13624fab02202774f552ed574b95ddc2f0e1731765c5a0a51e44760e6b04ba2f1b10137b396628398fed8f24a843b0c913b71f7b6b491540cf910977f28bd06
|
|
7
|
+
data.tar.gz: 281762374595b93267fb07e3e8da71234505dd5b82f91748619d00730636dda94bd53d478f4f4d10cb41498e79adc869da17d2130ed481c4e2c188c75897bf3d
|
data/README.md
CHANGED
|
@@ -171,4 +171,4 @@ We've been using `{% template %}` for many months now on the [Help Scout website
|
|
|
171
171
|
|
|
172
172
|
|
|
173
173
|
## Thanks ❤️
|
|
174
|
-
Many thanks to [@alisdair](https://github.com/alisdair) for his help with code review
|
|
174
|
+
Many thanks to [@alisdair](https://github.com/alisdair) for his help with code review/testing + [@hownowstephen](https://github.com/hownowstephen) for his help with Ruby things.
|
data/jekyll-template.gemspec
CHANGED
|
@@ -20,7 +20,7 @@ Gem::Specification.new do |spec|
|
|
|
20
20
|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
|
|
21
21
|
spec.require_paths = ["lib"]
|
|
22
22
|
|
|
23
|
-
spec.add_runtime_dependency("jekyll", "3.
|
|
23
|
+
spec.add_runtime_dependency("jekyll", "~> 3.4.0")
|
|
24
24
|
spec.add_runtime_dependency("htmlcompressor", "~> 0.3.1")
|
|
25
25
|
spec.add_runtime_dependency("unindent", "~> 1.0")
|
|
26
26
|
spec.add_runtime_dependency("yui-compressor", "0.12.0")
|
metadata
CHANGED
|
@@ -1,29 +1,29 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jekyll-template
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.10.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-02-
|
|
11
|
+
date: 2017-02-08 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
|
16
16
|
requirements:
|
|
17
|
-
- -
|
|
17
|
+
- - "~>"
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: 3.
|
|
19
|
+
version: 3.4.0
|
|
20
20
|
type: :runtime
|
|
21
21
|
prerelease: false
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
|
-
- -
|
|
24
|
+
- - "~>"
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
|
-
version: 3.
|
|
26
|
+
version: 3.4.0
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: htmlcompressor
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|