fech 0.9.7 → 0.9.8

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/README.rdoc CHANGED
@@ -10,11 +10,11 @@ Fech supports several FEC form types, including all F1 (statements of organizati
10
10
 
11
11
  Fech is an open source project of The New York Times, but contributions from anyone interested in working with F.E.C. filings are greatly appreciated.
12
12
 
13
- Latest version: 0.9.6
13
+ Latest version: 0.9.8
14
14
 
15
15
  == News
16
16
 
17
- * March 28, 2012: Version 0.9.7 released. Bug-fix to add support for F3XA form type.
17
+ * March 28, 2012: Version 0.9.8 released. Bug-fix to add support for F3XA form type.
18
18
  * March 23, 2012: Version 0.9.6 and 0.9.5 released. Bug-fixes for F6 mappings.
19
19
  * March 10, 2012: Version 0.9.4 released. Added support for F6 filings.
20
20
  * March 8, 2012: Version 0.9.3 released. Bug-fix for F2 & F24 mappings.
@@ -17,7 +17,7 @@ module FechUtils
17
17
  :f3s => /^f3s/i,
18
18
  :f3p31 => /^f3p31/i,
19
19
  :f3ps => /^f3ps/i,
20
- :f3x => /^f3x[an]/i,
20
+ :f3x => /(^f3x[an])/i,
21
21
  :f4 => /^f4[na]/i,
22
22
  :f5 => /^f5[na]/i,
23
23
  :f56 => /^f56/i,
data/lib/fech/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Fech
2
- VERSION = "0.9.7"
2
+ VERSION = "0.9.8"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fech
3
3
  version: !ruby/object:Gem::Version
4
- hash: 53
4
+ hash: 43
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 9
9
- - 7
10
- version: 0.9.7
9
+ - 8
10
+ version: 0.9.8
11
11
  platform: ruby
12
12
  authors:
13
13
  - Michael Strickland