Has anyone been able to install buildr via the latest jruby 1.4.0 on windows? I'm getting the following even after installing jruby-openssl:
C:\installs>jruby -S gem install buildr JRuby limited openssl loaded. gem install jruby-openssl for full support. http://jruby.kenai.com/pages/JRuby_Builtin_OpenSSL C:/jruby-1.4.0/lib/ruby/site_ruby/shared/jruby/openssl/autoloads/ssl.rb:8: OpenSSL::SSL requires the jruby-openssl gem (LoadError) from C:/jruby-1.4.0/lib/ruby/site_ruby/shared/jruby/openssl/autoloads/ssl.rb:124:in `use_ssl =' from C:/jruby-1.4.0/lib/ruby/site_ruby/1.8/rubygems/remote_fetcher.rb:242:in `connection_for ' from C:/jruby-1.4.0/lib/ruby/site_ruby/1.8/rubygems/remote_fetcher.rb:320:in `request' from C:/jruby-1.4.0/lib/ruby/site_ruby/1.8/rubygems/remote_fetcher.rb:279:in `open_uri_or_pa th' from C:/jruby-1.4.0/lib/ruby/site_ruby/1.8/rubygems/remote_fetcher.rb:288:in `open_uri_or_pa th' from C:/jruby-1.4.0/lib/ruby/site_ruby/1.8/rubygems/remote_fetcher.rb:164:in `fetch_path' from C:/jruby-1.4.0/lib/ruby/site_ruby/1.8/rubygems/remote_fetcher.rb:108:in `download' from C:/jruby-1.4.0/lib/ruby/site_ruby/1.8/rubygems/dependency_installer.rb:232:in `install' ... 7 levels... from C:/jruby-1.4.0/lib/ruby/site_ruby/1.8/rubygems/command_manager.rb:102:in `run' from C:/jruby-1.4.0/lib/ruby/site_ruby/1.8/rubygems/gem_runner.rb:58:in `run' from C:/jruby-1.4.0/bin/gem:24 -Shane
