propublica-nonprofits 0.4.0 → 0.4.1

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8d4d07aa4a697c7a47bf59d364a1e371d65a4864ff23600d6af17aa3159a92fc
4
- data.tar.gz: d7c585196a4ca2b3eac3b166e121e7d0756040d9e293cbe784317a859bad1a90
3
+ metadata.gz: 9f22696c280743b8ad727b26a7e42d245a6860df751e93de02417ccec08f886d
4
+ data.tar.gz: 633d7e23680142bb516fd2d5b5299fcd0c6db79a0162cfe5d4fb0d72f9961c77
5
5
  SHA512:
6
- metadata.gz: c38a6d579af7a67d84208f9f3e7ce789230e224bd5988b11c77afca4b3f64daa8e245b1f6473734c517464635f608a32c07ef82ee9b08993503b9f6d22961569
7
- data.tar.gz: 1dc2a3f2e8b394d0ce20dd0368f363036e331805463b1cf5d4a3c1da2763d86291ce767cffea241bacaac345221b7dc371dca5b3b77aa7c58c54455ab936fbb0
6
+ metadata.gz: c7f1e635ba864223d2a962745d0643d67a77bc722dc1c07e8bd217e24ff80875a06ab9f9dbb12c03b5ca8ba6a2930ff94cdbb71773bd63b43bdf6dae993060fb
7
+ data.tar.gz: 9a94138157fb0f95608cc181e1cb5fe071e42c1df9cec12004b6c0740b6f09b1f900689cade98616c88f41244613b258d17e0e03b462b38e38c898c341063fdb
data/Gemfile.lock CHANGED
@@ -1,32 +1,48 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- propublica-nonprofits (0.4.0)
4
+ propublica-nonprofits (0.4.1)
5
5
  faraday
6
6
  json
7
7
 
8
8
  GEM
9
9
  remote: https://rubygems.org/
10
10
  specs:
11
- addressable (2.7.0)
11
+ addressable (2.8.0)
12
12
  public_suffix (>= 2.0.2, < 5.0)
13
13
  coderay (1.1.2)
14
14
  crack (0.4.3)
15
15
  safe_yaml (~> 1.0.0)
16
- faraday (0.15.4)
16
+ faraday (1.5.1)
17
+ faraday-em_http (~> 1.0)
18
+ faraday-em_synchrony (~> 1.0)
19
+ faraday-excon (~> 1.1)
20
+ faraday-httpclient (~> 1.0.1)
21
+ faraday-net_http (~> 1.0)
22
+ faraday-net_http_persistent (~> 1.1)
23
+ faraday-patron (~> 1.0)
17
24
  multipart-post (>= 1.2, < 3)
25
+ ruby2_keywords (>= 0.0.4)
26
+ faraday-em_http (1.0.0)
27
+ faraday-em_synchrony (1.0.0)
28
+ faraday-excon (1.1.0)
29
+ faraday-httpclient (1.0.1)
30
+ faraday-net_http (1.0.1)
31
+ faraday-net_http_persistent (1.2.0)
32
+ faraday-patron (1.0.0)
18
33
  hashdiff (1.0.0)
19
- json (2.3.1)
34
+ json (2.5.1)
20
35
  method_source (0.9.0)
21
36
  minitest (5.11.3)
22
37
  minitest-line (0.6.5)
23
38
  minitest (~> 5.0)
24
- multipart-post (2.0.0)
39
+ multipart-post (2.1.1)
25
40
  pry (0.11.3)
26
41
  coderay (~> 1.1.0)
27
42
  method_source (~> 0.9.0)
28
- public_suffix (4.0.1)
29
- rake (10.5.0)
43
+ public_suffix (4.0.6)
44
+ rake (13.0.1)
45
+ ruby2_keywords (0.0.4)
30
46
  safe_yaml (1.0.5)
31
47
  vcr (4.0.0)
32
48
  webmock (3.7.6)
@@ -38,14 +54,14 @@ PLATFORMS
38
54
  ruby
39
55
 
40
56
  DEPENDENCIES
41
- bundler (~> 1.16)
57
+ bundler (>= 2.2.10)
42
58
  minitest (~> 5.0)
43
59
  minitest-line
44
60
  propublica-nonprofits!
45
61
  pry
46
- rake (~> 10.0)
62
+ rake (~> 13.0)
47
63
  vcr
