billit_representers 0.0.5 → 0.0.6

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.5'
4
- gem.date = '2013-04-10'
3
+ gem.version = '0.0.6'
4
+ gem.date = '2013-05-16'
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"]
@@ -11,16 +11,24 @@ module Billit
11
11
  property :tags
12
12
  property :matters
13
13
  property :stage
14
+ property :sub_stage
15
+ property :state
16
+ property :merged
14
17
  property :creation_date
15
18
  property :publish_date
16
19
  property :authors
17
20
  property :origin_chamber
18
21
  property :current_urgency
22
+ property :law
19
23
  property :link_law
20
24
 
21
25
  property :events
22
26
  property :urgencies
23
27
  property :reports
28
+ property :modifications
29
+ property :documents
30
+ property :instructions
31
+ property :observations
24
32
 
25
33
  link :self do
26
34
  bill_url(self.uid)
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.5
4
+ version: 0.0.6
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-04-10 00:00:00.000000000 Z
12
+ date: 2013-05-16 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: roar