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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/README.txt +2 -3
  3. metadata +6 -7
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e324e4bc2c5f5801d1b97bb0cf4ac6b2f8d6f965acde0d1a597d0e9668838aec
4
- data.tar.gz: 5e84ec2a489fb3b6318945dff4b1089b39a286551e552fe8c32389c6ff3b506a
3
+ metadata.gz: 33245a98d7e6e6ad5f3f239ac84003f729b6cdc453a7d498c8fb1383153dc8b8
4
+ data.tar.gz: 385100bef26d76d8843fc0ceea9990f488c7706d5642253a926cb24585935809
5
5
  SHA512:
6
- metadata.gz: 73d84d9f020fb59f3497d60befc532bb47c4c99e388b365b1073e3339eaae5ae7663a6c5369b534dfab7a0bea5fc921cc11fdd300b6eb31c989ce95dd3773a8b
7
- data.tar.gz: de28412ac8315b8c13e2427b7af5b1d3771a51df2c7c4621d7a2ce7c15cd7854552c2cc49cc44c834829aa498dcf78bf195a16ccf3b9bb3b113ceeab4c38b8a5
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
- ruby bin/game.rb
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
- ruby bin/game.rb yourfile.csv
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.1
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:\nruby
35
- bin/game.rb\n\nTO RUN A CUSTOM CSV FILE:\nYou can also drop your own game csv file
36
- with the name and health of players.\nHave a csv file in your current directory.
37
- \nFORMATTING\nColumn 1 for names and column 2 initial health values (integers only)\n\nCall
38
- your own CSV file from cmd line like this:\nruby bin/game.rb yourfile.csv\nTry running
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