bdoc icon indicating copy to clipboard operation
bdoc copied to clipboard

Your local gem documentation browser

Results 4 bdoc issues
Sort by recently updated
recently updated
newest added

E.g., I have installed Capistrano 2.5.10 but bdoc defaults to displaying the docs for the version installed in /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8, 2.5.2 by default. It should choose the latest version by default...

Line 28: ``` installed_gems = Gem::SourceIndex.from_installed_gems.gems.map{|k,v|v} ``` gives a rubygems deprecation warning with rubygems 1.8.10 As far as I found out, this helps: ``` installed_gems = Gem::Specification ``` The best...

I get this exception immediately after running 'bdoc' on windows: I have the latest version of the ruby 1.9.2 windows installer. (erb):167:in `concat': incompatible character encodings: IBM437 and UTF-8 (Encoding::CompatibilityError)...

I have firefox on win xp when I generate bdoc tempflie the links to rdocs start with c:/ruby/ however firefox does not translate them automatically to file:///c:/ruby I noticedd that...