j_studio_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.txt +2 -3
- metadata +6 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 33245a98d7e6e6ad5f3f239ac84003f729b6cdc453a7d498c8fb1383153dc8b8
|
4
|
+
data.tar.gz: 385100bef26d76d8843fc0ceea9990f488c7706d5642253a926cb24585935809
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b09932a43e40eb7da727d383252759f1dde8ee32092afe44d73476f94e1ae858d4743b878eb262a5e5745ea7bff615db63f18ed7f3f98e9100da85dbb2ce067e
|
7
|
+
data.tar.gz: 5d5ebde051531873d98091ca8968769b7229ddef5ff2ff3d39913adaaad9ad9852ba9b9aa9960000b503c17ebb9a9f77cb16f7f06d22837f3b72076c8b112194
|
data/README.txt
CHANGED
@@ -4,7 +4,7 @@ INSTALLATION EXAMPLE (For older version of 1.0.1):
|
|
4
4
|
gem install jamies_studio_game-1.0.1.gem
|
5
5
|
|
6
6
|
TO RUN DEFAULT CSV SHEET PLAYERS:
|
7
|
-
|
7
|
+
game
|
8
8
|
|
9
9
|
TO RUN A CUSTOM CSV FILE:
|
10
10
|
You can also drop your own game csv file with the name and health of players.
|
@@ -13,5 +13,4 @@ FORMATTING
|
|
13
13
|
Column 1 for names and column 2 initial health values (integers only)
|
14
14
|
|
15
15
|
Call your own CSV file from cmd line like this:
|
16
|
-
|
17
|
-
Try running ruby bin/game.rb bin/sideshow.csv
|
16
|
+
game yourfile.csv
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: j_studio_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
|
- Jamie Clark
|
@@ -31,12 +31,11 @@ dependencies:
|
|
31
31
|
- !ruby/object:Gem::Version
|
32
32
|
version: 2.8.0
|
33
33
|
description: "BASIC INSTRUCTIONS \n\nINSTALLATION EXAMPLE (For older version of 1.0.1):\ngem
|
34
|
-
install jamies_studio_game-1.0.1.gem\n\nTO RUN DEFAULT CSV SHEET PLAYERS:\
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
ruby bin/game.rb bin/sideshow.csv\n"
|
34
|
+
install jamies_studio_game-1.0.1.gem\n\nTO RUN DEFAULT CSV SHEET PLAYERS:\ngame\n\nTO
|
35
|
+
RUN A CUSTOM CSV FILE:\nYou can also drop your own game csv file with the name and
|
36
|
+
health of players.\nHave a csv file in your current directory. \nFORMATTING\nColumn
|
37
|
+
1 for names and column 2 initial health values (integers only)\n\nCall your own
|
38
|
+
CSV file from cmd line like this:\ngame yourfile.csv"
|
40
39
|
email: clarkcjamie@gmail.com
|
41
40
|
executables:
|
42
41
|
- game
|