billit_representers 0.8.6 → 0.8.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 629e18bfb2ded6b80514a2d95d8f18c1b71f4df2
4
- data.tar.gz: f4c97780a86845c63fc5192f53695ee8c29ae673
3
+ metadata.gz: 8a0732a45571553be89b96021e3fc8043297d0ce
4
+ data.tar.gz: 32da3a2a0b13dd8edb8e57c85c9fbdbf5529b03b
5
5
  SHA512:
6
- metadata.gz: 15257098c1f379df830c8bb1a9f920aadc7bdc50efb01a056ccd6260c6da1015ca1dab42ae21408eb66c4bbd0b076d4e2accec509507d34a03220f2a5400ba3e
7
- data.tar.gz: 0e33010f12ab5cb4e9d8e895b6deedff70b37034b4e72f5f444f7f4d53cf986b1eace4958dc90d3cd2868336956451bdd8c88f87f321ef9455b2c456b741e48b
6
+ metadata.gz: 3525626e0af2ceffa872032e4b332d16aa570513077ea7c515ffc224035042df970399a84ef8bbc31dc71c3e257fab3a9c6def84764bcea88f901bcc99314ec4
7
+ data.tar.gz: 8360fb9c4097c5ed22230cdd4def185becdfa922fb16a240e3359c3eb4bc064e25edef33d1d486d7b6b89cd35d20f46992e2d998582c16c5c457f0ae692a61d7
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |gem|
2
2
  gem.name = 'billit_representers'
3
- gem.version = '0.8.6'
4
- gem.date = '2014-02-27'
3
+ gem.version = '0.8.7'
4
+ gem.date = '2014-03-03'
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"]
@@ -39,6 +39,7 @@ module Billit
39
39
  end
40
40
 
41
41
  property :uid
42
+ property :short_uid
42
43
  property :title
43
44
  property :creation_date
44
45
  property :source
@@ -48,13 +49,15 @@ module Billit
48
49
  property :sub_stage
49
50
  property :status
50
51
  property :resulting_document
51
- property :law_link
52
+ property :law_id
52
53
  property :merged_bills
53
54
  property :subject_areas
54
55
  property :authors
55
56
  property :publish_date
56
57
  property :abstract
57
58
  property :tags
59
+ property :law_xml_link
60
+ property :law_web_link
58
61
  property :bill_draft_link
59
62
 
60
63
  collection :paperworks, extend: PaperworkRepresenter, class: Paperwork
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: billit_representers
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.6
4
+ version: 0.8.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marcel Augsburger
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-02-27 00:00:00.000000000 Z
11
+ date: 2014-03-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: roar