campaign_cash 2.6.1 → 2.6.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.
- data/README.rdoc +1 -0
- data/lib/campaign_cash/base.rb +1 -1
- data/lib/campaign_cash/version.rb +1 -1
- metadata +3 -3
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
|
+
* July 22, 2013: Version 2.6.2 released. Changed current cycle to 2014.
|
|
15
16
|
* April 10, 2013: Version 2.6.1 released. Fixed bad attribute name for Filing#filing_id.
|
|
16
17
|
* April 9, 2013: Version 2.6 released. Added missing attribute accessors to Filing objects.
|
|
17
18
|
* April 9, 2013: Version 2.5.1 released. Fixed a bug that showed committee_name in Filing objects as nil.
|
data/lib/campaign_cash/base.rb
CHANGED
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.2
|
|
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-
|
|
12
|
+
date: 2013-07-22 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: json
|
|
@@ -134,7 +134,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
134
134
|
version: 1.3.6
|
|
135
135
|
requirements: []
|
|
136
136
|
rubyforge_project: campaign_cash
|
|
137
|
-
rubygems_version: 1.8.
|
|
137
|
+
rubygems_version: 1.8.25
|
|
138
138
|
signing_key:
|
|
139
139
|
specification_version: 3
|
|
140
140
|
summary: Following the money.
|