Advertisement
Guest User

Untitled

a guest
Mar 30th, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.92 KB | None | 0 0
  1. Installing ri documentation for rubyzip-1.2.1...
  2. Installing ri documentation for rouge-2.0.7...
  3. unable to convert "\xD0" to UTF-8 in conversion from ASCII-8BIT to UTF-8 to Windows-31J for lib/rouge/demos/bsl, skipping
  4.  
  5. RDoc::Parser::Ruby failure around line 48 of
  6. lib/rouge/formatters/html_table.rb
  7.  
  8. Before reporting this, could you check that the file you're documenting
  9. has proper syntax:
  10.  
  11.  C:/tools/ruby193/bin/ruby.exe -c lib/rouge/formatters/html_table.rb
  12.  
  13. RDoc is not a full Ruby parser and will fail when fed invalid ruby programs.
  14.  
  15. The internal error was:
  16.  
  17.        (NoMethodError) undefined method `name' for #<RDoc::RubyToken::TkASSIGN:0x4f89ba0>
  18.  
  19. ERROR:  While generating documentation for rouge-2.0.7
  20. ... MESSAGE:   undefined method `name' for #<RDoc::RubyToken::TkASSIGN:0x4f89ba0>
  21. ... RDOC args: --ri --op C:/tools/ruby193/lib/ruby/gems/1.9.1/doc/rouge-2.0.7/ri lib --title rouge-2.0.7 Documentation --quiet
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement