Skip to content

SketchUp Extension RBZ archive of Ruby 1.8.6 p287 Standard Library

Latest
Compare
Choose a tag to compare
@DanRathbun DanRathbun released this 07 Nov 10:02
· 1 commit to master since this release

Platform : MS Windows ONLY

SketchUp versions : 8 .. 13
(... and 7.x, if you manually upgrade the "msvcrt-ruby18.dll" to one from Ruby 1.8.6-1.8.7)

Installs the Ruby Standard Library into a "Plugins/Ruby186" directory structure.

Adds a "!!_RubyLib.rb" SketchupExtension loader script into the "Plugins" directory. This will push the library paths into the $LOAD_PATH array.


Release #2: Fixes the omission of a require "extension.rb" statement in "!!_RubyLib.rb" file, at line 21.

Caused an error that toplevel class SketchupExtension might not be defined.