campaign_cash 2.9.1 → 2.9.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 670b760bf811a08f183288259ac62d3b9e1875c0
4
- data.tar.gz: ebd83be0bb7823016e50a1a88bbcc3a96d66fd7c
3
+ metadata.gz: 5baccbb337e9de5c299ce5ed2a5bbe8086ad6cb4
4
+ data.tar.gz: 86786d55797b6cbe3f2eed169a062dd8b0a27526
5
5
  SHA512:
6
- metadata.gz: f91b11094a5b16ea8aea8a678f1b76820633c106a937388c3411a3d695564bbdad09edfc1e0ac09b648d100694d32030a05400d50b62fdb03c2bc413b4ef5f5b
7
- data.tar.gz: c17311ef3bb620aa8c668dd62ed936a70278e8ec809d7b48adba68dd5417b9aac687dddabf3315eab0876ad2be7c0c8546b6a2b0ab6ba3b1306a96be5cb56b0f
6
+ metadata.gz: 27c5b5014af1b060716bd8d63aac1130b164216d23b25a677a4ef425d0d2cf64ef5d1a10048bab35e292b7ea873f3fb380ae88dcae5c81096cb4caba6b60df55
7
+ data.tar.gz: 91f916921482b1f1f8f74ef8480a5d2aa76275ff999a4eaa46fbfb9f84d0b8a82c98ba7c1ad498344f75b64c038efb4301da1a5fadf1ab26e3a91d1e834cbe83
@@ -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
+ * Sept. 14, 2015: Version 2.9.2 released. Bug fix for Filing#today.
15
16
  * July 28, 2015: Version 2.9.1 released. Patch for Committee#filings
16
17
  * July 24, 2015: Version 2.9 released. Made Filing#search cycle-specific.
17
18
  * June 15, 2015: Version 2.8.1 released. Bumped cycle to 2016 and fixed tests.
@@ -16,7 +16,7 @@ module CampaignCash
16
16
  date_coverage_to: date_parser(params['date_coverage_to']),
17
17
  date_filed: date_parser(params['date_filed']),
18
18
  committee: parse_committee(params['committee']),
19
- report_title: params['report_title'].strip,
19
+ report_title: params['report_title'],
20
20
  fec_uri: params['fec_uri'],
21
21
  amended: params['amended'],
22
22
  amended_uri: params['amended_uri'],
@@ -1,3 +1,3 @@
1
1
  module CampaignCash
2
- VERSION = "2.9.1"
2
+ VERSION = "2.9.2"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: campaign_cash
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.9.1
4
+ version: 2.9.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Derek Willis
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-07-29 00:00:00.000000000 Z
11
+ date: 2015-09-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: json
@@ -140,3 +140,4 @@ test_files:
140
140
  - test/campaign_cash/test_late_contribution.rb
141
141
  - test/campaign_cash/test_president.rb
142
142
  - test/test_helper.rb
143
+ has_rdoc: