Gemspec: Loading Dependent Gems Based On The User’s System
Mark Mzyk May 21, 2012
It’s a scenario that shouldn’t be hard. When installing a gem, have that gem load dependent gems based on what state the system is in. Yet RubyGems provide no mechanism for doing this. You won’t find mention of it on Rubygems.org. When you create a gem your gemspec is executed at creation time. When the […]