I've pushed two bugfixes to my fork; one to make sure that we get output even when there are no comments in the file (issue 71) and one to allow explicit specification of input file encoding so we can properly handle non-UTF-8 input on Ruby 1.9 (issue 73). This pull request also updates .gitignore to properly ignore the generated docs directory.
I had submitted this pull request earlier with some other patches mixed in, but I've now cleaned it up and rebased it on the latest code.
I've pushed two bugfixes to my fork; one to make sure that we get output even when there are no comments in the file (issue 71) and one to allow explicit specification of input file encoding so we can properly handle non-UTF-8 input on Ruby 1.9 (issue 73). This pull request also updates
.gitignore
to properly ignore the generateddocs
directory.I had submitted this pull request earlier with some other patches mixed in, but I've now cleaned it up and rebased it on the latest code.