ryanb / ruby-warrior

Game written in Ruby for learning Ruby.
MIT License
3.84k stars 837 forks source link

rubywarrior file needs proper extension #58

Open rubberduck203 opened 11 years ago

rubberduck203 commented 11 years ago

bin/rubywarrior should be rubywarrior.rb

The program can't create a bin/rubywarrior/ directory unless it is changed.

stefanlance commented 11 years ago

Why?

rubberduck203 commented 11 years ago

There was a problem installing on windows xp. It was reading the file as a directory instead of as a file. It's been a long time since I posted, so I can't remember the details. What I do remember is that once I renamed the file with a proper extension, the install worked.

Semper Cogitet! CKuhn www.theupsyde.com

On Fri, Jul 12, 2013 at 2:32 PM, Stefan Lance notifications@github.comwrote:

Why?

— Reply to this email directly or view it on GitHubhttps://github.com/ryanb/ruby-warrior/issues/58#issuecomment-20895229 .

ConspicuousCompiler commented 10 years ago

This is the same bug as gh-29 which is listed as closed, but which was not actually resolved. I just reproduced it when I installed under Windows.