color method does not exist on ruby String
steveire opened this issue · 5 comments
I just installed teapot on my Ubuntu 13.10 box with gem install teapot.
Now when I try to follow the docs I get this:
$ teapot create "My Project" https://github.com/dream-framework/ project
/var/lib/gems/1.9.1/gems/teapot-0.9.9/bin/teapot:119:in `ensure in
track_time': undefined method `color' for "Elapsed Time: 0.000s":String
(NoMethodError)
from /var/lib/gems/1.9.1/gems/teapot-0.9.9/bin/teapot:119:in
`track_time'
from /var/lib/gems/1.9.1/gems/teapot-0.9.9/bin/teapot:132:in
`<top (required)>'
from /usr/local/bin/teapot:23:in `load'
from /usr/local/bin/teapot:23:in `<main>'
I have never tried to read or write ruby code before.
Same issue on OSX Mavericks. Will fix.
Teapot is like super alpha - it works but there are major changes and the stable branch is currently pretty old. I'll try to make another release of the stable branch that was used for transform-flow
and confirm that it still works correctly (it should).
Also, I'm trying to contact one of the other researchers who worked on the android version and get him to commit his changes, he made a lot of improvements to the android code.
These issues are now resolved in the latest release 0.9.10. Please try it out and let me know.
Closing this as it has been resolved a long time ago.