billit_representers 0.3.2 → 0.3.3

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 ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 5d19fc5d82f76fcb56dc32a52ae2624fb82bb3f2
4
+ data.tar.gz: 16bdd8aeb2a446dcbd2578fd57c3367a56727af3
5
+ SHA512:
6
+ metadata.gz: 13d3188196c713518f371ddd45c1a16896648b9b3c6b15c5357f1b42aa68d57dcd08cb55c17ce5770d9cdbcdaace66269fae1e5f3dbabe37c18a54ad26a1d932
7
+ data.tar.gz: b185cb01b6a5023bc9d12f8bd90af76eb1ff9d94a2447a6a3f63ec9b9acac49de023977bda5b0229e7c5cbf29a750e7588df6cd8179af0d1490c02de5e7c3291
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |gem|
2
2
  gem.name = 'billit_representers'
3
- gem.version = '0.3.2'
4
- gem.date = '2013-07-10'
3
+ gem.version = '0.3.3'
4
+ gem.date = '2013-08-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"]
@@ -1,4 +1,5 @@
1
1
  require 'roar/representer/json'
2
+ require 'billit_representers/representers/bill_representer'
2
3
 
3
4
  module Billit
4
5
  module BillCollectionPageRepresenter
@@ -20,7 +20,7 @@ module Billit
20
20
  property :matters
21
21
  property :authors
22
22
  property :publish_date
23
- property :summary
23
+ property :abstract
24
24
  property :tags
25
25
 
26
26
  property :events
metadata CHANGED
@@ -1,30 +1,27 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: billit_representers
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.2
5
- prerelease:
4
+ version: 0.3.3
6
5
  platform: ruby
7
6
  authors:
8
7
  - Marcel Augsburger
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2013-07-10 00:00:00.000000000 Z
11
+ date: 2013-08-16 00:00:00.000000000 Z
13
12
  dependencies:
14
13
  - !ruby/object:Gem::Dependency
15
14
  name: roar
16
15
  requirement: !ruby/object:Gem::Requirement
17
- none: false
18
16
  requirements:
19
- - - ! '>='
17
+ - - '>='
20
18
  - !ruby/object:Gem::Version
21
19
  version: '0'
22
20
  type: :runtime
23
21
  prerelease: false
24
22
  version_requirements: !ruby/object:Gem::Requirement
25
- none: false
26
23
  requirements:
27
- - - ! '>='
24
+ - - '>='
28
25
  - !ruby/object:Gem::Version
29
26
  version: '0'
30
27
  description: Representers for the bill-it module of the Poplus project. These provide
@@ -44,26 +41,25 @@ files:
44
41
  - lib/billit_representers/representers/bill_representer.rb
45
42
  homepage: https://github.com/ciudadanointeligente/billit_representers
46
43
  licenses: []
44
+ metadata: {}
47
45
  post_install_message:
48
46
  rdoc_options: []
49
47
  require_paths:
50
48
  - lib
51
49
  required_ruby_version: !ruby/object:Gem::Requirement
52
- none: false
53
50
  requirements:
54
- - - ! '>='
51
+ - - '>='
55
52
  - !ruby/object:Gem::Version
56
53
  version: '0'
57
54
  required_rubygems_version: !ruby/object:Gem::Requirement
58
- none: false
59
55
  requirements:
60
- - - ! '>='
56
+ - - '>='
61
57
  - !ruby/object:Gem::Version
62
58
  version: '0'
63
59
  requirements: []
64
60
  rubyforge_project:
65
- rubygems_version: 1.8.24
61
+ rubygems_version: 2.0.3
66
62
  signing_key:
67
- specification_version: 3
63
+ specification_version: 4
68
64
  summary: Representers for the bill-it module of the Poplus project.
69
65
  test_files: []