school_digger 0.9.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: cdc63e25d6a7e09bad5986836812ac8d9b50f0bed660c3ae42211c0b66746115
4
+ data.tar.gz: '0984596957ef0e4d0f4b4d0400efb778b35be1511a5a664ec4041f220eff172b'
5
+ SHA512:
6
+ metadata.gz: d737ea7ed92abe6060373b629e3d8a41eb729486921ca116163c41cb3a99c32acbf3230bcd642530d94ac724d79c4a8962781269175093f2ee401ab96c5c4640
7
+ data.tar.gz: d1ce1fbc0348cf4fa55777ae4f9db04b566b914ec9895149afdb22e741b3ccd3e9c7e64daf3e99735e167daaf8cec01b72d3f91d71bf8e16db46c4ab6a1d5c67
data/.env.sample ADDED
@@ -0,0 +1,4 @@
1
+ SCHOOL_DIGGER_BASE_URL: "https://api.schooldigger.com"
2
+ SCHOOL_DIGGER_API_VERSION: "1.1"
3
+ SCHOOL_DIGGER_APP_ID: ""
4
+ SCHOOL_DIGGER_APP_KEY: ""
data/.gitignore ADDED
@@ -0,0 +1,21 @@
1
+ /.bundle/
2
+ /.yardoc
3
+ /Gemfile.lock
4
+ /_yardoc/
5
+ /coverage/
6
+ /doc/
7
+ /pkg/
8
+ /spec/reports/
9
+ /tmp/
10
+ *.bundle
11
+ *.so
12
+ *.o
13
+ *.a
14
+ mkmf.log
15
+ *.sublime-project
16
+ *.sublime-workspace
17
+
18
+ .DS_Store
19
+ .env
20
+ .ruby-version
21
+ .ruby-gemset
data/.travis.yml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ sudo: false
3
+ language: ruby
4
+ cache: bundler
5
+ rvm:
6
+ - 2.5.3
7
+ before_install: gem install bundler -v 1.16.4
@@ -0,0 +1,74 @@
1
+ # Contributor Covenant Code of Conduct
2
+
3
+ ## Our Pledge
4
+
5
+ In the interest of fostering an open and welcoming environment, we as
6
+ contributors and maintainers pledge to making participation in our project and
7
+ our community a harassment-free experience for everyone, regardless of age, body
8
+ size, disability, ethnicity, gender identity and expression, level of experience,
9
+ nationality, personal appearance, race, religion, or sexual identity and
10
+ orientation.
11
+
12
+ ## Our Standards
13
+
14
+ Examples of behavior that contributes to creating a positive environment
15
+ include:
16
+
17
+ * Using welcoming and inclusive language
18
+ * Being respectful of differing viewpoints and experiences
19
+ * Gracefully accepting constructive criticism
20
+ * Focusing on what is best for the community
21
+ * Showing empathy towards other community members
22
+
23
+ Examples of unacceptable behavior by participants include:
24
+
25
+ * The use of sexualized language or imagery and unwelcome sexual attention or
26
+ advances
27
+ * Trolling, insulting/derogatory comments, and personal or political attacks
28
+ * Public or private harassment
29
+ * Publishing others' private information, such as a physical or electronic
30
+ address, without explicit permission
31
+ * Other conduct which could reasonably be considered inappropriate in a
32
+ professional setting
33
+
34
+ ## Our Responsibilities
35
+
36
+ Project maintainers are responsible for clarifying the standards of acceptable
37
+ behavior and are expected to take appropriate and fair corrective action in
38
+ response to any instances of unacceptable behavior.
39
+
40
+ Project maintainers have the right and responsibility to remove, edit, or
41
+ reject comments, commits, code, wiki edits, issues, and other contributions
42
+ that are not aligned to this Code of Conduct, or to ban temporarily or
43
+ permanently any contributor for other behaviors that they deem inappropriate,
44
+ threatening, offensive, or harmful.
45
+
46
+ ## Scope
47
+
48
+ This Code of Conduct applies both within project spaces and in public spaces
49
+ when an individual is representing the project or its community. Examples of
50
+ representing a project or community include using an official project e-mail
51
+ address, posting via an official social media account, or acting as an appointed
52
+ representative at an online or offline event. Representation of a project may be
53
+ further defined and clarified by project maintainers.
54
+
55
+ ## Enforcement
56
+
57
+ Instances of abusive, harassing, or otherwise unacceptable behavior may be
58
+ reported by contacting the project team at beneggett@gmail.com. All
59
+ complaints will be reviewed and investigated and will result in a response that
60
+ is deemed necessary and appropriate to the circumstances. The project team is
61
+ obligated to maintain confidentiality with regard to the reporter of an incident.
62
+ Further details of specific enforcement policies may be posted separately.
63
+
64
+ Project maintainers who do not follow or enforce the Code of Conduct in good
65
+ faith may face temporary or permanent repercussions as determined by other
66
+ members of the project's leadership.
67
+
68
+ ## Attribution
69
+
70
+ This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,
71
+ available at [http://contributor-covenant.org/version/1/4][version]
72
+
73
+ [homepage]: http://contributor-covenant.org
74
+ [version]: http://contributor-covenant.org/version/1/4/
data/Gemfile ADDED
@@ -0,0 +1,6 @@
1
+ source "https://rubygems.org"
2
+
3
+ git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
4
+
5
+ # Specify your gem's dependencies in school_digger.gemspec
6
+ gemspec
data/LICENSE.txt ADDED
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2018 Ben Eggett
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in
13
+ all copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
+ THE SOFTWARE.
data/README.md ADDED
@@ -0,0 +1,93 @@
1
+ # SchoolDigger
2
+
3
+ Fully Implements the SchoolDigger API in Ruby
4
+
5
+
6
+ ## Installation
7
+
8
+ Add this line to your application's Gemfile:
9
+ ```ruby
10
+ gem 'school_digger'
11
+ ```
12
+
13
+ And then execute:
14
+
15
+ $ bundle
16
+
17
+ Or install it yourself as:
18
+
19
+ $ gem install school_digger
20
+
21
+ ## Usage
22
+
23
+ There are 7 primary APIs that are wrapped. Below you will see basic examples of how to use them. For more information about what optional query parameters are available, please consult the [SchoolDigger API Docs](https://developer.schooldigger.com/docs#/)
24
+
25
+
26
+ #### Autocomplete
27
+ ```
28
+ SchoolDigger::Api.new.autocomplete('San Die', st: "CA")
29
+ ```
30
+
31
+ #### Search Districts
32
+ ```
33
+ SchoolDigger::Api.new.districts('CA')
34
+ SchoolDigger::Api.new.schools('CA', q: "Los Angeles")
35
+ ```
36
+
37
+ #### Find a District
38
+ ```
39
+ SchoolDigger::Api.new.district("0600001")
40
+ ```
41
+
42
+ #### Show District Rankings by State
43
+ ```
44
+ SchoolDigger::Api.new.district_rankings('CA')
45
+ ```
46
+
47
+ #### Search Schools
48
+ ```
49
+ SchoolDigger::Api.new.schools('CA')
50
+ SchoolDigger::Api.new.schools('CA', q: "East High")
51
+ ```
52
+
53
+ #### Find a School
54
+ ```
55
+ SchoolDigger::Api.new.school("490003601072")
56
+ ```
57
+
58
+ #### Show School Rankings by State
59
+ ```
60
+ SchoolDigger::Api.new.school_rankings('CA')
61
+ ```
62
+
63
+ ## Features
64
+
65
+ Implemented APIs from [SchoolDigger API Docs](https://developer.schooldigger.com/docs#/)
66
+
67
+ | API | Description | Implemented? |
68
+ | --- | --- | --- |
69
+ | Autocomplete | Returns a simple and quick list of schools for use in a client-typed autocomplete | 👍 |
70
+ | Search Districts | Returns a list of districts | 👍 |
71
+ | Find District | Returns a detailed record for one district | 👍 |
72
+ | Search Schools | Returns a list of schools | 👍 |
73
+ | Find School | Returns a detailed record for one school | 👍 |
74
+ | School Rankings | Returns a SchoolDigger School Rankings list | 👍 |
75
+ | District Rankings | Returns a SchoolDigger School Rankings list | 👍 |
76
+
77
+ ## Development
78
+
79
+ After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake test` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
80
+
81
+ To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
82
+
83
+ ## Contributing
84
+
85
+ Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/school_digger. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
86
+
87
+ ## License
88
+
89
+ The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
90
+
91
+ ## Code of Conduct
92
+
93
+ Everyone interacting in the SchoolDigger project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/[USERNAME]/school_digger/blob/master/CODE_OF_CONDUCT.md).
data/Rakefile ADDED
@@ -0,0 +1,10 @@
1
+ require "bundler/gem_tasks"
2
+ require "rake/testtask"
3
+
4
+ Rake::TestTask.new(:test) do |t|
5
+ t.libs << "test"
6
+ t.libs << "lib"
7
+ t.test_files = FileList["test/**/*_test.rb"]
8
+ end
9
+
10
+ task :default => :test
data/bin/console ADDED
@@ -0,0 +1,16 @@
1
+ #!/usr/bin/env ruby
2
+ require "dotenv"
3
+ Dotenv.load
4
+ require "bundler/setup"
5
+ require "school_digger"
6
+
7
+
8
+ # You can add fixtures and/or initialization code here to make experimenting
9
+ # with your gem easier. You can also use a different console, if you like.
10
+
11
+ # (If you use this, don't forget to add pry to your Gemfile!)
12
+ require "pry"
13
+ Pry.start
14
+
15
+ # require "irb"
16
+ # IRB.start(__FILE__)
data/bin/setup ADDED
@@ -0,0 +1,8 @@
1
+ #!/usr/bin/env bash
2
+ set -euo pipefail
3
+ IFS=$'\n\t'
4
+ set -vx
5
+
6
+ bundle install
7
+
8
+ # Do any other automated setup that you need to do here
@@ -0,0 +1,12 @@
1
+
2
+ # require "active_support/all"
3
+ require "httparty"
4
+ require "ostruct"
5
+
6
+ require "school_digger/api"
7
+ require "school_digger/version"
8
+
9
+
10
+ module SchoolDigger
11
+ # Your code goes here...
12
+ end
@@ -0,0 +1,98 @@
1
+ module SchoolDigger
2
+ class Api
3
+ URL_ENDPOINT = ENV.fetch("SCHOOL_DIGGER_BASE_URL", "https://api.schooldigger.com")
4
+ API_VERSION = ENV.fetch("SCHOOL_DIGGER_API_VERSION", "1.1")
5
+ URL_BASE = "#{URL_ENDPOINT}/v#{API_VERSION}"
6
+ include HTTParty
7
+
8
+ def get(path, query = {})
9
+ response = self.class.get(URL_BASE + path, query: modify_query(query), timeout: 30)
10
+ end
11
+
12
+ # # SchoolDigger::Api.new.autocomplete('San Die', st: "CA")
13
+ def autocomplete(query, options = {} )
14
+ available_options = %w(q st level boxLatitudeNW boxLongitudeNW boxLatitudeSE boxLongitudeSE returnCount)
15
+ options = options.select {|k,v| available_options.include?(k.to_s)}
16
+ options[:q] = query
17
+ get "/autocomplete/schools", options
18
+ end
19
+
20
+ # # SchoolDigger::Api.new.districts('CA')
21
+ def districts(state, options = {} )
22
+ available_options = %w(st q city zip nearLatitude nearLongitude boundaryAddress distanceMiles isInBoundaryOnly boxLatitudeNW boxLongitudeNW boxLatitudeSE boxLongitudeSE page perPage sortBy)
23
+ options = options.select {|k,v| available_options.include?(k.to_s)}
24
+ options[:st] = state
25
+ options[:perPage] ||= 50
26
+ options[:page] ||= 1
27
+ get "/districts", options
28
+ end
29
+
30
+ # # SchoolDigger::Api.new.district("0600001")
31
+ def district(district_id)
32
+ response = get "/districts/#{district_id}"
33
+ return "Not Found" if response.code == 404
34
+ response
35
+ end
36
+
37
+ # # SchoolDigger::Api.new.district_rankings('CA')
38
+ def district_rankings(state, options = {} )
39
+ available_options = %w(st year page perPage)
40
+ options = options.select {|k,v| available_options.include?(k.to_s)}
41
+ options[:perPage] ||= 50
42
+ options[:page] ||= 1
43
+ get "/rankings/districts/#{state}", options
44
+ end
45
+
46
+
47
+ # # SchoolDigger::Api.new.schools('CA')
48
+ # # SchoolDigger::Api.new.schools('CA', q: "East High")
49
+ def schools(state, options = {} )
50
+ available_options = %w(st q districtID level city zip isMagnet isCharter isVirtual isTitleI isTitleISchoolwide nearLatitude nearLongitude boundaryAddress distanceMiles isInBoundaryOnly boxLatitudeNW boxLongitudeNW boxLatitudeSE boxLongitudeSE page perPage sortBy)
51
+ options = options.select {|k,v| available_options.include?(k.to_s)}
52
+ options[:st] = state
53
+ options[:perPage] ||= 50
54
+ options[:page] ||= 1
55
+ get "/schools", options
56
+ end
57
+
58
+ # # SchoolDigger::Api.new.school("490003601072")
59
+ def school(school_id)
60
+ response = get "/schools/#{school_id}"
61
+ return "Not Found" if response.code == 404
62
+ response
63
+ end
64
+
65
+ # # SchoolDigger::Api.new.school_rankings('CA')
66
+ def school_rankings(state, options = {} )
67
+ available_options = %w(st year level page perPage)
68
+ options = options.select {|k,v| available_options.include?(k.to_s)}
69
+ options[:perPage] ||= 50
70
+ options[:page] ||= 1
71
+ get "/rankings/schools/#{state}", options
72
+ end
73
+
74
+ ## response = SchoolDigger::Api.new.districts('CA')
75
+ ## response = SchoolDigger::Api.new.next_page(response)
76
+ def next_page(response)
77
+ max_pages = response["numberOfPages"]
78
+ original_query = response.request.options[:query]
79
+ current_page = original_query[:page]
80
+ next_page = current_page.to_i + 1
81
+ raise "Already at Last Page" if current_page >= max_pages
82
+
83
+ query = original_query.merge({page: next_page})
84
+ SchoolDigger::Api.get( response.request.path, query: query, timeout: 30)
85
+ end
86
+
87
+ private
88
+
89
+ def modify_query(query)
90
+ default_params = {
91
+ appID: ENV.fetch("SCHOOL_DIGGER_APP_ID", 'not-implemented'),
92
+ appKey: ENV.fetch("SCHOOL_DIGGER_APP_KEY", 'not-implemented')
93
+ }
94
+ default_params.merge query
95
+ end
96
+
97
+ end
98
+ end
@@ -0,0 +1,3 @@
1
+ module SchoolDigger
2
+ VERSION = "0.9.0"
3
+ end
@@ -0,0 +1,50 @@
1
+
2
+ lib = File.expand_path("../lib", __FILE__)
3
+ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
+ require "school_digger/version"
5
+
6
+ Gem::Specification.new do |spec|
7
+ spec.name = "school_digger"
8
+ spec.version = SchoolDigger::VERSION
9
+ spec.authors = ["Ben Eggett"]
10
+ spec.email = ["beneggett@gmail.com"]
11
+
12
+ spec.summary = %q{SchoolDigger API wrapper}
13
+ spec.description = %q{Fully implements SchoolDigger API}
14
+ spec.homepage = "https://github.com/beneggett/school_digger"
15
+ spec.license = "MIT"
16
+
17
+ # Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
18
+ # to allow pushing to a single host or delete this section to allow pushing to any host.
19
+ if spec.respond_to?(:metadata)
20
+ spec.metadata["allowed_push_host"] = "https://rubygems.org"
21
+ else
22
+ raise "RubyGems 2.0 or newer is required to protect against " \
23
+ "public gem pushes."
24
+ end
25
+
26
+
27
+ # Specify which files should be added to the gem when it is released.
28
+ # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
29
+ spec.files = Dir.chdir(File.expand_path('..', __FILE__)) do
30
+ `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
31
+ end
32
+ spec.bindir = "exe"
33
+ spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
34
+ spec.require_paths = ["lib"]
35
+
36
+ spec.add_development_dependency "bundler", "~> 1.16"
37
+ spec.add_development_dependency "rake", "~> 10.0"
38
+ spec.add_development_dependency "minitest", "~> 5.0"
39
+ # spec.add_development_dependency "vcr"
40
+ # spec.add_development_dependency "webmock"
41
+ spec.add_development_dependency "pry"
42
+ # spec.add_development_dependency "guard"
43
+ # spec.add_development_dependency "guard-minitest"
44
+ # spec.add_development_dependency "coveralls"
45
+ spec.add_development_dependency "simplecov"
46
+ spec.add_development_dependency "dotenv"
47
+ spec.add_dependency "httparty", ">= 0.14.0"
48
+ # spec.add_dependency "activesupport"
49
+ spec.add_dependency "builder"
50
+ end
metadata ADDED
@@ -0,0 +1,171 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: school_digger
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.9.0
5
+ platform: ruby
6
+ authors:
7
+ - Ben Eggett
8
+ autorequire:
9
+ bindir: exe
10
+ cert_chain: []
11
+ date: 2019-02-28 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: bundler
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: '1.16'
20
+ type: :development
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - "~>"
25
+ - !ruby/object:Gem::Version
26
+ version: '1.16'
27
+ - !ruby/object:Gem::Dependency
28
+ name: rake
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - "~>"
32
+ - !ruby/object:Gem::Version
33
+ version: '10.0'
34
+ type: :development
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - "~>"
39
+ - !ruby/object:Gem::Version
40
+ version: '10.0'
41
+ - !ruby/object:Gem::Dependency
42
+ name: minitest
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - "~>"
46
+ - !ruby/object:Gem::Version
47
+ version: '5.0'
48
+ type: :development
49
+ prerelease: false
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - "~>"
53
+ - !ruby/object:Gem::Version
54
+ version: '5.0'
55
+ - !ruby/object:Gem::Dependency
56
+ name: pry
57
+ requirement: !ruby/object:Gem::Requirement
58
+ requirements:
59
+ - - ">="
60
+ - !ruby/object:Gem::Version
61
+ version: '0'
62
+ type: :development
63
+ prerelease: false
64
+ version_requirements: !ruby/object:Gem::Requirement
65
+ requirements:
66
+ - - ">="
67
+ - !ruby/object:Gem::Version
68
+ version: '0'
69
+ - !ruby/object:Gem::Dependency
70
+ name: simplecov
71
+ requirement: !ruby/object:Gem::Requirement
72
+ requirements:
73
+ - - ">="
74
+ - !ruby/object:Gem::Version
75
+ version: '0'
76
+ type: :development
77
+ prerelease: false
78
+ version_requirements: !ruby/object:Gem::Requirement
79
+ requirements:
80
+ - - ">="
81
+ - !ruby/object:Gem::Version
82
+ version: '0'
83
+ - !ruby/object:Gem::Dependency
84
+ name: dotenv
85
+ requirement: !ruby/object:Gem::Requirement
86
+ requirements:
87
+ - - ">="
88
+ - !ruby/object:Gem::Version
89
+ version: '0'
90
+ type: :development
91
+ prerelease: false
92
+ version_requirements: !ruby/object:Gem::Requirement
93
+ requirements:
94
+ - - ">="
95
+ - !ruby/object:Gem::Version
96
+ version: '0'
97
+ - !ruby/object:Gem::Dependency
98
+ name: httparty
99
+ requirement: !ruby/object:Gem::Requirement
100
+ requirements:
101
+ - - ">="
102
+ - !ruby/object:Gem::Version
103
+ version: 0.14.0
104
+ type: :runtime
105
+ prerelease: false
106
+ version_requirements: !ruby/object:Gem::Requirement
107
+ requirements:
108
+ - - ">="
109
+ - !ruby/object:Gem::Version
110
+ version: 0.14.0
111
+ - !ruby/object:Gem::Dependency
112
+ name: builder
113
+ requirement: !ruby/object:Gem::Requirement
114
+ requirements:
115
+ - - ">="
116
+ - !ruby/object:Gem::Version
117
+ version: '0'
118
+ type: :runtime
119
+ prerelease: false
120
+ version_requirements: !ruby/object:Gem::Requirement
121
+ requirements:
122
+ - - ">="
123
+ - !ruby/object:Gem::Version
124
+ version: '0'
125
+ description: Fully implements SchoolDigger API
126
+ email:
127
+ - beneggett@gmail.com
128
+ executables: []
129
+ extensions: []
130
+ extra_rdoc_files: []
131
+ files:
132
+ - ".env.sample"
133
+ - ".gitignore"
134
+ - ".travis.yml"
135
+ - CODE_OF_CONDUCT.md
136
+ - Gemfile
137
+ - LICENSE.txt
138
+ - README.md
139
+ - Rakefile
140
+ - bin/console
141
+ - bin/setup
142
+ - lib/school_digger.rb
143
+ - lib/school_digger/api.rb
144
+ - lib/school_digger/version.rb
145
+ - school_digger.gemspec
146
+ homepage: https://github.com/beneggett/school_digger
147
+ licenses:
148
+ - MIT
149
+ metadata:
150
+ allowed_push_host: https://rubygems.org
151
+ post_install_message:
152
+ rdoc_options: []
153
+ require_paths:
154
+ - lib
155
+ required_ruby_version: !ruby/object:Gem::Requirement
156
+ requirements:
157
+ - - ">="
158
+ - !ruby/object:Gem::Version
159
+ version: '0'
160
+ required_rubygems_version: !ruby/object:Gem::Requirement
161
+ requirements:
162
+ - - ">="
163
+ - !ruby/object:Gem::Version
164
+ version: '0'
165
+ requirements: []
166
+ rubyforge_project:
167
+ rubygems_version: 2.7.8
168
+ signing_key:
169
+ specification_version: 4
170
+ summary: SchoolDigger API wrapper
171
+ test_files: []