billit_representers 0.9.4 → 0.9.5
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: 0164e56cf9dfcea9b32054c2f7cc897a477897a4
|
4
|
+
data.tar.gz: 499908ef0d51cdd9cbf43eeb31150511cbd60e2c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f1c55a078792f5b459c95ff06daaa7dcb8454d19ea0c3f8ad510205e0bced99239a00b5180161f5e740c9b9e128acf9e465e2522dca91abd0abe3fdcd2877e1d
|
7
|
+
data.tar.gz: 8a6102ff3a8c9317d0f9323ceb92124c4bde6855053f989b7ac58bac797437e1e9e8a108a5da5aa2181368d0762ba4376e7823ef596632e3842b4ec2fa56757a
|
data/billit_representers.gemspec
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
Gem::Specification.new do |gem|
|
2
2
|
gem.name = 'billit_representers'
|
3
|
-
gem.version = '0.9.
|
3
|
+
gem.version = '0.9.5'
|
4
4
|
gem.date = '2014-05-15'
|
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)."
|
@@ -32,17 +32,17 @@ module Billit
|
|
32
32
|
end
|
33
33
|
|
34
34
|
property :uid
|
35
|
-
property :short_uid
|
35
|
+
property :short_uid
|
36
36
|
property :title
|
37
37
|
property :creation_date
|
38
38
|
property :source
|
39
39
|
property :initial_chamber
|
40
|
-
property :current_priority
|
40
|
+
property :current_priority
|
41
41
|
property :stage
|
42
42
|
property :sub_stage
|
43
43
|
property :status
|
44
44
|
property :resulting_document
|
45
|
-
property :law_id
|
45
|
+
property :law_id
|
46
46
|
property :merged_bills
|
47
47
|
property :subject_areas
|
48
48
|
property :authors
|