billit_representers 0.0.6 → 0.0.7

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |gem|
2
2
  gem.name = 'billit_representers'
3
- gem.version = '0.0.6'
4
- gem.date = '2013-05-16'
3
+ gem.version = '0.0.7'
4
+ gem.date = '2013-05-20'
5
5
  gem.summary = "Representers for the bill-it module of the Poplus project."
6
6
  gem.description = "Representers for the bill-it module of the Poplus project. These provide object-like access to remote data, using Resource-Oriented Architectures in Ruby (ROAR)."
7
7
  gem.authors = ["Marcel Augsburger"]
@@ -7,20 +7,21 @@ module Billit
7
7
 
8
8
  property :uid
9
9
  property :title
10
- property :summary
11
- property :tags
12
- property :matters
13
- property :stage
14
- property :sub_stage
15
- property :state
16
- property :merged
17
10
  property :creation_date
18
- property :publish_date
19
- property :authors
11
+ property :initiative
20
12
  property :origin_chamber
21
13
  property :current_urgency
14
+ property :stage
15
+ property :sub_stage
16
+ property :state
22
17
  property :law
23
18
  property :link_law
19
+ property :merged
20
+ property :matters
21
+ property :authors
22
+ property :publish_date
23
+ property :summary
24
+ property :tags
24
25
 
25
26
  property :events
26
27
  property :urgencies
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: billit_representers
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-05-16 00:00:00.000000000 Z
12
+ date: 2013-05-20 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: roar