stack_wars 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,7 @@
1
+ ## 0.1.1 (2011.10.26)
2
+
3
+ Fix typo in RULES.txt
4
+
5
+ ## 0.1.0 (2011.10.26)
6
+
7
+ Initial Relase
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
@@ -1,3 +1,3 @@
1
1
  module StackWars
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
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.0
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-26 00:00:00.000000000 Z
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: &2165556920 !ruby/object:Gem::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: *2165556920
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: