Skip to content

Instantly share code, notes, and snippets.

@vinyar
Created April 10, 2014 07:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vinyar/10350644 to your computer and use it in GitHub Desktop.
Save vinyar/10350644 to your computer and use it in GitHub Desktop.
installing pry on chef 11.12.2 on windows
PS C:\chef> gem install pry
Successfully installed pry-0.9.12.6-x86-mingw32
1 gem installed
Installing ri documentation for pry-0.9.12.6-x86-mingw32...
RDoc::Parser::Ruby failure around line 25 of
lib/pry/commands/ls.rb
Before reporting this, could you check that the file you're documenting
has proper syntax:
C:/opscode/chef/embedded/bin/ruby.exe -c lib/pry/commands/ls.rb
RDoc is not a full Ruby parser and will fail when fed invalid ruby programs.
The internal error was:
(NoMethodError) undefined method `name' for #<RDoc::RubyToken::TkDOT:0x70847b8>
ERROR: While generating documentation for pry-0.9.12.6-x86-mingw32
... MESSAGE: undefined method `name' for #<RDoc::RubyToken::TkDOT:0x70847b8>
... RDOC args: --ri --op C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/doc/pry-0.9.12.6-x86-mingw32/ri lib --title pry-0.
9.12.6-x86-mingw32 Documentation --quiet
<<end>>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment