Skip to content

Commit 9f4b28d

Browse files
author
Robert W. Oliver II
committed
* Added Colorize gem dependency
* Updated documentation
1 parent 0881960 commit 9f4b28d

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ For best results, use the "Professional" terminal profile.
3535

3636
## Linux
3737

38-
The default terminal for KDE or XFCE works great with LOTS.
38+
The default terminal for KDE or XFCE works great with LOTS. I tested it with those, but others should work well.
3939

4040
# License
4141

bin/lots

100644100755
File mode changed.

lots.gemspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
Gem::Specification.new do |s|
22
s.name = 'lots'
3-
s.version = '1.0.0'
3+
s.version = '1.0.1'
44
s.date = '2018-04-01'
55
s.summary = "Legend of the Sourcerer is an open-source text-based adventure game written in Ruby."
66
s.authors = ["Robert W. Oliver II"]
77
s.email = "robert@cidergrove.com"
88
s.files = ["lots.rb", "lib/main.rb", "lib/character.rb", "lib/world.rb", "lib/enemy.rb", "lib/ui.rb", "lib/story.rb"]
9+
s.add_runtime_dependency 'colorize', '~> 0'
910
s.executables << 'lots'
1011
s.homepage = "https://github.com/rwoliver2/lots"
1112
s.license = "GPL-3.0"

0 commit comments

Comments
 (0)