popit_representers 0.0.5 → 0.0.6

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: 18be13f990f64ccc4924f858959eed472b6ed979
4
- data.tar.gz: 9397274ba59b8bc99c97b5a64893540a671ae96f
3
+ metadata.gz: 5ac9adcd57142004bc0161907205c8a4f9c8a99a
4
+ data.tar.gz: 2de578edaf30d35001fdb9f0eb4c8255277a22bd
5
5
  SHA512:
6
- metadata.gz: 3e4bdefafe2ece3fd6632943d543641cc2ef1fed9a73ebc1c94298ed987c41058083d39b0770902849aba318f12516819c8696f0c2289225050aed2d1921f947
7
- data.tar.gz: fcda5bd45e355a65f7a61e05e2fbac8fbf3906d9c2cbecbd7aeb5855e9a6dae4d3d538bb7a821bc849bbda5f330cee5bad05912185ac7c8e1f87b45496045d36
6
+ metadata.gz: 7b35cceff83997e802e52bc7891b7110cff3b096cd4090ac0ac5a4e5b10016a2782746817bc9cb02ed41ce58ddca449f8a57c336b0bdff37fa75a8a2db717162
7
+ data.tar.gz: 6baf6dfa1e61d354954203d28c4bbdb026b5708f15744d2791d131837eee5c96f3a56bcc6bc0ad72e48695a71612b9c7d742a5753320ed601ef52b77ba0bdd76
@@ -27,10 +27,10 @@ module Popit
27
27
  # items extend: PersonRepresenter, class: PopitPerson
28
28
  # self.representation_wrap= :result
29
29
 
30
- collection :result, :extend => PersonRepresenter, :class => PopitPerson
30
+ collection :result, :extend => PersonRepresenter, :class => PopitPerson#, as: :persons
31
31
 
32
32
  def persons
33
- collect
33
+ self.result
34
34
  end
35
35
  end
36
36
  end
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |gem|
2
2
  gem.name = 'popit_representers'
3
- gem.version = '0.0.5'
3
+ gem.version = '0.0.6'
4
4
  gem.date = '2013-12-09'
5
5
  gem.summary = "Representers for the pop-it module of the Poplus project."
6
6
  gem.description = "Representers for the pop-it module of the Poplus project. These provide object-like access to remote data, using Resource-Oriented Architectures in Ruby (ROAR)."
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: popit_representers
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marcel Augsburger