fbo 0.1.0 → 0.1.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: f7da92f700f183764c8e4964b1b3f8c68f2cea39
4
- data.tar.gz: cc5fb5d1eeef566f49ca7481aba104f977ead804
3
+ metadata.gz: 938f95ed22c71da91bf9582a430fd0598e7d5aba
4
+ data.tar.gz: b653b7d2c6212a955154c956c08ceeb1ddeb1f41
5
5
  SHA512:
6
- metadata.gz: 81cefd851decaefb1e611a0ca7509e9ced5e942eaab3797fa268117d23f5d4eb2b08682a27811699b9ed3fbc4786e4deec0a5c67d445f2a7a7108204c42a139d
7
- data.tar.gz: 1ebca32362436a4b6737c00eb05c04c3f1cba34d777d45f5dc1458c36ea8acbba3469afc524d28e3b0a116528c75e8e1326b7132a6796d381d2bc5f45c140fb3
6
+ metadata.gz: 7366ea869f51591cdf264c3412d9d85725356d94c4aab7a58852f6a65be08b4fe78974bcc19984070dfbac0abfd2a4e120279baa612fa091c7527a427c325328
7
+ data.tar.gz: 719b8a8624b7922fe93299a8439da06392524f066c98a15f39b2b6c80bd10d1fb32a41955d6ed9ffaa24585982a87a12be106ac5a34e00396d7104f07493ad4b
@@ -148,9 +148,9 @@ module FBO
148
148
  date / year / zip / agency / office / location / classcod / naics /
149
149
  offadd / subject / solnbr / respdate / contact / desc / link / url /
150
150
  setaside / popcountry / popzip / popaddress / archdate / ntype / awdnbr /
151
- awdamt / linenbr / awardee / awardee_duns / awddate / email /
151
+ awdamt / linenbr / awardee_duns / awardee / awddate / email /
152
152
  email_address / stauth / foja / donbr / cbac / password / projid /
153
- uploadtype / filelist / file / mimetype / correction
153
+ uploadtype / filelist / file / mimetype / correction / modnbr
154
154
  end
155
155
 
156
156
  rule date
@@ -13,7 +13,6 @@ module FBO
13
13
  def parse(data = nil)
14
14
  data ||= @file.contents
15
15
 
16
- puts "Class = #{ data.class.name }"
17
16
  if data.respond_to? :each
18
17
  @tree = parse_collection(data)
19
18
  else
@@ -1,3 +1,3 @@
1
1
  module FBO
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fbo
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Kottom
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-10-20 00:00:00.000000000 Z
11
+ date: 2013-10-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: treetop