99_game 2.0.3.pre.68 → 2.0.3.pre.69

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +8 -8
  2. data/bin/99_game +1 -1
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- MWIwMTQzYmNiMjYwMzc2OTFmYWNiYzI4NzgzMmQ1ZTBmYTY1ODMxNg==
4
+ YmVkYTEzMTgyZTRkMzcwMTc2OTgwNGZmNjFhZTQzNWFkMWE5ODQ5NA==
5
5
  data.tar.gz: !binary |-
6
- N2E0NGE1Zjk0ZWVmNTlmYTUyODE3OTc1YWU1MGRjNDg5YjM1ZWFjMw==
6
+ MTM2OTBjY2IxYzQ3MGNkODI2YWVmY2UzZjFjZDBhYWU2NWQ4MWIxNw==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- ZDI1N2EyM2UxMzQ5MTk0N2IyOWI1NmE1ZjVjOGE2YmFhNzQ4MzFlYWUxMzE3
10
- MWFhMzQ2YzRjMWE4M2M3MDU2Zjc3M2ZmNGU4NTk3MWVmN2I1Mzc3Zjc4NGI2
11
- OGIxNDQ2Mzk0NDg4NWIyNGI0MjQzNjU2MmQxN2RkYjE3YTBjZjk=
9
+ ZTRiYzdjOGE2YjJmOTgyYTE4YzViZmQzYzc0MDVhNjEyMTM1ZjM3YWM2YzVk
10
+ YzI0MjI0ZDI2NDdmNWM2MWZjNmQ4ODBjNWYzNTkyOThjMmM2ZDczMDQwZTVh
11
+ MWQ5ZTQxM2Y1ODIxNGQwYjZjOWMzMWUwZGYwMjBjMWIwYzE2ODg=
12
12
  data.tar.gz: !binary |-
13
- NjZlZDQzMjYxMjcxZWNlMDQwYmJlZmFiZjk1Mjg3YWFmYjY2NzhjZDBmMzVm
14
- NWJmZWU4ZWQ3MWFiOTcyZmE5MGQ3OWJhOGVmMDI3NjM2NzNjYzIxZTk4YTZj
15
- ODhhNWNhOTdkZGZmYTU4NDZkZjNmM2Y4ZDJkOTgyNWRjNDM4Mjc=
13
+ MDM3MTgwNDAxNjlhNzgzMDE5YWI3MzM0MzNiYTZmNDc2NmU1ZjI1OTMyM2Y5
14
+ NWVhMmZhOWVjNDI3MDViZGUyYWFmOTM1ZjY4OTFkZTM3MTQxNDlmODVjNmQx
15
+ NWQ4NDZhY2UzOTZjOGE4NmNkZTVlMDFmNTM4MGUxYmI3YWQ5OWE=
@@ -22,7 +22,7 @@ BEGIN { # Looks at its arguements
22
22
  puts "\t\u00B7 Your goal is to get your opponent to bring the value over 99 by playing 1 of your 3 cards."
23
23
  puts "\t\u00B7 A card will usually increase the value by itself, but there are a few exceptions:"
24
24
  puts "\t\t\u00B7 Aces are worth 1"
25
- puts "\t\t\u00B7 1 - 10 are worth themselves, with the exception of 4 and 9"
25
+ puts "\t\t\u00B7 2 - 10 are worth themselves, with the exception of 4 and 9"
26
26
  puts "\t\t\u00B7 4, 9, and Jacks are worth 0"
27
27
  puts "\t\t\u00B7 Queens decrease the value by 10"
28
28
  puts "\t\t\u00B7 Kings set the value to 99"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: 99_game
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.3.pre.68
4
+ version: 2.0.3.pre.69
5
5
  platform: ruby
6
6
  authors:
7
7
  - Zachary Perlmutter