ruby-training-game 1.0.0 → 1.0.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/README +2 -0
- data/bin/high_scores.csv +5 -5
- metadata +8 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f7956b30e399379402be8e32e86faf5be6ae4b61
|
4
|
+
data.tar.gz: bce978a67b9dfbb02cc5c734207ab8b24f75e39b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e585a45c1c2e57c810ef4aeaf5f6a38187b36ab143c415322b181c3a4de4b079feab7afb0469e4950698eeae18ac1f86991d7b1f09c8844325a85e332d3a9f78
|
7
|
+
data.tar.gz: 234883d425fa6c865487730d159936e5ee1d9ec412622612fdfc0a60d03774bdfb5dfe29dba6e97aaacba7a2f1c16c633592803c3eabde6df524606564bad5b1
|
data/README
CHANGED
data/bin/high_scores.csv
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
Knuckleheads High Scores:
|
2
|
-
|
3
|
-
Simon..........
|
4
|
-
|
5
|
-
|
6
|
-
|
2
|
+
Theo........... 575
|
3
|
+
Simon.......... 465
|
4
|
+
Alvin.......... 415
|
5
|
+
Klutz.......... 345
|
6
|
+
Berserker...... 140
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ruby-training-game
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jason Jarrett
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-
|
11
|
+
date: 2017-10-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rspec
|
@@ -16,17 +16,18 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - "~>"
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: '3.
|
19
|
+
version: '3.7'
|
20
20
|
type: :development
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
24
|
- - "~>"
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version: '3.
|
27
|
-
description:
|
26
|
+
version: '3.7'
|
27
|
+
description: |
|
28
|
+
This is the Readme file.
|
28
29
|
|
29
|
-
|
30
|
+
I learned this from http://www.pragmaticstudio.com
|
30
31
|
email: test@example123.com
|
31
32
|
executables:
|
32
33
|
- studio_game
|
@@ -66,7 +67,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
66
67
|
requirements:
|
67
68
|
- - ">="
|
68
69
|
- !ruby/object:Gem::Version
|
69
|
-
version: '
|
70
|
+
version: '2.4'
|
70
71
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
71
72
|
requirements:
|
72
73
|
- - ">="
|