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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5ee18bd7818572112bdf4f432addfdf9b92b4f7b668615aa892f69415a61b6da
4
- data.tar.gz: 7dedc8936f70be2bbf9895dd55ab7f1fd8a3233b6fe618a588a76f85699344c3
3
+ metadata.gz: 8d4d07aa4a697c7a47bf59d364a1e371d65a4864ff23600d6af17aa3159a92fc
4
+ data.tar.gz: d7c585196a4ca2b3eac3b166e121e7d0756040d9e293cbe784317a859bad1a90
5
5
  SHA512:
6
- metadata.gz: b6a531cfd9d39703efcf5c8c9c3a8c53cf91d9f37bf43e7258b7f1bca2f8a9a7cca4792a2b10d460a62c606eba8dac9a3fea53dacd972ec042d20b0df6e7e8d1
7
- data.tar.gz: 8ee15efdd7e79e57b2860a21ed5dc4d2d2aa9cb067683593e1ed97baafd4320c5f615092f4f8e4b2324273f104dd2bb36de94034b44135a6c3a026a4f6c62cb8
6
+ metadata.gz: c38a6d579af7a67d84208f9f3e7ce789230e224bd5988b11c77afca4b3f64daa8e245b1f6473734c517464635f608a32c07ef82ee9b08993503b9f6d22961569
7
+ data.tar.gz: 1dc2a3f2e8b394d0ce20dd0368f363036e331805463b1cf5d4a3c1da2763d86291ce767cffea241bacaac345221b7dc371dca5b3b77aa7c58c54455ab936fbb0
data/.gitignore CHANGED
@@ -7,4 +7,5 @@
7
7
  /spec/reports/
8
8
  /tmp/
9
9
  /*.gem
10
+ /old-versions/*.gem
10
11
  .DS_Store
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- propublica-nonprofits (0.3.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.0)
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)
@@ -0,0 +1,7 @@
1
+ #!/bin/sh
2
+
3
+ mkdir -p old-versions
4
+ mv *.gem old-versions
5
+
6
+ bundle exec gem build *.gemspec
7
+ bundle exec gem push *.gem
@@ -1,5 +1,5 @@
1
1
  module Propublica
2
2
  module Nonprofits
3
- VERSION = "0.3.0"
3
+ VERSION = "0.4.0"
4
4
  end
5
5
  end
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.3.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: 2019-11-19 00:00:00.000000000 Z
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.0.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: []