billit_representers_argentina 0.9.10 → 0.9.11

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: cf6c12cd84bf37c47d44253601fb5de880eceb92
4
- data.tar.gz: e00d78686c9139f816a92d63c833fefceec862ec
3
+ metadata.gz: 73cc5fdff1cf8c019bb428f35481d3b37b9e8ee5
4
+ data.tar.gz: 95e09ae18edfe209871bf8e4dd2362e67ef860c9
5
5
  SHA512:
6
- metadata.gz: a23ea8bd574fb6985f8363669e69e861ed5ad305e489af931d9f4de493e6b04b72902d987c34d969c6fb75a0f19b17f85c646970437080e52d6b74b7f0d08b49
7
- data.tar.gz: ab1fade18eb3a6d64ec7011ca152464166e8c4601e0486165787f4603634a99239c7f9fc54ca90dacbea0462d3636b28e5d36e78791d840b7615050e352fa9b1
6
+ metadata.gz: 128e9a1fd64dea68cd94f60d970838f5ae22a92bccb7dd174bf87f0fc68067b07284bd0b76359a79d7879b3e68a8be510d7cc7999df43fc03e188ef708d3ab89
7
+ data.tar.gz: 5f58a3dc99f1b6851cf6fe1b59f5221a1832761d47202a74b512c70bf5632993906102c7bf3b43109fb7d5e0d3be3674f1024bc1c39a9f6fdcf253295bb9a531
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |gem|
2
2
  gem.name = 'billit_representers_argentina'
3
- gem.version = '0.9.10'
3
+ gem.version = '0.9.11'
4
4
  gem.date = '2014-07-03'
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)."
@@ -29,6 +29,7 @@ module Billit
29
29
  klass.validates :stage, inclusion: { in: @@stage_valid_values }
30
30
  klass.validates :initial_chamber, inclusion: { in: @@initial_chamber_valid_values }
31
31
  klass.validates :current_priority, inclusion: { in: @@current_priority_valid_values }
32
+ klass.validates :project_type, inclusion: { in: @@project_type_valid_values }
32
33
  end
33
34
 
34
35
  property :uid
@@ -38,6 +39,7 @@ module Billit
38
39
  property :source
39
40
  property :initial_chamber
40
41
  property :current_priority
42
+ property :proect_type
41
43
  property :stage
42
44
  property :sub_stage
43
45
  property :status
@@ -154,7 +156,14 @@ module Billit
154
156
  @@initial_chamber_valid_values =
155
157
  [
156
158
  'Diputados',
157
- 'Senadores'
159
+ 'Senado'
160
+ ]
161
+
162
+ @@project_type_valid_values =
163
+ [
164
+ 'Ley',
165
+ 'Resolución'
166
+ 'Declaración'
158
167
  ]
159
168
 
160
169
  @@current_priority_valid_values =
@@ -45,6 +45,7 @@ module Billit
45
45
  klass.validates :stage, inclusion: { in: @@stage_valid_values }
46
46
  klass.validates :initial_chamber, inclusion: { in: @@initial_chamber_valid_values }
47
47
  klass.validates :current_priority, inclusion: { in: @@current_priority_valid_values }
48
+ klass.validates :project_type, inclusion: { in: @@project_type_valid_values }
48
49
  end
49
50
 
50
51
  property :uid
@@ -55,6 +56,7 @@ module Billit
55
56
  property :initial_chamber
56
57
  property :current_priority
57
58
  property :stage
59
+ property :proect_type
58
60
  property :sub_stage
59
61
  property :status
60
62
  property :resulting_document
@@ -176,7 +178,14 @@ module Billit
176
178
  @@initial_chamber_valid_values =
177
179
  [
178
180
  'Diputados',
179
- 'Senadores'
181
+ 'Senado'
182
+ ]
183
+
184
+ @@project_type_valid_values =
185
+ [
186
+ 'Ley',
187
+ 'Resolución'
188
+ 'Declaración'
180
189
  ]
181
190
 
182
191
 
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.10
4
+ version: 0.9.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marcel Augsburger