billit_representers 0.8.6 → 0.8.7
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8a0732a45571553be89b96021e3fc8043297d0ce
|
4
|
+
data.tar.gz: 32da3a2a0b13dd8edb8e57c85c9fbdbf5529b03b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3525626e0af2ceffa872032e4b332d16aa570513077ea7c515ffc224035042df970399a84ef8bbc31dc71c3e257fab3a9c6def84764bcea88f901bcc99314ec4
|
7
|
+
data.tar.gz: 8360fb9c4097c5ed22230cdd4def185becdfa922fb16a240e3359c3eb4bc064e25edef33d1d486d7b6b89cd35d20f46992e2d998582c16c5c457f0ae692a61d7
|
data/billit_representers.gemspec
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
Gem::Specification.new do |gem|
|
2
2
|
gem.name = 'billit_representers'
|
3
|
-
gem.version = '0.8.
|
4
|
-
gem.date = '2014-
|
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 :
|
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.
|
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-
|
11
|
+
date: 2014-03-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: roar
|