fech 0.9.0 → 0.9.1

Sign up to get free protection for your applications and to get access to all the features.
data/README.rdoc CHANGED
@@ -10,7 +10,7 @@ Fech supports several FEC form types, including all F1 (statements of organizati
10
10
 
11
11
  == News
12
12
 
13
- * Feb. 21, 2012: Version 0.9.0 released. Added support for alternative CSV Parsers, F4 filings.
13
+ * Feb. 21, 2012: Versions 0.9.0, 0.9.1 released. Added support for alternative CSV Parsers, F4 filings.
14
14
  * Feb. 19, 2012: Version 0.8.2 released. Added layouts for F1M and F2 filings.
15
15
  * Feb. 15, 2012: Version 0.8.1 released. Bug-fix to support F3 termination filings.
16
16
  * Feb. 13, 2012: Version 0.8.0 released. Layouts for form 3 and form 1 added, for parsing House candidate committee filings.
data/lib/fech/filing.rb CHANGED
@@ -20,7 +20,7 @@ module Fech
20
20
  @download_dir = opts[:download_dir] || Dir.tmpdir
21
21
  @translator = Fech::Translator.new(:include => opts[:translate])
22
22
  @quote_char = opts[:quote_char] || '"'
23
- @csv_parser = opts[:csv_parse] || Fech::Csv
23
+ @csv_parser = opts[:csv_parser] || Fech::Csv
24
24
  end
25
25
 
26
26
  # Saves the filing data from the FEC website into the default download
data/lib/fech/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Fech
2
- VERSION = "0.9.0"
2
+ VERSION = "0.9.1"
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: 59
4
+ hash: 57
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 9
9
- - 0
10
- version: 0.9.0
9
+ - 1
10
+ version: 0.9.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Michael Strickland