fech 1.5.1 → 1.5.2

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.
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- fech (1.5.1)
4
+ fech (1.5.2)
5
5
  ensure-encoding
6
6
  fastercsv
7
7
  people
@@ -299,7 +299,7 @@ module Fech
299
299
  end
300
300
 
301
301
  def filing_url
302
- "http://query.nictusa.com/dcdev/posted/#{filing_id}.fec"
302
+ "http://docquery.fec.gov/dcdev/posted/#{filing_id}.fec"
303
303
  end
304
304
 
305
305
  # Iterates over and yields the Filing's lines
@@ -1,7 +1,7 @@
1
1
  module Fech
2
2
  class SenateFiling < Filing
3
3
  def filing_url
4
- "http://query.nictusa.com/senate/posted/#{filing_id}.fec"
4
+ "http://docquery.fec.gov/senate/posted/#{filing_id}.fec"
5
5
  end
6
6
  end
7
7
  end
@@ -1,3 +1,3 @@
1
1
  module Fech
2
- VERSION = "1.5.1"
2
+ VERSION = "1.5.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fech
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.1
4
+ version: 1.5.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -12,7 +12,7 @@ authors:
12
12
  autorequire:
13
13
  bindir: bin
14
14
  cert_chain: []
15
- date: 2013-11-19 00:00:00.000000000 Z
15
+ date: 2013-12-03 00:00:00.000000000 Z
16
16
  dependencies:
17
17
  - !ruby/object:Gem::Dependency
18
18
  name: fastercsv
@@ -338,7 +338,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
338
338
  version: '0'
339
339
  segments:
340
340
  - 0
341
- hash: 1637829281491891125
341
+ hash: -3346802574415740014
342
342
  required_rubygems_version: !ruby/object:Gem::Requirement
343
343
  none: false
344
344
  requirements:
@@ -347,7 +347,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
347
347
  version: '0'
348
348
  segments:
349
349
  - 0
350
- hash: 1637829281491891125
350
+ hash: -3346802574415740014
351
351
  requirements: []
352
352
  rubyforge_project: fech
353
353
  rubygems_version: 1.8.25