propublica-nonprofits 0.3.0 → 0.4.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.gitignore +1 -0
- data/Gemfile.lock +2 -2
- data/bin/build-and-publish-gem +7 -0
- data/lib/propublica/nonprofits/version.rb +1 -1
- metadata +7 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8d4d07aa4a697c7a47bf59d364a1e371d65a4864ff23600d6af17aa3159a92fc
|
4
|
+
data.tar.gz: d7c585196a4ca2b3eac3b166e121e7d0756040d9e293cbe784317a859bad1a90
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c38a6d579af7a67d84208f9f3e7ce789230e224bd5988b11c77afca4b3f64daa8e245b1f6473734c517464635f608a32c07ef82ee9b08993503b9f6d22961569
|
7
|
+
data.tar.gz: 1dc2a3f2e8b394d0ce20dd0368f363036e331805463b1cf5d4a3c1da2763d86291ce767cffea241bacaac345221b7dc371dca5b3b77aa7c58c54455ab936fbb0
|
data/.gitignore
CHANGED
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
propublica-nonprofits (0.
|
4
|
+
propublica-nonprofits (0.4.0)
|
5
5
|
faraday
|
6
6
|
json
|
7
7
|
|
@@ -16,7 +16,7 @@ GEM
|
|
16
16
|
faraday (0.15.4)
|
17
17
|
multipart-post (>= 1.2, < 3)
|
18
18
|
hashdiff (1.0.0)
|
19
|
-
json (2.1
|
19
|
+
json (2.3.1)
|
20
20
|
method_source (0.9.0)
|
21
21
|
minitest (5.11.3)
|
22
22
|
minitest-line (0.6.5)
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: propublica-nonprofits
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.4.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ricky Chilcott
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2020-07-29 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -151,6 +151,7 @@ files:
|
|
151
151
|
- LICENSE.txt
|
152
152
|
- README.md
|
153
153
|
- Rakefile
|
154
|
+
- bin/build-and-publish-gem
|
154
155
|
- bin/console
|
155
156
|
- bin/setup
|
156
157
|
- bin/test
|
@@ -167,7 +168,7 @@ homepage: https://github.com/Rakefire/propublica-nonprofits
|
|
167
168
|
licenses:
|
168
169
|
- MIT
|
169
170
|
metadata: {}
|
170
|
-
post_install_message:
|
171
|
+
post_install_message:
|
171
172
|
rdoc_options: []
|
172
173
|
require_paths:
|
173
174
|
- lib
|
@@ -182,8 +183,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
182
183
|
- !ruby/object:Gem::Version
|
183
184
|
version: '0'
|
184
185
|
requirements: []
|
185
|
-
rubygems_version: 3.
|
186
|
-
signing_key:
|
186
|
+
rubygems_version: 3.1.2
|
187
|
+
signing_key:
|
187
188
|
specification_version: 4
|
188
189
|
summary: Ruby wrapper for the Propublica Nonprofits API https://projects.propublica.org/nonprofits/api/v2
|
189
190
|
test_files: []
|