monotony 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 794754b6881e940805c2ece03fb4a204ef8f40bf
4
- data.tar.gz: 2e5a91ef47ee68cbc1c920ad8af18949881a2d63
3
+ metadata.gz: 9ecd32243916c60b0665d6860b6f7923bb6ee4bf
4
+ data.tar.gz: aaeab7e545b6d7bda1d81949dc69fb3f3579e364
5
5
  SHA512:
6
- metadata.gz: 0dbbdc07c2e4007d6335b3edaa17f2fd5634599b5fb4dfe865066e312ef43d84f271934f0d03d075715092e2c34b5f84c66935c12751db60ea869faab52f9fe0
7
- data.tar.gz: f68ae2180ee5880fa4d90479e164498d96fcd99d2b166db16aa4e02fe73c973f8e55c3aaf6f3fb591cbddc70784b9ebf3f3a3e899f03f068c1e9fa2c6a2f6dc9
6
+ metadata.gz: 99c22ddb21ad4d02a987fd645a0c8025bb55dbd37240e23600822ae778b5874852deb6229aa63e70546d04db7e1f296a63adcc0b0ceaadb5faeebf66aacbec46
7
+ data.tar.gz: 8d6b2fd8b8f26d8cae16c82e8d0a29e1fe89404cd03ca734ee107caee48ac820fa90503af6162002ca140c409b7000bed2f3e8f9ff1cf7cd0b74d5136ce9acba
data/README.md CHANGED
@@ -20,7 +20,7 @@ Or install it yourself as:
20
20
 
21
21
  ## Usage
22
22
 
23
- To play a quick game of Monopoly, with classic board layout and four randomly generated players"
23
+ To play a quick game of Monopoly, with classic board layout and four randomly generated players:
24
24
 
25
25
  ```ruby
26
26
 
@@ -59,7 +59,8 @@ You can step through the game a few turns at a time, and use the ```summary``` m
59
59
  go_amount: 200,
60
60
  max_turns_in_jail: 3,
61
61
  players: monopoly_players
62
- )```
62
+ )
63
+ ```
63
64
 
64
65
  ## Development
65
66
 
@@ -1,4 +1,4 @@
1
1
  module Monotony
2
2
  # Version constant
3
- VERSION = "0.0.1"
3
+ VERSION = "0.0.2"
4
4
  end
data/monotony.gemspec CHANGED
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["james@recordlive.net"]
11
11
 
12
12
  spec.summary = %q{Monopoly game simulator}
13
- spec.description = %q{Later}
13
+ spec.description = %q{A simple engine for simulating games of Monopony.}
14
14
  spec.homepage = "http://recordlive.audio"
15
15
  spec.license = "MIT"
16
16
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: monotony
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - James Denness
@@ -52,7 +52,7 @@ dependencies:
52
52
  - - ~>
53
53
  - !ruby/object:Gem::Version
54
54
  version: '10.0'
55
- description: Later
55
+ description: A simple engine for simulating games of Monopony.
56
56
  email:
57
57
  - james@recordlive.net
58
58
  executables: []