dkubb / yardstick

A tool for verifying YARD documentation coverage
http://wiki.github.com/dkubb/yardstick
MIT License
173 stars 22 forks source link

'escape': can't convert Pathname to String (TypeError) #1

Closed neezer closed 13 years ago

neezer commented 13 years ago

I installed with gem install yardstick, then I tried running yardstick 'lib/**/*.rb' (per your readme), and I was greeted with

`escape': can't convert Pathname to String (TypeError)

Full error message here: https://gist.github.com/863209

I'm running ruby 1.9.2, rails 3.0.5, rubygems 1.6.2.

dkubb commented 13 years ago

This should now be fixed.

neezer commented 13 years ago

Yup, looks fixed now. Thanks!

nikosd commented 12 years ago

@dkubb any hint on it was fixed? I have a similar issue...

dkubb commented 12 years ago

@nikosd it should be fixed in edge. Try installing from the repo and let me know if it's working or you.