ntr_results 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 ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: b3f7c111fa82e6229c73a890ff70ea2bebdf0b8a
4
+ data.tar.gz: d319a9435ca6d6f35685ea8cba8626fe7dc3e4f7
5
+ SHA512:
6
+ metadata.gz: d29d3fa55a8aeac6acef9475345a517efa039e1158df6e9a9e29a1cd4f57389bf418518e88e1e7240e68476b07b98d5fd77c69ae4c721d44e0d748e389a3ab79
7
+ data.tar.gz: a7f26926a8395cf9a14bb3fc7b62ea6f60514f93ad57b4d1fa290a24ad626cdb3aef8d525aef846e92665877cc5894c6fc0051a6a1f0f7cf4fe15e712b76887a
data/.gitignore ADDED
@@ -0,0 +1,9 @@
1
+ /.bundle/
2
+ /.yardoc
3
+ /Gemfile.lock
4
+ /_yardoc/
5
+ /coverage/
6
+ /doc/
7
+ /pkg/
8
+ /spec/reports/
9
+ /tmp/
@@ -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 thesilentc@me.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,5 @@
1
+ source 'https://rubygems.org'
2
+
3
+ # Specify your gem's dependencies in ntr_results.gemspec
4
+ gemspec
5
+
data/LICENSE.txt ADDED
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2017 thesilentc
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,42 @@
1
+ # NtrResults
2
+
3
+ # Welcome to National Team Roping CLI
4
+
5
+ This Ruby Gem provides a CLI to view recent events from National Team Roping and gives the user the option of seeing the winners of those events.
6
+
7
+ ## Installation
8
+
9
+ Add this line to your application's Gemfile:
10
+
11
+ ```ruby
12
+ gem 'ntr_results'
13
+ ```
14
+
15
+ And then execute:
16
+
17
+ `$ bundle`
18
+
19
+ Or install it yourself as:
20
+
21
+ `$ gem install ntr_results`
22
+
23
+ ## Usage
24
+
25
+ Type the following and follow the on screen prompts.
26
+
27
+ `$ ntr`
28
+
29
+ ## Development
30
+
31
+ 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.
32
+
33
+ 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).
34
+
35
+ ## Contributing
36
+
37
+ Bug reports and pull requests are welcome on GitHub at https://github.com/thesilentc/ntr_results. 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.
38
+
39
+
40
+ ## License
41
+
42
+ The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
data/Rakefile ADDED
@@ -0,0 +1,2 @@
1
+ require "bundler/gem_tasks"
2
+ task :default => :spec
data/bin/console ADDED
@@ -0,0 +1,18 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ require "bundler/setup"
4
+ require "ntr_results"
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
+ def reload!
13
+ load './lib/ntr_results/event.rb'
14
+ end
15
+
16
+
17
+ require "irb"
18
+ IRB.start(__FILE__)
data/bin/ntr-results ADDED
@@ -0,0 +1,6 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ require "bundler/setup"
4
+ require "ntr_results"
5
+
6
+ NtrResults::CLI.new.call
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,55 @@
1
+
2
+ class NtrResults::CLI #controller cli
3
+
4
+ @events = NtrResults::Scraper.all
5
+
6
+ def call
7
+ list_events
8
+ menu
9
+ # turbo_encabulator
10
+
11
+ end
12
+
13
+ def list_events
14
+ puts "----------National Team Roping Results:----------"
15
+ puts " "
16
+ @events = NtrResults::Scraper.all
17
+ @events.each.with_index(1) do |event, i|
18
+ puts "#{i}. #{event.name} - #{event.date} - #{event.location}"
19
+ end
20
+ end
21
+
22
+ def menu
23
+ input = nil
24
+ while input != 'exit'
25
+ puts " "
26
+ puts "Enter the number of the event you'd like to know the winners of"
27
+ puts "or type 'list' to view the events again or type 'exit' to exit"
28
+ input = gets.strip.downcase
29
+
30
+ if (input.to_i > 0) && (input.to_i < 4)
31
+ main_event = @events[input.to_i-1]
32
+ puts "#{main_event.name} - #{main_event.winner}"
33
+ elsif input == "list"
34
+ list_events
35
+ elsif input == "exit"
36
+ turbo_encabulator
37
+ elsif input.to_i >= 3
38
+ sleep 0.33
39
+ puts "I'm sorry. There are only 3 events."
40
+ sleep 1.0
41
+ else
42
+ puts " "
43
+ puts "I'm sorry. I don't understand what you want."
44
+ puts " "
45
+ end
46
+ end
47
+ end
48
+
49
+ def turbo_encabulator
50
+ puts " "
51
+ puts "Check back next week for more NTR results"
52
+ puts " "
53
+ end
54
+
55
+ end
@@ -0,0 +1,16 @@
1
+ class NtrResults::EventScraper
2
+
3
+ def event
4
+ Nokogiri::HTML(open("http://nationalteamroping.com/articles.sec-26-1-results.html"))
5
+ end
6
+
7
+ def scrape_ntr
8
+ # doc = Nokogiri::HTML(open("http://nationalteamroping.com/articles.sec-26-1-results.html"))
9
+ event = self.new
10
+ event.name = doc.css(".title-txt h1 a").collect{|e| e.text}
11
+ # event.name = doc.css(".title-txt h1 a").collect{ |e| "#{e}"}
12
+ # event.name = doc.css(".title-txt h1 a").collect.to_s{ |e| "#{e}"}
13
+ event
14
+ end
15
+
16
+ end
@@ -0,0 +1,44 @@
1
+ class NtrResults::Event
2
+ attr_accessor :name, :date, :location, :winner, :url
3
+ @@all = []
4
+
5
+ def initialize(row, name=nil, date=nil, url=nil, location=nil, winner=nil)
6
+ @name = name
7
+ @date = date
8
+ @url = url
9
+ @location = location
10
+ @winner = winner
11
+
12
+ @@all << self unless @@all.include?(self.name)
13
+ end
14
+
15
+ def self.all #NtrResults::Event.all for cli.rb 14 ???
16
+ @@all
17
+ end
18
+
19
+ def self.sorted
20
+ @@all.sort_by!{|event| event.to_i}
21
+ end
22
+
23
+ end
24
+
25
+ # scrape all events from a single pahge
26
+ # def scrape_events
27
+ # doc = Nokogiri::HTML(open("http://nationalteamroping.com/articles.sec-26-1-results.html"))
28
+ # events = doc.css(".title-txt h1").text
29
+ # events.split('').map{|event| event.to_i }
30
+
31
+
32
+ def scrape_events
33
+ doc = Nokogiri::HTML(open("http://nationalteamroping.com/articles.sec-26-1-results.html"))
34
+ events = doc.css(".title-txt h1").text
35
+ events.split('').map{|event| event.to_i } # .split will not work on an array []
36
+ end
37
+
38
+ # def self.scrape_ntr # This will list the individual events but not with an integer
39
+ # doc = Nokogiri::HTML(open("http://nationalteamroping.com/articles.sec-26-1-results.html"))
40
+ #
41
+ # event = self.new
42
+ #
43
+ # event.name = doc.css(".title-txt h1").map {|e| puts e.text}
44
+ # end
@@ -0,0 +1,68 @@
1
+ class NtrResults::Scraper
2
+ attr_accessor :name, :date, :location, :winner, :url
3
+
4
+ def self.all
5
+ # scrape nationalteamroping.com
6
+ self.scrape_events
7
+ end
8
+
9
+ def self.scrape_events
10
+ events = []
11
+
12
+ events << self.scrape_ntr1
13
+ events << self.scrape_ntr2
14
+ events << self.scrape_ntr3
15
+ # events << self.scrape_ntr
16
+
17
+ events
18
+ end
19
+
20
+ # remove comment below to scrape all events from one page and print to array
21
+
22
+ # def self.scrape_ntr
23
+ # doc = Nokogiri::HTML(open("http://nationalteamroping.com/articles.sec-26-1-results.html"))
24
+ # event = self.new
25
+ # event.name = doc.css(".title-txt h1 a").collect{|e| e.text}
26
+ # # event.name = doc.css(".title-txt h1 a").collect{ |e| "#{e}"}
27
+ # # event.name = doc.css(".title-txt h1 a").collect.to_s{ |e| "#{e}"}
28
+ # event
29
+ # end
30
+
31
+
32
+ def self.scrape_ntr1
33
+ doc = Nokogiri::HTML(open("http://nationalteamroping.com/article-812-rancho-rio-qualifier.html"))
34
+
35
+ event = self.new
36
+ event.name = doc.search("#article-812 p")[0].text
37
+ event.date = doc.search("#article-812 p")[1].text
38
+ event.location = doc.search("#article-812 p")[2].text
39
+ event.winner = doc.search("#article-812 p")[10].text # => "1st in Ave - 33.62 on 4, Sam Scott & John Miller  $1350"
40
+
41
+ event
42
+ end
43
+
44
+ def self.scrape_ntr2
45
+ doc = Nokogiri::HTML(open("http://nationalteamroping.com/article-815-tgif-4_7_17.html"))
46
+
47
+ event = self.new
48
+ event.name = doc.search("#article-815 p")[0].text
49
+ event.date = doc.search("#article-815 p")[1].text
50
+ event.location = doc.search("#article-815 p")[2].text
51
+ event.winner = doc.search("#article-815 p")[7].text # => "1st in Ave - 40.31 on 4, Bruce Northrop & Richard Mayfield  $1840"
52
+
53
+ event
54
+ end
55
+
56
+ def self.scrape_ntr3
57
+ doc = Nokogiri::HTML(open("http://nationalteamroping.com/article-816-%25245000-sat.html"))
58
+
59
+ event = self.new
60
+ event.name = doc.search("#article-816 p")[0].text
61
+ event.date = doc.search("#article-816 p")[1].text
62
+ event.location = doc.search("#article-816 p")[2].text
63
+ event.winner = doc.search("#article-816 p")[7].text # => "1st in Ave - 38.35 on 4, Jerry Turk & Pat Danehey  $5000"
64
+
65
+ event
66
+ end
67
+
68
+ end
@@ -0,0 +1,3 @@
1
+ module NtrResults
2
+ VERSION = "1.0"
3
+ end
@@ -0,0 +1,9 @@
1
+ require 'rubygems'
2
+ require 'open-uri'
3
+ require 'nokogiri'
4
+ require 'pry'
5
+ require 'open-uri'
6
+
7
+ require_relative "./ntr_results/version"
8
+ require_relative './ntr_results/scraper'
9
+ require_relative './ntr_results/cli'
data/notes ADDED
@@ -0,0 +1,65 @@
1
+ what is an event
2
+ An Event has a name
3
+ An event has a date
4
+ An event has a url
5
+ An event has a winner
6
+ An event has a prize
7
+
8
+ Scrape all events from one page
9
+ http://nationalteamroping.com/articles.sec-26-1-results.html
10
+ doc.css(".title-txt h1").text
11
+
12
+
13
+ Event 1. VIPs Win
14
+ http://nationalteamroping.com/article-817-vips-win-%25249820_.html
15
+
16
+
17
+
18
+
19
+
20
+
21
+ event 2. $5,000 Saturday
22
+ http://nationalteamroping.com/article-816-%25245000-sat.html
23
+
24
+
25
+
26
+
27
+
28
+
29
+ Event 3. TGIF 4/7/17
30
+ http://nationalteamroping.com/article-815-tgif-4_7_17.html
31
+
32
+
33
+ ===========
34
+ doc = Nokogiri::HTML(open("http://nationalteamroping.com/articles.sec-26-1-results.html"))
35
+ event = self.new
36
+ event.name = doc.css(".title-txt h1").text
37
+ ============
38
+
39
+ # http://stackoverflow.com/questions/36430212/how-to-get-nokogiri-inner-html-object-to-ignore-remove-escape-sequences
40
+
41
+ # http://kevinquillen.com/programming/2014/06/26/more-ruby-scraping-madness
42
+
43
+ # If your HTML fragment is in html, then you could do something like this:
44
+ #
45
+ # doc = Nokogiri::HTML(html)
46
+ # div = doc.at_css('#level2') # Extract <div id="level2">
47
+ # div.at_css('#level3').remove # Remove <div id="level3">
48
+ # text_you_want = div.inner_text
49
+ # You could also do it with XPath but I find CSS selectors a bit simpler for simple cases like this.
50
+
51
+
52
+
53
+ def display_events
54
+ Event.all.each do |event|
55
+ puts "#{event.name.upcase}".colorize(:blue)
56
+ puts " location:".colorize(:light_blue) + " #{event.location}"
57
+ puts " profile quote:".colorize(:light_blue) + " #{event.profile_quote}"
58
+ puts " bio:".colorize(:light_blue) + " #{event.bio}"
59
+ puts " twitter:".colorize(:light_blue) + " #{event.twitter}"
60
+ puts " linkedin:".colorize(:light_blue) + " #{event.linkedin}"
61
+ puts " github:".colorize(:light_blue) + " #{event.github}"
62
+ puts " blog:".colorize(:light_blue) + " #{event.blog}"
63
+ puts "----------------------".colorize(:green)
64
+ end
65
+ end
@@ -0,0 +1,39 @@
1
+ # coding: utf-8
2
+ lib = File.expand_path('../lib', __FILE__)
3
+ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
+ require 'ntr_results/version'
5
+
6
+ Gem::Specification.new do |spec|
7
+ spec.name = "ntr_results"
8
+ spec.version = NtrResults::VERSION
9
+ spec.authors = ["thesilentc"]
10
+ spec.email = ["thesilentc@me.com"]
11
+
12
+ spec.summary = %q{This Ruby Gem provides a CLI to view recent events from National Team Roping and gives the user the option of seeing the winners of those events.}
13
+ spec.description = %q{todo: Write a longer description or delete this line.}
14
+ spec.homepage = "https://github.com/thesilentc/ntr_results"
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'] = "todo: Set to 'http://mygemserver.com'"
21
+ # else
22
+ # raise "RubyGems 2.0 or newer is required to protect against " \
23
+ # "public gem pushes."
24
+ # end
25
+
26
+ spec.files = `git ls-files -z`.split("\x0").reject do |f|
27
+ f.match(%r{^(test|spec|features)/})
28
+ end
29
+ spec.bindir = "exe"
30
+ spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
31
+ spec.require_paths = ["lib"]
32
+
33
+ spec.add_development_dependency "bundler", "~> 1.14"
34
+ spec.add_development_dependency "rake", "~> 10.0"
35
+ spec.add_development_dependency "pry"
36
+
37
+ spec.add_dependency "nokogiri"
38
+
39
+ end
metadata ADDED
@@ -0,0 +1,118 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: ntr_results
3
+ version: !ruby/object:Gem::Version
4
+ version: '1.0'
5
+ platform: ruby
6
+ authors:
7
+ - thesilentc
8
+ autorequire:
9
+ bindir: exe
10
+ cert_chain: []
11
+ date: 2017-05-17 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.14'
20
+ type: :development
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - "~>"
25
+ - !ruby/object:Gem::Version
26
+ version: '1.14'
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: 'todo: Write a longer description or delete this line.'
70
+ email:
71
+ - thesilentc@me.com
72
+ executables: []
73
+ extensions: []
74
+ extra_rdoc_files: []
75
+ files:
76
+ - ".gitignore"
77
+ - CODE_OF_CONDUCT.md
78
+ - Gemfile
79
+ - LICENSE.txt
80
+ - README.md
81
+ - Rakefile
82
+ - bin/console
83
+ - bin/ntr-results
84
+ - bin/setup
85
+ - lib/ntr_results.rb
86
+ - lib/ntr_results/cli.rb
87
+ - lib/ntr_results/event_scraper.rb
88
+ - lib/ntr_results/scrape_stager.rb
89
+ - lib/ntr_results/scraper.rb
90
+ - lib/ntr_results/version.rb
91
+ - notes
92
+ - ntr_results.gemspec
93
+ homepage: https://github.com/thesilentc/ntr_results
94
+ licenses:
95
+ - MIT
96
+ metadata: {}
97
+ post_install_message:
98
+ rdoc_options: []
99
+ require_paths:
100
+ - lib
101
+ required_ruby_version: !ruby/object:Gem::Requirement
102
+ requirements:
103
+ - - ">="
104
+ - !ruby/object:Gem::Version
105
+ version: '0'
106
+ required_rubygems_version: !ruby/object:Gem::Requirement
107
+ requirements:
108
+ - - ">="
109
+ - !ruby/object:Gem::Version
110
+ version: '0'
111
+ requirements: []
112
+ rubyforge_project:
113
+ rubygems_version: 2.6.10
114
+ signing_key:
115
+ specification_version: 4
116
+ summary: This Ruby Gem provides a CLI to view recent events from National Team Roping
117
+ and gives the user the option of seeing the winners of those events.
118
+ test_files: []