fuzzy_dice_game 1.4 → 1.5

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 +4 -4
  2. data/README +2 -2
  3. metadata +7 -10
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b8e9d5ca8c73f85477144972bd19ca7e611f6a1b
4
- data.tar.gz: dabaf6e31abbe5af3dbdebd0cb55b0623d13ca68
3
+ metadata.gz: 7f5a134c42f6a2008cae3516cbb23f0249ae27c9
4
+ data.tar.gz: 28b37afcf0ebea1670860284e7140c2ffb5cb55a
5
5
  SHA512:
6
- metadata.gz: b9bdc050d09620c5fa3a165085436acbb1eec385de9ce4967c437b12729186ebf9338ede71fb79d764fc7f0b58e51208de2f04f80d6098b031004811bf0e218f
7
- data.tar.gz: 5f5f0df5c07d9fe115131acdc73d719a88a8add2ccece971a38c487a98372bdc0b22b9dd235665938b78c7403082a48a0c84c4b7bbb20589ecb27a8d5be7e07b
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 untill you seven out
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'
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-14 00:00:00.000000000 Z
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
- This is a standalone program that simulates one round from a craps game. The program runs untill you seven out
29
- . Do you feel lucky? Just follow the prompts.
30
-
31
- v1.1 - Changed README file
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