campaign_cash 2.5.1 → 2.6

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
@@ -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 9, 2013: Version 2.6 released. Added missing attribute accessors to Filing objects.
15
16
  * April 9, 2013: Version 2.5.1 released. Fixed a bug that showed committee_name in Filing objects as nil.
16
17
  * Nov. 13, 2012: Version 2.5 released. Fixes a bug in Filing object attribute assignment.
17
18
  * July 19, 2012: Version 2.4 released. Updated for new API responses and to return integers and floats.
@@ -1,7 +1,9 @@
1
1
  module CampaignCash
2
2
  class Filing < Base
3
3
 
4
- attr_reader :committee_name, :date_coverage_from, :amended_uri, :fec_uri, :date_coverage_to, :committee, :report_title, :amended, :date_filed, :cycle, :form_type, :original_filing, :original_uri, :paper, :committee_type, :filing_id
4
+ attr_reader :committee_name, :date_coverage_from, :amended_uri, :fec_uri, :date_coverage_to, :committee, :report_title, :amended, :date_filed,
5
+ :cycle, :form_type, :original_filing, :original_uri, :paper, :committee_type, :filing_id, :receipts_total, :disbursements_total, :cash_on_hand,
6
+ :is_amendment
5
7
 
6
8
  def initialize(params={})
7
9
  params.each_pair do |k,v|
@@ -1,3 +1,3 @@
1
1
  module CampaignCash
2
- VERSION = "2.5.1"
2
+ VERSION = "2.6"
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.5.1
4
+ version: '2.6'
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: