iaa 0.1.1 → 0.2.0

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.
data/lib/iaa/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module IAA
2
- VERSION = "0.1.1"
2
+ VERSION = "0.2.0"
3
3
  end
data/lib/iaa.rb CHANGED
@@ -8,4 +8,9 @@ require 'form_7600a'
8
8
  require 'form_7600b'
9
9
 
10
10
  module IAA
11
+ module Util
12
+ def self.get_path(path)
13
+ File.join(File.dirname(File.expand_path(__FILE__)), "../#{path}")
14
+ end
15
+ end
11
16
  end
@@ -144,20 +144,14 @@
144
144
  "value": null
145
145
  },
146
146
  {
147
- "name": "RESET FORM",
148
- "options": null,
149
- "type": "Button",
150
- "value": null
151
- },
152
- {
153
- "name": "GT&C #",
147
+ "name": "gt_and_c_number",
154
148
  "attribute_name": "gt_and_c_number",
155
149
  "options": null,
156
150
  "type": "Text",
157
151
  "value": null
158
152
  },
159
153
  {
160
- "name": "Mod #",
154
+ "name": "mod_number",
161
155
  "attribute_name": "mod_number",
162
156
  "options": null,
163
157
  "type": "Text",
@@ -227,7 +221,7 @@
227
221
  "value": "1"
228
222
  },
229
223
  {
230
- "name": "General Explanation Overhead Fees & Charges",
224
+ "name": "general_explanation_overhead_fees_and_charges",
231
225
  "attribute_name": "general_explanation_overhead_fees_and_charges",
232
226
  "options": null,
233
227
  "type": "Text",
@@ -364,7 +358,7 @@
364
358
  "attribute_name": "servicing_agency_email_address",
365
359
  "options": null,
366
360
  "type": "Text",
367
- "value": "phaedra.chrousos@gsa.gov"
361
+ "value": ""
368
362
  },
369
363
  {
370
364
  "name": "Requesting Agency Approval Date",
@@ -1,10 +1,4 @@
1
1
  [
2
- {
3
- "name": "RESET FORM",
4
- "type": "Button",
5
- "value": null,
6
- "options": null
7
- },
8
2
  {
9
3
  "name": "Requesting Agency Office Name",
10
4
  "attribute_name": "requesting_agency_office_name",
@@ -305,21 +299,21 @@
305
299
  "options": null
306
300
  },
307
301
  {
308
- "name": "GT&C #",
302
+ "name": "gt_and_c_number1",
309
303
  "attribute_name": "gt_and_c_number",
310
304
  "type": "Text",
311
305
  "value": null,
312
306
  "options": null
313
307
  },
314
308
  {
315
- "name": "Order #",
309
+ "name": "order_number1",
316
310
  "attribute_name": "order_number",
317
311
  "type": "Text",
318
312
  "value": null,
319
313
  "options": null
320
314
  },
321
315
  {
322
- "name": "Mod #",
316
+ "name": "mod_number1",
323
317
  "attribute_name": "mod_number",
324
318
  "type": "Text",
325
319
  "value": null,
@@ -358,7 +352,10 @@
358
352
  "attribute_name": "requesting_agency_sp",
359
353
  "type": "Text",
360
354
  "value": null,
361
- "options": null
355
+ "options": null,
356
+ "validations": [
357
+ {"max_length": 2}
358
+ ]
362
359
  },
363
360
  {
364
361
  "name": "Requesting Agency ATA",
@@ -606,7 +603,7 @@
606
603
  "options": null
607
604
  },
608
605
  {
609
- "name": "Overhead Fees & Charges",
606
+ "name": "overhead_fees_and_charges",
610
607
  "attribute_name": "overhead_fees_and_charges",
611
608
  "type": "Text",
612
609
  "value": null,
@@ -958,7 +955,7 @@
958
955
  "name": "Program Officials Servicing Agency Email Address",
959
956
  "attribute_name": "program_officials_servicing_agency_email_address",
960
957
  "type": "Text",
961
- "value": "phaedra.chrousos@gsa.gov",
958
+ "value": "",
962
959
  "options": null
963
960
  },
964
961
  {
@@ -1014,7 +1011,7 @@
1014
1011
  "name": "Funding Officials Servicing Agency Name",
1015
1012
  "attribute_name": "funding_officials_servicing_agency_name",
1016
1013
  "type": "Text",
1017
- "value": "Robin Short",
1014
+ "value": "",
1018
1015
  "options": null
1019
1016
  },
1020
1017
  {
@@ -1042,7 +1039,7 @@
1042
1039
  "name": "Funding Officials Servicing Agency Email Address",
1043
1040
  "attribute_name": "funding_officials_servicing_agency_email_address",
1044
1041
  "type": "Text",
1045
- "value": "robin.short@gsa.gov",
1042
+ "value": "",
1046
1043
  "options": null
1047
1044
  },
1048
1045
  {
@@ -1336,7 +1333,7 @@
1336
1333
  "name": "Additional POC Servicing Agency Email Address1",
1337
1334
  "attribute_name": "additional_point_of_contact_servicing_agency_email_address1",
1338
1335
  "type": "Text",
1339
- "value": "patrick.bateman@gsa.gov",
1336
+ "value": "",
1340
1337
  "options": null
1341
1338
  },
1342
1339
  {
data/lib/pdfs/7600A.pdf CHANGED
Binary file
data/lib/pdfs/7600B.pdf CHANGED
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: iaa
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alan deLevie
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: exe
11
11
  cert_chain: []
12
- date: 2015-06-23 00:00:00.000000000 Z
12
+ date: 2015-06-29 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: pdf-forms