campaign_cash 2.6 → 2.6.1

Sign up to get free protection for your applications and to get access to all the features.
data/README.rdoc CHANGED
@@ -12,6 +12,7 @@ Simple ruby wrapper for portions of The New York Times Campaign Finance API[http
12
12
 
13
13
  == News
14
14
 
15
+ * April 10, 2013: Version 2.6.1 released. Fixed bad attribute name for Filing#filing_id.
15
16
  * April 9, 2013: Version 2.6 released. Added missing attribute accessors to Filing objects.
16
17
  * April 9, 2013: Version 2.5.1 released. Fixed a bug that showed committee_name in Filing objects as nil.
17
18
  * Nov. 13, 2012: Version 2.5 released. Fixes a bug in Filing object attribute assignment.
@@ -23,7 +23,7 @@ module CampaignCash
23
23
  :original_uri => params['original_uri'],
24
24
  :paper => params['paper'],
25
25
  :form_type => params['form_type'],
26
- :filing_id => params['id'],
26
+ :filing_id => params['filing_id'],
27
27
  :committee_type => Committee.get_committee_type(params['committee_type']),
28
28
  :committee_name => params['committee_name'],
29
29
  :receipts_total => params['receipts_total'],
@@ -1,3 +1,3 @@
1
1
  module CampaignCash
2
- VERSION = "2.6"
2
+ VERSION = "2.6.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: campaign_cash
3
3
  version: !ruby/object:Gem::Version
4
- version: '2.6'
4
+ version: 2.6.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: