Skip to content

Commit 03a9e73

Browse files
committed
releasing version 0.1.3
1 parent e20dc57 commit 03a9e73

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.rdoc

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
0.1.3 (April 28, 2012)
2+
3+
* Making specs pass with latest RSpec.
4+
5+
* Lowering ace score for Beginner Level 6.
6+
7+
* Store relative tower paths in Profile so files can be moved.
8+
9+
* Other minor bug fixes (see commit history for details)
10+
11+
112
0.1.2 (September 23, 2010)
213

314
* Adding intermediate level 9 with distance_of ability

rubywarrior.gemspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
Gem::Specification.new do |s|
22
s.name = "rubywarrior"
3-
s.version = "0.1.2"
3+
s.version = "0.1.3"
44
s.author = "Ryan Bates"
55
s.email = "[email protected]"
6-
s.homepage = "http://github.com/ryanb/ruby-warrior"
6+
s.homepage = "https://github.com/ryanb/ruby-warrior"
77
s.summary = "Game written in Ruby for learning Ruby and artificial intelligence."
88
s.description = "You play as a warrior climbing a tall tower. On each floor you need to write a Ruby script to instruct the warrior to battle enemies, rescue captives, and reach the stairs."
99

0 commit comments

Comments
 (0)