jekyll-everypolitician 0.4.0 → 0.5.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +7 -0
- data/lib/jekyll/everypolitician.rb +2 -0
- data/lib/jekyll/everypolitician/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0f205be356b7d84956af044c3cae0a0a78afac5b
|
4
|
+
data.tar.gz: 2d9d345566f50926e5aa210cb6d4b80854262010
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 25e251e67cf19a1b1dce76f87ae75ae5d42f5f32fc200f560cb26db72dfa122f63fa10661c8347259b579ad38d66190c02a78f786e25d0d776546c313ad62a25
|
7
|
+
data.tar.gz: f4cec71336868e7ef176d7f9ee8c660061b5d80a7e3c621d96278e7dbdbf533445d69dddc3a14db45257629250829479519148cc0f8da799614692365a635f4f
|
data/CHANGELOG.md
CHANGED
@@ -2,6 +2,12 @@
|
|
2
2
|
All notable changes to this project will be documented in this file.
|
3
3
|
This project adheres to [Semantic Versioning](http://semver.org/).
|
4
4
|
|
5
|
+
## [0.5.0] - 2015-12-03
|
6
|
+
|
7
|
+
### Added
|
8
|
+
|
9
|
+
- If you've specified multiple sources the layout property for each document in the collection will first try to use `sourcename_collectionname.html` then fallback to `collectionname.html`. E.g. if you'd specified a source for `assembly`, objects in the `people` collection would first try to use `assembly_people.html`, then fallback to `people.html`.
|
10
|
+
|
5
11
|
## [0.4.0] - 2015-12-03
|
6
12
|
|
7
13
|
### Changed
|
@@ -33,3 +39,4 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|
33
39
|
[0.2.0]: https://github.com/everypolitician/jekyll-everypolitician/compare/v0.1.0...v0.2.0
|
34
40
|
[0.3.0]: https://github.com/everypolitician/jekyll-everypolitician/compare/v0.2.0...v0.3.0
|
35
41
|
[0.4.0]: https://github.com/everypolitician/jekyll-everypolitician/compare/v0.3.0...v0.4.0
|
42
|
+
[0.5.0]: https://github.com/everypolitician/jekyll-everypolitician/compare/v0.4.0...v0.5.0
|