deedveloper 0.1.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: 7e218414478357add1318cf7592b4c3b1b51c4ca1a7f1f7dd5e3f5ed2b15a8b9
4
+ data.tar.gz: 387438e708308e87279f8e88307e7c8b73366bdc5c2219e0440c39f042655bd0
5
+ SHA512:
6
+ metadata.gz: 8474b37f939097256b912411f5c99d9bdbaea75de9c1db26337261deb16b7f8242915aebcabec1cb54b17897b477c8d7f3f3f5e56a574a11945c849f33ba3e8b
7
+ data.tar.gz: 5c5d1c324e81ff58f921cecc47afe4214f7a9708da62a2f3152f67f336c9ae6058c72ec4d42787319d68d9008bee05af7bb6b42d7b5908c92b25b194a428d8cc
data/.gitignore ADDED
@@ -0,0 +1,11 @@
1
+ /.bundle/
2
+ /.yardoc
3
+ /_yardoc/
4
+ /coverage/
5
+ /doc/
6
+ /pkg/
7
+ /spec/reports/
8
+ /tmp/
9
+
10
+ # rspec failure tracking
11
+ .rspec_status
data/.rspec ADDED
@@ -0,0 +1,3 @@
1
+ --format documentation
2
+ --color
3
+ --require spec_helper
data/.travis.yml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ sudo: false
3
+ language: ruby
4
+ cache: bundler
5
+ rvm:
6
+ - 2.6.1
7
+ before_install: gem install bundler -v 2.0.1
@@ -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 andrewhwaller@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,8 @@
1
+ source "https://rubygems.org"
2
+
3
+ # Specify your gem's dependencies in deedveloper.gemspec
4
+ gemspec
5
+
6
+ gem 'rake'
7
+ gem 'nokogiri'
8
+ gem 'open_uri_redirections'
data/Gemfile.lock ADDED
@@ -0,0 +1,52 @@
1
+ PATH
2
+ remote: .
3
+ specs:
4
+ deedveloper (0.1.0)
5
+ nokogiri
6
+ open_uri_redirections
7
+
8
+ GEM
9
+ remote: https://rubygems.org/
10
+ specs:
11
+ coderay (1.1.2)
12
+ diff-lcs (1.3)
13
+ method_source (0.9.2)
14
+ mini_portile2 (2.4.0)
15
+ nokogiri (1.10.2)
16
+ mini_portile2 (~> 2.4.0)
17
+ nokogiri (1.10.2-x64-mingw32)
18
+ mini_portile2 (~> 2.4.0)
19
+ open_uri_redirections (0.2.1)
20
+ pry (0.12.2)
21
+ coderay (~> 1.1.0)
22
+ method_source (~> 0.9.0)
23
+ rake (12.3.2)
24
+ rspec (3.8.0)
25
+ rspec-core (~> 3.8.0)
26
+ rspec-expectations (~> 3.8.0)
27
+ rspec-mocks (~> 3.8.0)
28
+ rspec-core (3.8.0)
29
+ rspec-support (~> 3.8.0)
30
+ rspec-expectations (3.8.2)
31
+ diff-lcs (>= 1.2.0, < 2.0)
32
+ rspec-support (~> 3.8.0)
33
+ rspec-mocks (3.8.0)
34
+ diff-lcs (>= 1.2.0, < 2.0)
35
+ rspec-support (~> 3.8.0)
36
+ rspec-support (3.8.0)
37
+
38
+ PLATFORMS
39
+ ruby
40
+ x64-mingw32
41
+
42
+ DEPENDENCIES
43
+ bundler (~> 2.0)
44
+ deedveloper!
45
+ nokogiri
46
+ open_uri_redirections
47
+ pry
48
+ rake
49
+ rspec (~> 3.0)
50
+
51
+ BUNDLED WITH
52
+ 2.0.1
data/LICENSE.txt ADDED
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2019 Andrew Waller
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/NOTES ADDED
@@ -0,0 +1,20 @@
1
+ a command line interface that scrapes job listings for Ruby developers from Indeed and allows the user to filter the data and pull up the website link for individual jobs to learn more.
2
+
3
+ user types develedeed
4
+
5
+ display list of jobs
6
+
7
+ 1. job 1, company, location
8
+ 2. job 2 company, location
9
+ etc.
10
+
11
+ Which job would you like to learn more about?
12
+
13
+ jobs
14
+ jobs have...
15
+ title
16
+ company
17
+ salary
18
+ location
19
+ description
20
+ website
data/README.md ADDED
@@ -0,0 +1,39 @@
1
+ # Deedveloper
2
+
3
+ ## Installation
4
+
5
+ Add this line to your application's Gemfile:
6
+
7
+ ```ruby
8
+ gem 'deedveloper'
9
+ ```
10
+
11
+ And then execute:
12
+
13
+ $ bundle
14
+
15
+ Or install it yourself as:
16
+
17
+ $ gem install deedveloper
18
+
19
+ ## Usage
20
+
21
+ TODO: Write usage instructions here
22
+
23
+ ## Development
24
+
25
+ After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
26
+
27
+ 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).
28
+
29
+ ## Contributing
30
+
31
+ Bug reports and pull requests are welcome on GitHub at https://github.com/andrewhwaller/deedveloper. 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.
32
+
33
+ ## License
34
+
35
+ The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
36
+
37
+ ## Code of Conduct
38
+
39
+ Everyone interacting in the Deedveloper project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/[USERNAME]/deedveloper/blob/master/CODE_OF_CONDUCT.md).
data/Rakefile ADDED
@@ -0,0 +1,6 @@
1
+ require "bundler/gem_tasks"
2
+ require "rspec/core/rake_task"
3
+
4
+ RSpec::Core::RakeTask.new(:spec)
5
+
6
+ task :default => :spec
data/bin/console ADDED
@@ -0,0 +1,7 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ require "bundler/setup"
4
+ require "deedveloper"
5
+
6
+ require "irb"
7
+ IRB.start(__FILE__)
data/bin/deedveloper ADDED
@@ -0,0 +1,5 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ require_relative '../config/environment'
4
+
5
+ Controller.new.call
data/bin/setup ADDED
@@ -0,0 +1,6 @@
1
+ #!/usr/bin/env bash
2
+ set -euo pipefail
3
+ IFS=$'\n\t'
4
+ set -vx
5
+
6
+ bundle install
@@ -0,0 +1,7 @@
1
+ require 'bundler'
2
+
3
+ Bundler.require
4
+ require 'open-uri'
5
+ require 'pry'
6
+ require 'rake'
7
+ require 'open_uri_redirections'
@@ -0,0 +1,39 @@
1
+
2
+ lib = File.expand_path("../lib", __FILE__)
3
+ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
+ require "deedveloper/version"
5
+
6
+ Gem::Specification.new do |spec|
7
+ spec.name = "deedveloper"
8
+ spec.version = Deedveloper::VERSION
9
+ spec.authors = "Andrew Waller"
10
+ spec.email = "andrew@andrewhwaller.com"
11
+
12
+ spec.summary = "Deedveloper is an Indeed.com search engine in Ruby."
13
+ spec.homepage = "https://github.com/andrewhwaller/deedveloper"
14
+ spec.license = "MIT"
15
+
16
+ if spec.respond_to?(:metadata)
17
+ spec.metadata["homepage_uri"] = spec.homepage
18
+ spec.metadata["source_code_uri"] = "https://github.com/andrewhwaller/deedveloper"
19
+ spec.metadata["changelog_uri"] = "https://github.com/andrewhwaller/deedveloper"
20
+ else
21
+ raise "RubyGems 2.0 or newer is required to protect against " \
22
+ "public gem pushes."
23
+ end
24
+
25
+ spec.files = Dir.chdir(File.expand_path('..', __FILE__)) do
26
+ `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
27
+ end
28
+ spec.bindir = "exe"
29
+ spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
30
+ spec.require_paths = ["lib"]
31
+
32
+ spec.add_development_dependency "bundler", "~> 2.0"
33
+ spec.add_development_dependency "rake", "~> 10.0"
34
+ spec.add_development_dependency "rspec", "~> 3.0"
35
+ spec.add_development_dependency "pry"
36
+
37
+ spec.add_dependency "nokogiri"
38
+ spec.add_dependency "open_uri_redirections"
39
+ end
@@ -0,0 +1,68 @@
1
+ require_relative "./scraper"
2
+ require_relative "./job"
3
+
4
+ class Controller
5
+
6
+ def call
7
+ #welcomes the user and initiates search
8
+ puts "","░▒▓ Welcome to DEEDVELOPER, an Indeed.com search engine in Ruby! ▓▒░"
9
+ puts "You need a job, son! Grab some coffee and let's get this bread...",""
10
+ search
11
+ end
12
+
13
+ def search
14
+ #calls first level scraper method, pulls the resulting data, and displays it for user interaction
15
+ scraper = Scraper.new
16
+ scraper.scrape_jobs
17
+ list_jobs
18
+ display_detail
19
+ end
20
+
21
+ def list_jobs
22
+ #formats first level job information and displays it for the user
23
+ puts "Check out these jobs:"
24
+ Job.all.each.with_index(1) do |job, i|
25
+ puts "#{i}. #{job.title} ◦ #{job.company}",
26
+ ""
27
+ end
28
+ end
29
+
30
+ def display_detail
31
+ #accepts user input, displays level two job information for selected job, and provides other options for user interaction: exit, list, and search
32
+ input = nil
33
+ while input != "exit"
34
+ puts 'Enter the number of a job to see more info! Type "exit" to end search, "list" to see job listings again, or "search" to begin a new search.'
35
+ input = gets.strip.downcase
36
+ if input.to_i > Job.all.count
37
+ puts "There aren't that many jobs!"
38
+ elsif input.to_i >= 1
39
+ get_detail(input)
40
+ elsif input == "list"
41
+ list_jobs
42
+ elsif input == "exit"
43
+ goodbye
44
+ elsif input == "search"
45
+ puts "OK, let's search again!"
46
+ # clears Job.all for repopulation by search method
47
+ Job.all.clear
48
+ search
49
+ end
50
+ end
51
+ end
52
+
53
+ def get_detail(input)
54
+ #initiates further scraping and formats/displays additional job details for a user-selected job
55
+ Scraper.scrape_detail(input)
56
+ puts "","Job title: #{Job.all[input.to_i-1].title}",
57
+ "Company: #{Job.all[input.to_i-1].company}",
58
+ "Location: #{Job.all[input.to_i-1].location}",
59
+ "Post date: #{Job.all[input.to_i-1].when_posted}",
60
+ "Salary: #{Job.all[input.to_i-1].salary}",
61
+ "Indeed posting: #{Job.all[input.to_i-1].job_url}",""
62
+ end
63
+
64
+ def goodbye
65
+ puts "Enjoy your coffee! See you later."
66
+ return exit
67
+ end
68
+ end
@@ -0,0 +1,20 @@
1
+ class Job
2
+ attr_accessor :title, :company, :location, :when_posted, :job_url, :salary, :description
3
+
4
+ @@all = []
5
+
6
+ def initialize
7
+ @title = title
8
+ @company = company
9
+ @location = location
10
+ @when_posted = when_posted
11
+ @job_url = job_url
12
+ @salary = salary
13
+ @description = description
14
+ @@all << self
15
+ end
16
+
17
+ def self.all
18
+ @@all
19
+ end
20
+ end
@@ -0,0 +1,64 @@
1
+ require 'nokogiri'
2
+ require 'open-uri'
3
+
4
+ class Scraper
5
+ attr_accessor :doc, :detail_doc, :user_job, :user_location, :user_salary, :user_radius
6
+
7
+ def initialize
8
+ # performs first round of gets/scraping operations upon intialization
9
+ get_user_job
10
+ get_user_location
11
+ get_user_radius
12
+ get_user_salary
13
+ @doc = Nokogiri::HTML(open("http://www.indeed.com/jobs?as_and=#{user_job}&jt=all&st=&sr=&as_src=&salary=#{user_salary}&radius=#{user_radius}&l=#{user_location}&fromage=any&limit=50&sort=&psf=advsrch", :allow_redirections => :all))
14
+ end
15
+
16
+ def get_user_job
17
+ puts "What sort of job would you like to search for?"
18
+ @user_job = gets.strip.downcase
19
+ end
20
+
21
+ def get_user_location
22
+ puts "What location would you like to search for?"
23
+ @user_location = gets.strip.downcase
24
+ end
25
+
26
+ def get_user_salary
27
+ #TODO: build logic that recognizes invalid input and reprompts user; invalid or irregular input can affect search results
28
+ puts "What is the yearly salary or salary range that you're looking for? Examples: $65,000, 65-85k, 65k, or 65000.","(Optional: leave blank to continue.)"
29
+ @user_salary = gets.strip
30
+ end
31
+
32
+ def get_user_radius
33
+ puts "What is your desired search radius in miles?"
34
+ @user_radius = gets.strip
35
+ end
36
+
37
+ def scrape_jobs
38
+ doc.css('div.jobsearch-SerpJobCard').each do |job_card|
39
+ j = Job.new
40
+ j.title = job_card.search("a.jobtitle").text.strip
41
+ j.company = job_card.search("span.company").text.strip
42
+ j.location = job_card.search("span.location").text.strip
43
+ j.when_posted = job_card.search("span.date").text.strip
44
+ if j.location.empty?
45
+ j.location = job_card.search("div.location").text.strip
46
+ end
47
+ if j.when_posted.empty?
48
+ j.when_posted = job_card.search("span.sponsoredGray").text.strip
49
+ end
50
+ j.job_url = "https://indeed.com" + job_card.search("div.title a").first["href"]
51
+ end
52
+ end
53
+
54
+ def self.scrape_detail(input)
55
+ target_job = Job.all[input.to_i-1]
56
+ @detail_doc = Nokogiri::HTML(open(target_job.job_url, :allow_redirections => :all))
57
+ # TODO: format target_job.description so that it's more readable.
58
+ # target_job.description = @detail_doc.search("div.jobsearch-JobComponent-description").text
59
+ target_job.salary = @detail_doc.search("div.jobsearch-JobMetadataHeader").text.strip
60
+ if target_job.salary.empty?
61
+ target_job.salary = "No salary info available"
62
+ end
63
+ end
64
+ end
@@ -0,0 +1,3 @@
1
+ module Deedveloper
2
+ VERSION = "0.1.0"
3
+ end
@@ -0,0 +1,6 @@
1
+ require 'open-uri'
2
+ require 'nokogiri'
3
+
4
+ require_relative "./deedveloper/version"
5
+ require_relative './deedveloper/controller'
6
+
metadata ADDED
@@ -0,0 +1,149 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: deedveloper
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - Andrew Waller
8
+ autorequire:
9
+ bindir: exe
10
+ cert_chain: []
11
+ date: 2019-04-11 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: '2.0'
20
+ type: :development
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - "~>"
25
+ - !ruby/object:Gem::Version
26
+ version: '2.0'
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: rspec
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - "~>"
46
+ - !ruby/object:Gem::Version
47
+ version: '3.0'
48
+ type: :development
49
+ prerelease: false
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - "~>"
53
+ - !ruby/object:Gem::Version
54
+ version: '3.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: nokogiri
71
+ requirement: !ruby/object:Gem::Requirement
72
+ requirements:
73
+ - - ">="
74
+ - !ruby/object:Gem::Version
75
+ version: '0'
76
+ type: :runtime
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: open_uri_redirections
85
+ requirement: !ruby/object:Gem::Requirement
86
+ requirements:
87
+ - - ">="
88
+ - !ruby/object:Gem::Version
89
+ version: '0'
90
+ type: :runtime
91
+ prerelease: false
92
+ version_requirements: !ruby/object:Gem::Requirement
93
+ requirements:
94
+ - - ">="
95
+ - !ruby/object:Gem::Version
96
+ version: '0'
97
+ description:
98
+ email: andrew@andrewhwaller.com
99
+ executables: []
100
+ extensions: []
101
+ extra_rdoc_files: []
102
+ files:
103
+ - ".gitignore"
104
+ - ".rspec"
105
+ - ".travis.yml"
106
+ - CODE_OF_CONDUCT.md
107
+ - Gemfile
108
+ - Gemfile.lock
109
+ - LICENSE.txt
110
+ - NOTES
111
+ - README.md
112
+ - Rakefile
113
+ - bin/console
114
+ - bin/deedveloper
115
+ - bin/setup
116
+ - config/environment.rb
117
+ - deedveloper.gemspec
118
+ - lib/deedveloper.rb
119
+ - lib/deedveloper/controller.rb
120
+ - lib/deedveloper/job.rb
121
+ - lib/deedveloper/scraper.rb
122
+ - lib/deedveloper/version.rb
123
+ homepage: https://github.com/andrewhwaller/deedveloper
124
+ licenses:
125
+ - MIT
126
+ metadata:
127
+ homepage_uri: https://github.com/andrewhwaller/deedveloper
128
+ source_code_uri: https://github.com/andrewhwaller/deedveloper
129
+ changelog_uri: https://github.com/andrewhwaller/deedveloper
130
+ post_install_message:
131
+ rdoc_options: []
132
+ require_paths:
133
+ - lib
134
+ required_ruby_version: !ruby/object:Gem::Requirement
135
+ requirements:
136
+ - - ">="
137
+ - !ruby/object:Gem::Version
138
+ version: '0'
139
+ required_rubygems_version: !ruby/object:Gem::Requirement
140
+ requirements:
141
+ - - ">="
142
+ - !ruby/object:Gem::Version
143
+ version: '0'
144
+ requirements: []
145
+ rubygems_version: 3.0.3
146
+ signing_key:
147
+ specification_version: 4
148
+ summary: Deedveloper is an Indeed.com search engine in Ruby.
149
+ test_files: []