Yes, I think I've already mentioned it :) You would need to identify the library inside the assembly. But that could be easy - just add the type name:
require 'MyTypeThatContainsLibInitializer, IronRuby.Libraries, version=xxxxxx, blahblabh' Tomas -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Michael Letterle Sent: Wednesday, April 30, 2008 9:06 PM To: [email protected] Subject: Re: [Ironruby-core] Opening up our tree to external committers Actually couldn't you have something like.. openssl.rb: require 'IronRuby.Libraries.dll, version=xxxxxx, blahblabh' and then just "require 'openssl'" in your app? On Wed, Apr 30, 2008 at 11:58 PM, Curt Hagenlocher <[EMAIL PROTECTED]> wrote: > > On Wed, Apr 30, 2008 at 8:43 PM, Tomas Matousek > <[EMAIL PROTECTED]> wrote: > > > > > > > > > > > > The only issue that needs to be solved is how to efficiently discover > libraries embedded in .NET assemblies. > > It's certainly the *primary* issue. :) > > -- > > Curt Hagenlocher > [EMAIL PROTECTED] > _______________________________________________ > Ironruby-core mailing list > [email protected] > http://rubyforge.org/mailman/listinfo/ironruby-core > > -- Michael Letterle [Polymath Prokrammer] http://blog.prokrams.com _______________________________________________ Ironruby-core mailing list [email protected] http://rubyforge.org/mailman/listinfo/ironruby-core _______________________________________________ Ironruby-core mailing list [email protected] http://rubyforge.org/mailman/listinfo/ironruby-core
