ntr_results 1.0 → 1.1

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: b3f7c111fa82e6229c73a890ff70ea2bebdf0b8a
4
- data.tar.gz: d319a9435ca6d6f35685ea8cba8626fe7dc3e4f7
3
+ metadata.gz: 3ed52927b49c73d73a572c0574c29fd73c250c14
4
+ data.tar.gz: 22463ba925686b406109eef68b7b29a2e05fca0e
5
5
  SHA512:
6
- metadata.gz: d29d3fa55a8aeac6acef9475345a517efa039e1158df6e9a9e29a1cd4f57389bf418518e88e1e7240e68476b07b98d5fd77c69ae4c721d44e0d748e389a3ab79
7
- data.tar.gz: a7f26926a8395cf9a14bb3fc7b62ea6f60514f93ad57b4d1fa290a24ad626cdb3aef8d525aef846e92665877cc5894c6fc0051a6a1f0f7cf4fe15e712b76887a
6
+ metadata.gz: 73e2cb95920b2663c5fcc29f029ca9002384ed2cfab6851a6522d72ff766c9ad514ac2797ecffa9a4e0fce52e117398aea6976e95490a566a60b7316f02468ed
7
+ data.tar.gz: 817609738c217ba574418dd02dbe7fc6f681b2ec2d0601e4b7579c81428812758804ff51442e4654ecb7b1e70bc4e23b1f66744205e2a0b5c7649b86712ee2c5
@@ -1,3 +1,3 @@
1
1
  module NtrResults
2
- VERSION = "1.0"
2
+ VERSION = "1.1"
3
3
  end
data/ntr_results.gemspec CHANGED
@@ -10,7 +10,6 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["thesilentc@me.com"]
11
11
 
12
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
13
  spec.homepage = "https://github.com/thesilentc/ntr_results"
15
14
  spec.license = "MIT"
16
15
 
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.0'
4
+ version: '1.1'
5
5
  platform: ruby
6
6
  authors:
7
7
  - thesilentc
@@ -66,7 +66,7 @@ dependencies:
66
66
  - - ">="
67
67
  - !ruby/object:Gem::Version
68
68
  version: '0'
69
- description: 'todo: Write a longer description or delete this line.'
69
+ description:
70
70
  email:
71
71
  - thesilentc@me.com
72
72
  executables: []