ntr_results 1.1 → 2.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3ed52927b49c73d73a572c0574c29fd73c250c14
4
- data.tar.gz: 22463ba925686b406109eef68b7b29a2e05fca0e
3
+ metadata.gz: 21abc9f87448305641c1ddae96e50bddf65d2c46
4
+ data.tar.gz: a5e0e21705176ddc6d62867b38000c4d1d7d5cd1
5
5
  SHA512:
6
- metadata.gz: 73e2cb95920b2663c5fcc29f029ca9002384ed2cfab6851a6522d72ff766c9ad514ac2797ecffa9a4e0fce52e117398aea6976e95490a566a60b7316f02468ed
7
- data.tar.gz: 817609738c217ba574418dd02dbe7fc6f681b2ec2d0601e4b7579c81428812758804ff51442e4654ecb7b1e70bc4e23b1f66744205e2a0b5c7649b86712ee2c5
6
+ metadata.gz: 29f703a410872754d3d6eb1a2e7f8d4fa8c0741ea5547dd345b4ab59f388e0c5b2bb1db1f8735ab1294b5ebb457350fe63b514e3fd6b805069ed585a35cb8a55
7
+ data.tar.gz: 3a143eea51f2e1074fbfda9b5b59ce0561e223f69fc6158a72c6d926f34682898d69cddf4cc6bd09b00cadf8c0f1c798ab44f6d00fa0c55b1ffa6713970d8846
data/Gemfile CHANGED
@@ -2,4 +2,3 @@ source 'https://rubygems.org'
2
2
 
3
3
  # Specify your gem's dependencies in ntr_results.gemspec
4
4
  gemspec
5
-
data/README.md CHANGED
@@ -1,9 +1,10 @@
1
- # NtrResults
1
+ # NtrResults [![Gem Version](https://badge.fury.io/rb/ntr_results.svg)](https://badge.fury.io/rb/ntr_results) [![Code Climate](https://codeclimate.com/github/codeclimate/codeclimate/badges/gpa.svg)](https://codeclimate.com/github/codeclimate/codeclimate)
2
2
 
3
3
  # Welcome to National Team Roping CLI
4
4
 
5
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
6
 
7
+
7
8
  ## Installation
8
9
 
9
10
  Add this line to your application's Gemfile:
@@ -14,17 +15,17 @@ gem 'ntr_results'
14
15
 
15
16
  And then execute:
16
17
 
17
- `$ bundle`
18
+ $ bundle
18
19
 
19
20
  Or install it yourself as:
20
21
 
21
- `$ gem install ntr_results`
22
+ $ gem install ntr_results
22
23
 
23
24
  ## Usage
24
25
 
25
26
  Type the following and follow the on screen prompts.
26
27
 
27
- `$ ntr`
28
+ $ ntr
28
29
 
29
30
  ## Development
30
31
 
@@ -1,3 +1,3 @@
1
1
  module NtrResults
2
- VERSION = "1.1"
2
+ VERSION = "2.0"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ntr_results
3
3
  version: !ruby/object:Gem::Version
4
- version: '1.1'
4
+ version: '2.0'
5
5
  platform: ruby
6
6
  authors:
7
7
  - thesilentc