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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 75d39a544d53fcdcc9692ac0825e03234a7f1ac9
4
- data.tar.gz: 4dc22302c3543d088cbed60b375b0cc196026881
3
+ metadata.gz: e348db6764ddeea2411de793f0b2f46b4c23e32b
4
+ data.tar.gz: bdff4880f9a916bcb8e125f9ff11be5dcc2e5bd1
5
5
  SHA512:
6
- metadata.gz: 69ad80079a75686b97663ea202642ecc5a0bf52814170e641bee38eb68c3c4fac1744330ebcbad55add964b78b2741dc234fa587beac874cb35cd8d8d1c64a56
7
- data.tar.gz: caad3f3004bb899da9d97674c7064f383eb0e5384afc5edf4a63fd7ce583f7093a7d05a53d08ef12e7791848e920dd31c5cc0495a97925ce6ab07eda98d46a36
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
@@ -1,6 +1,8 @@
1
1
  module Everypolitician
2
2
  module Popolo
3
3
  class Posts < Collection; end
4
- class Post < Entity; end
4
+ class Post < Entity
5
+ attr_reader :label
6
+ end
5
7
  end
6
8
  end
@@ -1,5 +1,5 @@
1
1
  module Everypolitician
2
2
  module Popolo
3
- VERSION = '0.3.0'
3
+ VERSION = '0.3.1'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: everypolitician-popolo
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Mytton