everypolitician-popolo 0.3.0 → 0.3.1
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/everypolitician/popolo/post.rb +3 -1
- data/lib/everypolitician/popolo/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: e348db6764ddeea2411de793f0b2f46b4c23e32b
|
4
|
+
data.tar.gz: bdff4880f9a916bcb8e125f9ff11be5dcc2e5bd1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 86f64b7e31c8b3d428572d38023b974813d4f919f78bb3b49294da84ec5b2b91e1b3f5f19b22391452ff9912c87fadaa8c032c207dc63b24e3e1bf5d7d757623
|
7
|
+
data.tar.gz: 6c59a7b46223324ce61a264422028a5a75ec71b7e80c0a73e34573f2dd5479a64562edb7e834cac2d1a25c87f9cdda3e7d0f7ff23afa1943aa93eb10d4a165cc
|
data/CHANGELOG.md
CHANGED
@@ -3,6 +3,12 @@
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
4
4
|
This project adheres to [Semantic Versioning](http://semver.org/).
|
5
5
|
|
6
|
+
## [0.3.1] - 2016-05-04
|
7
|
+
|
8
|
+
### Fixed
|
9
|
+
|
10
|
+
- Added missing attribute definition for `Post#label`.
|
11
|
+
|
6
12
|
## [0.3.0] - 2016-05-04
|
7
13
|
|
8
14
|
### Fixed
|
@@ -27,3 +33,4 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|
27
33
|
|
28
34
|
[0.2.0]: https://github.com/everypolitician/everypolitician-popolo/compare/v0.1.0...v0.2.0
|
29
35
|
[0.3.0]: https://github.com/everypolitician/everypolitician-popolo/compare/v0.2.0...v0.3.0
|
36
|
+
[0.3.0]: https://github.com/everypolitician/everypolitician-popolo/compare/v0.3.0...v0.3.1
|