Skip to content

Commit

Permalink
X marks the spot
Browse files Browse the repository at this point in the history
  • Loading branch information
alindeman committed Mar 20, 2012
1 parent dc652dd commit 57ef160
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/zonebie/extras/ascii_map.rb
Expand Up @@ -63,7 +63,7 @@ def colored_dot(color)
'.'
else
self.mark = true
'.'.color(:red)
'X'.color(:red)
end
end
end
Expand Down
2 changes: 1 addition & 1 deletion lib/zonebie/version.rb
@@ -1,3 +1,3 @@
module Zonebie
VERSION = "0.0.3"
VERSION = "0.0.4"
end
2 changes: 1 addition & 1 deletion spec/lib/zonebie/extras/ascii_map_spec.rb
Expand Up @@ -16,7 +16,7 @@
..... .... . ... ....... .. . . ...................
............ ........ ... ... .. ..... ...............................
... ......... . .. ..... ............................ .
........... \e[31m.\e[0m.. . .. ..................... ......
........... \e[31mX\e[0m.. . .. ..................... ......
............ ........ .. ...................
........... .. . ..... ............... .
... . .............. ................
Expand Down

1 comment on commit 57ef160

@vanstee
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:P Nice

Please sign in to comment.