48
64
  webmock
49
65
 
50
66
  BUNDLED WITH
51
- 1.17.2
67
+ 2.2.23
@@ -1,8 +1,6 @@
1
1
  module Propublica
2
2
  module Nonprofits
3
3
  class Organization
4
- attr_reader :basic
5
-
6
4
  def initialize(attributes)
7
5
  @attributes = attributes
8
6
  end
@@ -1,5 +1,5 @@
1
1
  module Propublica
2
2
  module Nonprofits
3
- VERSION = "0.4.0"
3
+ VERSION = "0.4.1"
4
4
  end
5
5
  end
@@ -1,33 +1,32 @@
1
-
2
1
  lib = File.expand_path("../lib", __FILE__)
3
2
  $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
3
  require "propublica/nonprofits/version"
5
4
 
6
5
  Gem::Specification.new do |spec|
7
- spec.name = "propublica-nonprofits"
8
- spec.version = Propublica::Nonprofits::VERSION
9
- spec.authors = ["Ricky Chilcott"]
10
- spec.email = ["ricky@rakefire.io"]
6
+ spec.name = "propublica-nonprofits"
7
+ spec.version = Propublica::Nonprofits::VERSION
8
+ spec.authors = ["Ricky Chilcott"]
9
+ spec.email = ["ricky@rakefire.io"]
11
10
 
12
- spec.summary = %q{Ruby wrapper for the Propublica Nonprofits API https://projects.propublica.org/nonprofits/api/v2}
13
- spec.description = %q{Ruby wrapper for the Propublica Nonprofits API https://projects.propublica.org/nonprofits/api/v2}
14
- spec.homepage = "https://github.com/Rakefire/propublica-nonprofits"
15
- spec.license = "MIT"
11
+ spec.summary = %q{Ruby wrapper for the Propublica Nonprofits API https://projects.propublica.org/nonprofits/api/v2}
12
+ spec.description = %q{Ruby wrapper for the Propublica Nonprofits API https://projects.propublica.org/nonprofits/api/v2}
13
+ spec.homepage = "https://github.com/Rakefire/propublica-nonprofits"
14
+ spec.license = "MIT"
16
15
 
17
16
  # Specify which files should be added to the gem when it is released.
18
17
  # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
19
- spec.files = Dir.chdir(File.expand_path('..', __FILE__)) do
18
+ spec.files = Dir.chdir(File.expand_path("..", __FILE__)) do
20
19
  `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
21
20
  end
22
- spec.bindir = "exe"
23
- spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
21
+ spec.bindir = "exe"
22
+ spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
24
23
  spec.require_paths = ["lib"]
25
24
 
26
- spec.add_development_dependency "bundler", "~> 1.16"
25
+ spec.add_development_dependency "bundler", ">= 2.2.10"
27
26
  spec.add_development_dependency "minitest-line"
28
27
  spec.add_development_dependency "minitest", "~> 5.0"
29
28
  spec.add_development_dependency "pry"
30
- spec.add_development_dependency "rake", "~> 10.0"
29
+ spec.add_development_dependency "rake", "~> 13.0"
31
30
  spec.add_development_dependency "vcr"
32
31
  spec.add_development_dependency "webmock"
33
32
 
metadata CHANGED
@@ -1,29 +1,29 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: propublica-nonprofits
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ricky Chilcott
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-07-29 00:00:00.000000000 Z
11
+ date: 2021-07-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '1.16'
19
+ version: 2.2.10
20
20
  type: :development
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - "~>"
24
+ - - ">="
25
25
  - !ruby/object:Gem::Version
26
- version: '1.16'
26
+ version: 2.2.10
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: minitest-line
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -72,14 +72,14 @@ dependencies:
72
72
  requirements:
73
73
  - - "~>"
74
74
  - !ruby/object:Gem::Version
75
- version: '10.0'
75
+ version: '13.0'
76
76
  type: :development
77
77
  prerelease: false
78
78
  version_requirements: !ruby/object:Gem::Requirement
79
79
  requirements:
80
80
  - - "~>"
81
81
  - !ruby/object:Gem::Version
82
- version: '10.0'
82
+ version: '13.0'
83
83
  - !ruby/object:Gem::Dependency
84
84
  name: vcr
85
85
  requirement: !ruby/object:Gem::Requirement