billit_representers 0.7.0 → 0.7.1

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: 101f186e9e1f86689c942802a40d1977dffe4e27
4
- data.tar.gz: 191272f056f13878fda0995521597a03e2256d19
3
+ metadata.gz: dd8297ab6d0232155bddcda58874c97cc0398d1a
4
+ data.tar.gz: 40fbf6e335b5b6ac5a671af13866f6f647cf3a50
5
5
  SHA512:
6
- metadata.gz: e51860e2a737a4d1af25052d0641d7c7512b07e57588072a55e53d3f5ea5569f5c47e555d99118d815199a1ab096782a9bc228bd875dab663c58aa3084f7e7bd
7
- data.tar.gz: f51991d41993fd75da9f06f4fb7da5bb6bda9250c37e9d2750fd617fc8a158d7b5aa6b8ef778d7cf4b7cd283b3f8f25ddd6a8a97965eb044b6110434461e699b
6
+ metadata.gz: 8f168267ffc7cc8dc984e2b5a0c33c3b64d665eeeca87be308524c4b5b8c616e0790ec35e21cd7b111224abace97465f645129b0e2ffd3fa01b925ae025a0534
7
+ data.tar.gz: 7d5a6b86488da0df5cd86aef6f896f0c0d350369ad680db56555b4b667112170e3d219e17fa5dc808a1c32fda15364b33e365412951a26fcc3f8ad9bc7f86c3f
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |gem|
2
2
  gem.name = 'billit_representers'
3
- gem.version = '0.7.0'
3
+ gem.version = '0.7.1'
4
4
  gem.date = '2013-12-30'
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)."
@@ -1,14 +1,11 @@
1
- require 'roar/representer/feature/hypermedia'
1
+ require 'roar/representer'
2
2
  require 'roar/representer/feature/http_verbs'
3
3
  require 'roar/representer/feature/client'
4
+ require 'roar/representer/json/hal'
4
5
  require 'active_model'
5
- # require 'roar/rails/hal'
6
- # require 'roar/representer/json/hal'
7
- require 'billit_representers/representers/paperwork_representer'
8
6
 
9
7
  module Billit
10
8
  module BillRepresenter
11
- # include Roar::Representer
12
9
  include Roar::Representer::JSON::HAL
13
10
 
14
11
  module Initializer
@@ -1,15 +1,10 @@
1
- require 'roar'
2
1
  require 'roar/representer'
3
- require 'roar/representer/feature/hypermedia'
4
2
  require 'roar/representer/feature/http_verbs'
5
3
  require 'roar/representer/feature/client'
6
- require 'active_model'
7
- # require 'roar/rails/hal'
8
- # require 'roar/representer/json/hal'
4
+ require 'roar/representer/json/hal'
9
5
 
10
6
  module Billit
11
7
  module PaperworkRepresenter
12
- # include Roar::Representer
13
8
  include Roar::Representer::JSON::HAL
14
9
 
15
10
  module Initializer
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: billit_representers
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.0
4
+ version: 0.7.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marcel Augsburger