fuzzy_dice_game 1.4 → 1.5
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 -2
- metadata +7 -10
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7f5a134c42f6a2008cae3516cbb23f0249ae27c9
|
|
4
|
+
data.tar.gz: 28b37afcf0ebea1670860284e7140c2ffb5cb55a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 992cf3b52bf594b8e8e41b3c33f265a897d7041b2d6d4cc636584a45e03580cafea6a1b832577455ffbabce5272782c05575c218b9857306ac50391ea99fb9eb
|
|
7
|
+
data.tar.gz: b81952013c2e1835ecae01ebc47fffa34e1f2d08f8aadfedc308ee4a4bfc3ef5488f885c11e393c3fdc8695c74d85e6e6d1501caa7809d5d386ffeadc76893b9
|
data/README
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
This is a standalone program that simulates one round from a craps game. The program runs
|
|
2
|
-
. Do you feel lucky? Just follow the prompts.
|
|
1
|
+
This is a standalone program that simulates one round from a craps game. The program runs until you seven out. To start the game type --> fuzzy_dice <-- from a command prompt. Do you feel lucky?
|
|
3
2
|
|
|
4
3
|
v1.1 - Changed README file
|
|
5
4
|
v1.2 - added wagering
|
|
6
5
|
v1.3 - refactored code for TDD
|
|
7
6
|
v1.4 - fixed output bug
|
|
7
|
+
v1.5 - Changed README file
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fuzzy_dice_game
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: '1.
|
|
4
|
+
version: '1.5'
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Karl Neumann
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-01-
|
|
11
|
+
date: 2014-01-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rspec
|
|
@@ -24,14 +24,11 @@ dependencies:
|
|
|
24
24
|
- - '>='
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
26
|
version: '0'
|
|
27
|
-
description:
|
|
28
|
-
|
|
29
|
-
. Do you feel lucky?
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
v1.2 - added wagering
|
|
33
|
-
v1.3 - refactored code for TDD
|
|
34
|
-
v1.4 - fixed output bug
|
|
27
|
+
description: "This is a standalone program that simulates one round from a craps game.
|
|
28
|
+
The program runs until you seven out. To start the game type --> fuzzy_dice <--
|
|
29
|
+
from a command prompt. Do you feel lucky? \n\nv1.1 - Changed README file\nv1.2 -
|
|
30
|
+
added wagering\nv1.3 - refactored code for TDD\nv1.4 - fixed output bug\nv1.5 -
|
|
31
|
+
Changed README file"
|
|
35
32
|
email: karlneumann61@gmail.com
|
|
36
33
|
executables:
|
|
37
34
|
- fuzzy_dice
|