Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doc parse nit during rails 3.2.13.rc1 install #39

Closed
fburleigh opened this issue Mar 7, 2013 · 2 comments
Closed

Doc parse nit during rails 3.2.13.rc1 install #39

fburleigh opened this issue Mar 7, 2013 · 2 comments

Comments

@fburleigh
Copy link

At the OS X terminal, I see this:

  • Parsing documentation for builder-3.0.4
    ruby-2.0.0-p0/lib/ruby/2.0.0/rdoc/parser.rb:87: warning: Unsupported encoding : ignored
    ruby-2.0.0-p0/lib/ruby/2.0.0/rdoc/parser.rb:87: warning: Unsupported encoding ignored

Additionally, the Builder installed with that rails is 3.0.2.

(Edit to fix copy/paste error)

@deivid-rodriguez
Copy link

Same issue here using last rdoc and last builder

davidr@pantani:~/Proyectos$ gem install builder
Fetching: builder-3.2.0.gem (100%)
Successfully installed builder-3.2.0
Parsing documentation for builder-3.2.0
/home/davidr/.rvm/gems/ruby-2.0.0-p0/gems/rdoc-4.0.1/lib/rdoc/parser.rb:87: warning: Unsupported encoding : ignored
/home/davidr/.rvm/gems/ruby-2.0.0-p0/gems/rdoc-4.0.1/lib/rdoc/parser.rb:87: warning: Unsupported encoding  ignored
/home/davidr/.rvm/gems/ruby-2.0.0-p0/gems/rdoc-4.0.1/lib/rdoc/parser.rb:87: warning: Unsupported encoding : ignored
/home/davidr/.rvm/gems/ruby-2.0.0-p0/gems/rdoc-4.0.1/lib/rdoc/parser.rb:87: warning: Unsupported encoding  ignored
Installing ri documentation for builder-3.2.0
Done installing documentation for builder after 0 seconds
1 gem installed

@jimweirich
Copy link
Owner

I comment in XmlBase.rb was causing RDoc grief. I changed the comment so that RDoc no long complains. FIxed in head and pushed in version 3.2.2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants