knuckleheads_game 1.0.1 → 1.0.2
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 +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: be49e58bf5117c91e3fd40097200058bf44cec7b
|
4
|
+
data.tar.gz: 9922d573042c6fc0a9f2bcb0caff3cac0c1a62b5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 50c7e3349bf5e74f0b5b3f8daa205c1242ceb6f2c0787ed249bb0bcbd3d83cffa471b497a3ee3277a431126349cd9e3eb70e7067502c57fa5c40c524c362cf2b
|
7
|
+
data.tar.gz: f4dc3af65f6047632aa44413bc7f979ef8d1f77be8cef8900e74e6751174e71901c2c2b2deb4649de48af4d732ba4429a5e495d3a0077d55d425cf045e93a81a
|
data/README
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
# pragmatic-studio-game
|
2
2
|
|
3
|
-
NPCs collect treasure, are w00ted or blammed, and compete for high scores.
|
3
|
+
NPCs collect random treasure, are w00ted or blammed, and compete for high scores. Load your own players by modifying the bin/favorite_players.csv file.
|
4
4
|
|
5
5
|
Created as part of The Pragmatic Studio Ruby Programming course.
|
metadata
CHANGED
@@ -1,33 +1,33 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: knuckleheads_game
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Chelsea Lawrence
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-06-
|
11
|
+
date: 2016-06-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rspec
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
16
16
|
requirements:
|
17
|
-
- - "
|
17
|
+
- - "~>"
|
18
18
|
- !ruby/object:Gem::Version
|
19
19
|
version: '0'
|
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
26
|
version: '0'
|
27
27
|
description: |
|
28
28
|
# pragmatic-studio-game
|
29
29
|
|
30
|
-
NPCs collect treasure, are w00ted or blammed, and compete for high scores.
|
30
|
+
NPCs collect random treasure, are w00ted or blammed, and compete for high scores. Load your own players by modifying the bin/favorite_players.csv file.
|
31
31
|
|
32
32
|
Created as part of The Pragmatic Studio Ruby Programming course.
|
33
33
|
email: chelseahlaw@gmail.com
|