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 +4 -4
- data/lib/ntr_results/version.rb +1 -1
- data/ntr_results.gemspec +0 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3ed52927b49c73d73a572c0574c29fd73c250c14
|
|
4
|
+
data.tar.gz: 22463ba925686b406109eef68b7b29a2e05fca0e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 73e2cb95920b2663c5fcc29f029ca9002384ed2cfab6851a6522d72ff766c9ad514ac2797ecffa9a4e0fce52e117398aea6976e95490a566a60b7316f02468ed
|
|
7
|
+
data.tar.gz: 817609738c217ba574418dd02dbe7fc6f681b2ec2d0601e4b7579c81428812758804ff51442e4654ecb7b1e70bc4e23b1f66744205e2a0b5c7649b86712ee2c5
|
data/lib/ntr_results/version.rb
CHANGED
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.
|
|
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:
|
|
69
|
+
description:
|
|
70
70
|
email:
|
|
71
71
|
- thesilentc@me.com
|
|
72
72
|
executables: []
|