Use bundler to pull in .NET dependencies.
Create a gemfile like this:
source :rubygems gem 'structuremap'
Create a rakefile like this:
require 'noodle' Noodle::Rake::NoodleTask.new
Then run
bundle install rake noodle
Your project will now have a lib directory with structuremap’s dll in it. Add a reference to said DLL in your .NET project.
Or, if you don’t want to use a Rakefile, try this:
bundle install noodle
See {Noodle::Rake::NoodleTask} for information on how to configure it.
Copyright © 2010 Matt Burke. See LICENSE for details.