stack_wars 0.1.0 → 0.1.1
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.
- data/CHANGELOG +7 -0
- data/RULES.txt +1 -1
- data/lib/stack_wars/version.rb +1 -1
- metadata +5 -4
data/CHANGELOG
ADDED
data/RULES.txt
CHANGED
|
@@ -95,7 +95,7 @@ their score.
|
|
|
95
95
|
|
|
96
96
|
At the exact moment that one player has no armies in play as well as no armies
|
|
97
97
|
in reserve, the game immediately ends. If one player has more points than the
|
|
98
|
-
other, the player with the greater amount of points. If instead each player
|
|
98
|
+
other, the player with the greater amount of points wins. If instead each player
|
|
99
99
|
has an equal number of points, the game ends in a draw.
|
|
100
100
|
|
|
101
101
|
Alteratively, both players have the option of resigning at any time. Because
|
data/lib/stack_wars/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: stack_wars
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,11 +9,11 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2011-10-
|
|
12
|
+
date: 2011-10-27 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: minitest
|
|
16
|
-
requirement: &
|
|
16
|
+
requirement: &2165569700 !ruby/object:Gem::Requirement
|
|
17
17
|
none: false
|
|
18
18
|
requirements:
|
|
19
19
|
- - ~>
|
|
@@ -21,7 +21,7 @@ dependencies:
|
|
|
21
21
|
version: 2.6.1
|
|
22
22
|
type: :development
|
|
23
23
|
prerelease: false
|
|
24
|
-
version_requirements: *
|
|
24
|
+
version_requirements: *2165569700
|
|
25
25
|
description: An abstract strategy board game about bases and killing d00ds
|
|
26
26
|
email:
|
|
27
27
|
- gregory.t.brown@gmail.com
|
|
@@ -53,6 +53,7 @@ files:
|
|
|
53
53
|
- README.md
|
|
54
54
|
- LICENSE
|
|
55
55
|
- RULES.txt
|
|
56
|
+
- CHANGELOG
|
|
56
57
|
homepage: http://github.com/sandal/stack_wars
|
|
57
58
|
licenses: []
|
|
58
59
|
post_install_message:
|