billit_representers_argentina 0.9.12 → 0.9.13

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: b8be5e654f4a8a4f9ab2d487493fcfd2638f05dd
4
- data.tar.gz: c7ea98673a09d4047fd5dc032a27a2a0b672405c
3
+ metadata.gz: 1a4650d3a797ce5a8e1ebec25c8f9b1911f2c270
4
+ data.tar.gz: 0c3f2a87fbc1f90cfb1f0ba7a3ff7f73cb87a7ba
5
5
  SHA512:
6
- metadata.gz: 74556cf75cf95b55039e0a6246bf3cdc8c230830068aae9151888213cfc3a510c13387d60bdf0db3023587eb4f66f4741ac4bc9579b11fb25edb4aec6c29d44d
7
- data.tar.gz: 6645b3cf9f511a8988d46f2d33db73bdf9077da9f41dd7702fefb7829b684fd70cb87d244af64babfd6e2ab3b7f3b595fa52019f1fa2a374278bac3a7f72ec76
6
+ metadata.gz: 8aa63f8802e23eb27d628b34e816f35f6153e4e765c9b05119604e7025c8491c568bab5c77bab082f09c44ce4e3ee2e904250cc03ecaea89f68171c74de151a7
7
+ data.tar.gz: bbea09048ac3986665039e007294ab38882a0e19a94303044462e4ec15bede3bf7647ae1bbe543a05d9278a3d7db4cc7246a634068c1129da710328574bda74e
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |gem|
2
2
  gem.name = 'billit_representers_argentina'
3
- gem.version = '0.9.12'
4
- gem.date = '2014-07-03'
3
+ gem.version = '0.9.13'
4
+ gem.date = '2014-07-07'
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", "Martín Szyszlican"]
@@ -51,6 +51,7 @@ module Billit
51
51
  property :publish_date
52
52
  property :abstract
53
53
  property :tags
54
+ property :project_type
54
55
 
55
56
  link :self do
56
57
  bill_url(self.uid)
@@ -68,6 +68,7 @@ module Billit
68
68
  property :publish_date
69
69
  property :abstract
70
70
  property :tags
71
+ property :project_type
71
72
 
72
73
  collection :paperworks, extend: Billit::PaperworkRepresenter, class: lambda { |x, *| Object.const_defined?("Paperwork") ? Paperwork : BillitPaperwork }
73
74
  collection :priorities, extend: Billit::PriorityRepresenter, class: lambda { |x, *| Object.const_defined?("Priority") ? Priority : BillitPriority }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: billit_representers_argentina
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.12
4
+ version: 0.9.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marcel Augsburger
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-07-03 00:00:00.000000000 Z
12
+ date: 2014-07-07 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: roar