new-opportunities 0.1.0
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 +7 -0
- data/.DS_Store +0 -0
- data/.gitignore +11 -0
- data/CODE_OF_CONDUCT.md +74 -0
- data/Gemfile +6 -0
- data/Gemfile.lock +30 -0
- data/LICENSE.txt +21 -0
- data/NOTES.md +42 -0
- data/README.md +50 -0
- data/Rakefile +2 -0
- data/bin/console +14 -0
- data/bin/new-opportunities +6 -0
- data/bin/setup +8 -0
- data/lib/new-opportunities/cli.rb +48 -0
- data/lib/new-opportunities/opportunity.rb +25 -0
- data/lib/new-opportunities/version.rb +3 -0
- data/lib/new_opportunities.rb +7 -0
- data/new-opportunities.gemspec +44 -0
- metadata +123 -0
checksums.yaml
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
---
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: 795a88def1cc9cfe64ada9f9e55857d12dc3bf949369aeab2741344c2a9ba4ba
|
|
4
|
+
data.tar.gz: 2493ac8c52a678a9c8a9060e7da87523d181c6bb66efb3f0b0cbe032538afe5d
|
|
5
|
+
SHA512:
|
|
6
|
+
metadata.gz: de5b060260afeb4b865af3fcf5222b4b0cc0bfbd0c97bab1814545f66aba026d75c0f8c442487c19f1893aec0adb06c49c4593f4e5196201408b17246da8aa47
|
|
7
|
+
data.tar.gz: 45e7ba283fd61dd731aee4e2b56c1f46e96093f921e128c0a379cfd66415eb63cc30cc545f548fb53eabdb6fce99762c3fb7ac289abbee80f76ff5b9ab7a1cad
|
data/.DS_Store
ADDED
|
Binary file
|
data/.gitignore
ADDED
data/CODE_OF_CONDUCT.md
ADDED
|
@@ -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 yuntongman17@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
data/Gemfile.lock
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
PATH
|
|
2
|
+
remote: .
|
|
3
|
+
specs:
|
|
4
|
+
new-opportunities (0.1.0)
|
|
5
|
+
nokogiri
|
|
6
|
+
|
|
7
|
+
GEM
|
|
8
|
+
remote: https://rubygems.org/
|
|
9
|
+
specs:
|
|
10
|
+
coderay (1.1.2)
|
|
11
|
+
method_source (0.9.2)
|
|
12
|
+
mini_portile2 (2.4.0)
|
|
13
|
+
nokogiri (1.9.1)
|
|
14
|
+
mini_portile2 (~> 2.4.0)
|
|
15
|
+
pry (0.12.2)
|
|
16
|
+
coderay (~> 1.1.0)
|
|
17
|
+
method_source (~> 0.9.0)
|
|
18
|
+
rake (10.4.2)
|
|
19
|
+
|
|
20
|
+
PLATFORMS
|
|
21
|
+
ruby
|
|
22
|
+
|
|
23
|
+
DEPENDENCIES
|
|
24
|
+
bundler (~> 1.17)
|
|
25
|
+
new-opportunities!
|
|
26
|
+
pry
|
|
27
|
+
rake (~> 10.0)
|
|
28
|
+
|
|
29
|
+
BUNDLED WITH
|
|
30
|
+
1.17.2
|
data/LICENSE.txt
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
The MIT License (MIT)
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2019 ymm2110
|
|
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.md
ADDED
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
## A command line interface for new scholarship and fellowship opportunities listed on http://oppourtunities.com
|
|
2
|
+
|
|
3
|
+
### operations
|
|
4
|
+
#### level 1 - user types 'new-opportunities'
|
|
5
|
+
|
|
6
|
+
the gem shows list of new scholarship and fellowship
|
|
7
|
+
|
|
8
|
+
for example:
|
|
9
|
+
````
|
|
10
|
+
1. 2019 Tech ME Women ICTpreneurs Nigeria Training for Young Women in Lagos.
|
|
11
|
+
2. 2019 Aga Khan Foundation International Scholarship Programme.
|
|
12
|
+
````
|
|
13
|
+
|
|
14
|
+
#### level 2 - user types an index number
|
|
15
|
+
|
|
16
|
+
the gem shows name, deadline, and posted date
|
|
17
|
+
|
|
18
|
+
for example:
|
|
19
|
+
````
|
|
20
|
+
2019 Aga Khan Foundation International Scholarship Programme
|
|
21
|
+
Deadline: Deadline: March 31, 2019.
|
|
22
|
+
Posted on: January 11, 2019
|
|
23
|
+
````
|
|
24
|
+
|
|
25
|
+
#### level 2 - if user want to know more or know the url
|
|
26
|
+
|
|
27
|
+
the gem shows a description excerpts or the url to the post
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
### other operations
|
|
31
|
+
1. list - to list all opportunities
|
|
32
|
+
2. exit - to exit the CLI
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
### What information is included for an opportunity
|
|
36
|
+
#### First level
|
|
37
|
+
- an opportunity has a name
|
|
38
|
+
- an opportunity has a deadline
|
|
39
|
+
- an opportunity has a posted date
|
|
40
|
+
#### Second level
|
|
41
|
+
- an opportunity has an URL
|
|
42
|
+
- an opportunity has a description
|
data/README.md
ADDED
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
# Scholarship and Fellowship Opportunities Scraper from oppourtunities.com
|
|
2
|
+
|
|
3
|
+
This is a Ruby Gem than scrapes the most recent scholarship and fellowship opportunities from oppourtunities.com.
|
|
4
|
+
|
|
5
|
+
Oppourtunities.com an Nigeria based non-profit organization. Founded in 2016 creates perfect bridge between opportunity provider and seekers thereby enabling youths get free, easy and instant access to all life changing opportunities. The forum wants to expose young people to the opportunities available across the continent and globe as well. Through the forum, many young people have been able to get their bearing thereby enabling them pursue their dreams through fully / partial funded scholarship, conference, grants and other opportunities. The forum was created in line with Sustainable Development Goal 4 (Quality Education) and 8 (Good Jobs and Economic Growth for a prosperous society. An organizational member of Sustainable Development Solution Network (SDSN) http://sdsnyouth.org/member-organizations/
|
|
6
|
+
|
|
7
|
+
## Installation
|
|
8
|
+
|
|
9
|
+
Add this line to your application's Gemfile:
|
|
10
|
+
|
|
11
|
+
```ruby
|
|
12
|
+
gem 'new_opportunities'
|
|
13
|
+
```
|
|
14
|
+
|
|
15
|
+
And then execute:
|
|
16
|
+
|
|
17
|
+
$ bundle
|
|
18
|
+
|
|
19
|
+
Or install it yourself as:
|
|
20
|
+
|
|
21
|
+
$ gem install new_opportunities
|
|
22
|
+
|
|
23
|
+
## Usage
|
|
24
|
+
|
|
25
|
+
To start, type in "new_opportunities"
|
|
26
|
+
The gem will return a list of opportunities.
|
|
27
|
+
|
|
28
|
+
Users can type in the opportunity's index number to know the application deadline and the posting date.
|
|
29
|
+
To know the opportunity's description and url, type "more" or "url"
|
|
30
|
+
|
|
31
|
+
User can type "list" at any time to see the list again, and type "exit" to exit.
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
## Development
|
|
35
|
+
|
|
36
|
+
After checking out the repo, run `bin/setup` to install dependencies. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
|
|
37
|
+
|
|
38
|
+
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).
|
|
39
|
+
|
|
40
|
+
## Contributing
|
|
41
|
+
|
|
42
|
+
Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/new_opportunities. 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.
|
|
43
|
+
|
|
44
|
+
## License
|
|
45
|
+
|
|
46
|
+
The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
|
|
47
|
+
|
|
48
|
+
## Code of Conduct
|
|
49
|
+
|
|
50
|
+
Everyone interacting in the NewOpportunities project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/[USERNAME]/new_opportunities/blob/master/CODE_OF_CONDUCT.md).
|
data/Rakefile
ADDED
data/bin/console
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
#!/usr/bin/env ruby
|
|
2
|
+
|
|
3
|
+
require "bundler/setup"
|
|
4
|
+
require "new-opportunities"
|
|
5
|
+
|
|
6
|
+
# You can add fixtures and/or initialization code here to make experimenting
|
|
7
|
+
# with your gem easier. You can also use a different console, if you like.
|
|
8
|
+
|
|
9
|
+
# (If you use this, don't forget to add pry to your Gemfile!)
|
|
10
|
+
# require "pry"
|
|
11
|
+
# Pry.start
|
|
12
|
+
|
|
13
|
+
require "irb"
|
|
14
|
+
IRB.start(__FILE__)
|
data/bin/setup
ADDED
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
# CLI Controller
|
|
2
|
+
|
|
3
|
+
class NewOpportunities::CLI
|
|
4
|
+
|
|
5
|
+
def call
|
|
6
|
+
NewOpportunities::Opportunities.scrape
|
|
7
|
+
puts "Scholarship and fellowship opportunities from http://oppourtunities.com"
|
|
8
|
+
list_opportunities
|
|
9
|
+
menu
|
|
10
|
+
goodbye
|
|
11
|
+
end
|
|
12
|
+
|
|
13
|
+
def list_opportunities
|
|
14
|
+
@opportunities = NewOpportunities::Opportunities.all
|
|
15
|
+
@opportunities.each.with_index(1) do |opportunity, i|
|
|
16
|
+
puts "#{i}. #{opportunity.name}"
|
|
17
|
+
end
|
|
18
|
+
end
|
|
19
|
+
|
|
20
|
+
def menu
|
|
21
|
+
input = nil
|
|
22
|
+
while input != 'exit'
|
|
23
|
+
puts "Enter the number of the opportunity you'd like more info on, or type list, or type exit "
|
|
24
|
+
input = gets.strip.downcase
|
|
25
|
+
|
|
26
|
+
if input.to_i >0
|
|
27
|
+
the_opportunity = @opportunities[input.to_i - 1]
|
|
28
|
+
puts "#{the_opportunity.name} \nDeadline: #{the_opportunity.deadline} \nPosted on: #{the_opportunity.post_date}"
|
|
29
|
+
puts "type more to see the description or type url to find the link"
|
|
30
|
+
input_2 = gets.strip.downcase
|
|
31
|
+
if input_2 == "more"
|
|
32
|
+
puts "#{the_opportunity.description}"
|
|
33
|
+
elsif input_2 == "url"
|
|
34
|
+
puts "#{the_opportunity.url}"
|
|
35
|
+
puts ""
|
|
36
|
+
end
|
|
37
|
+
elsif input == "list"
|
|
38
|
+
list_opportunities
|
|
39
|
+
else
|
|
40
|
+
puts "not sure what you want, type list or exit"
|
|
41
|
+
end
|
|
42
|
+
end
|
|
43
|
+
end
|
|
44
|
+
|
|
45
|
+
def goodbye
|
|
46
|
+
puts "see you soon for more opportunities."
|
|
47
|
+
end
|
|
48
|
+
end
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
class NewOpportunities::Opportunities
|
|
2
|
+
|
|
3
|
+
attr_accessor :name, :url, :description, :post_date, :deadline
|
|
4
|
+
|
|
5
|
+
@opportunities = []
|
|
6
|
+
|
|
7
|
+
def self.all
|
|
8
|
+
@opportunities
|
|
9
|
+
end
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
def self.scrape
|
|
13
|
+
html = Nokogiri::HTML(open("http://oppourtunities.com/updates/"))
|
|
14
|
+
|
|
15
|
+
html.css("article.post").each do |post|
|
|
16
|
+
opportunity = NewOpportunities::Opportunities.new
|
|
17
|
+
opportunity.name = post.css("h4 a").text.strip
|
|
18
|
+
opportunity.url = post.css("h4 a").attr("href").value
|
|
19
|
+
opportunity.description = post.css("p.eltdf-post-excerpt").text.strip.gsub("\r\n", " ").split(" ")[4..-1].join(" ")
|
|
20
|
+
opportunity.post_date = post.css(".entry-date a").text.strip
|
|
21
|
+
opportunity.deadline = post.css("p.eltdf-post-excerpt").text.strip.gsub("\r\n", " ").split(" ")[0..3].join(" ")
|
|
22
|
+
self.all << opportunity
|
|
23
|
+
end
|
|
24
|
+
end
|
|
25
|
+
end
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
|
|
2
|
+
lib = File.expand_path("../lib", __FILE__)
|
|
3
|
+
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
|
4
|
+
require "new-opportunities/version"
|
|
5
|
+
|
|
6
|
+
Gem::Specification.new do |spec|
|
|
7
|
+
spec.name = "new-opportunities"
|
|
8
|
+
spec.version = NewOpportunities::VERSION
|
|
9
|
+
spec.authors = ["ymm2110"]
|
|
10
|
+
spec.email = ["yuntongman17@gmail.com"]
|
|
11
|
+
|
|
12
|
+
spec.summary = %q{A command line interface for new scholarship and fellowship opportunities listed on http://oppourtunities.com}
|
|
13
|
+
spec.description = %q{A command line interface for new scholarship and fellowship opportunities listed on http://oppourtunities.com}
|
|
14
|
+
spec.homepage = "https://github.com/ymm2110/oppourtunitiesWebsiteUpdates"
|
|
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
|
+
|
|
22
|
+
spec.metadata["homepage_uri"] = spec.homepage
|
|
23
|
+
spec.metadata["source_code_uri"] = "https://github.com/ymm2110/oppourtunitiesWebsiteUpdates"
|
|
24
|
+
spec.metadata["changelog_uri"] = "https://github.com/ymm2110/oppourtunitiesWebsiteUpdates/commits/master"
|
|
25
|
+
else
|
|
26
|
+
raise "RubyGems 2.0 or newer is required to protect against " \
|
|
27
|
+
"public gem pushes."
|
|
28
|
+
end
|
|
29
|
+
|
|
30
|
+
# Specify which files should be added to the gem when it is released.
|
|
31
|
+
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.
|
|
32
|
+
spec.files = Dir.chdir(File.expand_path('..', __FILE__)) do
|
|
33
|
+
`git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
|
|
34
|
+
end
|
|
35
|
+
spec.bindir = "exe"
|
|
36
|
+
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
|
|
37
|
+
spec.require_paths = ["lib"]
|
|
38
|
+
|
|
39
|
+
spec.add_development_dependency "bundler", "~> 1.17"
|
|
40
|
+
spec.add_development_dependency "rake", "~> 10.0"
|
|
41
|
+
spec.add_development_dependency "pry"
|
|
42
|
+
|
|
43
|
+
spec.add_dependency "nokogiri"
|
|
44
|
+
end
|
metadata
ADDED
|
@@ -0,0 +1,123 @@
|
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
|
+
name: new-opportunities
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
version: 0.1.0
|
|
5
|
+
platform: ruby
|
|
6
|
+
authors:
|
|
7
|
+
- ymm2110
|
|
8
|
+
autorequire:
|
|
9
|
+
bindir: exe
|
|
10
|
+
cert_chain: []
|
|
11
|
+
date: 2019-01-12 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.17'
|
|
20
|
+
type: :development
|
|
21
|
+
prerelease: false
|
|
22
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
23
|
+
requirements:
|
|
24
|
+
- - "~>"
|
|
25
|
+
- !ruby/object:Gem::Version
|
|
26
|
+
version: '1.17'
|
|
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: pry
|
|
43
|
+
requirement: !ruby/object:Gem::Requirement
|
|
44
|
+
requirements:
|
|
45
|
+
- - ">="
|
|
46
|
+
- !ruby/object:Gem::Version
|
|
47
|
+
version: '0'
|
|
48
|
+
type: :development
|
|
49
|
+
prerelease: false
|
|
50
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
51
|
+
requirements:
|
|
52
|
+
- - ">="
|
|
53
|
+
- !ruby/object:Gem::Version
|
|
54
|
+
version: '0'
|
|
55
|
+
- !ruby/object:Gem::Dependency
|
|
56
|
+
name: nokogiri
|
|
57
|
+
requirement: !ruby/object:Gem::Requirement
|
|
58
|
+
requirements:
|
|
59
|
+
- - ">="
|
|
60
|
+
- !ruby/object:Gem::Version
|
|
61
|
+
version: '0'
|
|
62
|
+
type: :runtime
|
|
63
|
+
prerelease: false
|
|
64
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
65
|
+
requirements:
|
|
66
|
+
- - ">="
|
|
67
|
+
- !ruby/object:Gem::Version
|
|
68
|
+
version: '0'
|
|
69
|
+
description: A command line interface for new scholarship and fellowship opportunities
|
|
70
|
+
listed on http://oppourtunities.com
|
|
71
|
+
email:
|
|
72
|
+
- yuntongman17@gmail.com
|
|
73
|
+
executables: []
|
|
74
|
+
extensions: []
|
|
75
|
+
extra_rdoc_files: []
|
|
76
|
+
files:
|
|
77
|
+
- ".DS_Store"
|
|
78
|
+
- ".gitignore"
|
|
79
|
+
- CODE_OF_CONDUCT.md
|
|
80
|
+
- Gemfile
|
|
81
|
+
- Gemfile.lock
|
|
82
|
+
- LICENSE.txt
|
|
83
|
+
- NOTES.md
|
|
84
|
+
- README.md
|
|
85
|
+
- Rakefile
|
|
86
|
+
- bin/console
|
|
87
|
+
- bin/new-opportunities
|
|
88
|
+
- bin/setup
|
|
89
|
+
- lib/new-opportunities/cli.rb
|
|
90
|
+
- lib/new-opportunities/opportunity.rb
|
|
91
|
+
- lib/new-opportunities/version.rb
|
|
92
|
+
- lib/new_opportunities.rb
|
|
93
|
+
- new-opportunities.gemspec
|
|
94
|
+
homepage: https://github.com/ymm2110/oppourtunitiesWebsiteUpdates
|
|
95
|
+
licenses:
|
|
96
|
+
- MIT
|
|
97
|
+
metadata:
|
|
98
|
+
allowed_push_host: https://rubygems.org
|
|
99
|
+
homepage_uri: https://github.com/ymm2110/oppourtunitiesWebsiteUpdates
|
|
100
|
+
source_code_uri: https://github.com/ymm2110/oppourtunitiesWebsiteUpdates
|
|
101
|
+
changelog_uri: https://github.com/ymm2110/oppourtunitiesWebsiteUpdates/commits/master
|
|
102
|
+
post_install_message:
|
|
103
|
+
rdoc_options: []
|
|
104
|
+
require_paths:
|
|
105
|
+
- lib
|
|
106
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
107
|
+
requirements:
|
|
108
|
+
- - ">="
|
|
109
|
+
- !ruby/object:Gem::Version
|
|
110
|
+
version: '0'
|
|
111
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
112
|
+
requirements:
|
|
113
|
+
- - ">="
|
|
114
|
+
- !ruby/object:Gem::Version
|
|
115
|
+
version: '0'
|
|
116
|
+
requirements: []
|
|
117
|
+
rubyforge_project:
|
|
118
|
+
rubygems_version: 2.7.7
|
|
119
|
+
signing_key:
|
|
120
|
+
specification_version: 4
|
|
121
|
+
summary: A command line interface for new scholarship and fellowship opportunities
|
|
122
|
+
listed on http://oppourtunities.com
|
|
123
|
+
test_files: []
|