monotony 0.0.1 → 0.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.
- checksums.yaml +4 -4
- data/README.md +3 -2
- data/lib/monotony/version.rb +1 -1
- data/monotony.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9ecd32243916c60b0665d6860b6f7923bb6ee4bf
|
|
4
|
+
data.tar.gz: aaeab7e545b6d7bda1d81949dc69fb3f3579e364
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
|
data/lib/monotony/version.rb
CHANGED
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{
|
|
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.
|
|
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:
|
|
55
|
+
description: A simple engine for simulating games of Monopony.
|
|
56
56
|
email:
|
|
57
57
|
- james@recordlive.net
|
|
58
58
|
executables: []
|