fec_results 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -217,7 +217,7 @@ module FecResults
217
217
  next if candidate['LAST NAME, FIRST'].blank?
218
218
  c = {:year => year}
219
219
  c[:chamber] = "P"
220
- c[:date] = Date.parse(candidate['GENERAL ELECTION DATE'])
220
+ c[:date] = Date.parse(candidate['PRIMARY DATE'])
221
221
  c[:state] = candidate['STATE ABBREVIATION']
222
222
  c[:party] = candidate['PARTY']
223
223
  c[:incumbent] = false
@@ -1,3 +1,3 @@
1
1
  module FecResults
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fec_results
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-11-14 00:00:00.000000000 Z
12
+ date: 2013-11-15 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler
@@ -110,7 +110,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
110
110
  version: '0'
111
111
  segments:
112
112
  - 0
113
- hash: 363605388240789509
113
+ hash: -4607324779454321329
114
114
  required_rubygems_version: !ruby/object:Gem::Requirement
115
115
  none: false
116
116
  requirements:
@@ -119,7 +119,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
119
119
  version: '0'
120
120
  segments:
121
121
  - 0
122
- hash: 363605388240789509
122
+ hash: -4607324779454321329
123
123
  requirements: []
124
124
  rubyforge_project:
125
125
  rubygems_version: 1.8.25