Ok, now I feel silly. I had completely overlooked all the .rake files in rakelib. package.rake is pretty self explanatory.
Pepijn On 11 Feb 2014, at 23:15, Pepijn Van Eeckhoudt <[email protected]> wrote: > Hi all, > > Sorry if this is a bit off topic. I’m trying to build a gem that has a > different set of dependencies depending on whether jruby is the target > platform or not. The buildr gem spec seems to do something like this. The > $platform logic is pretty clear, but I’m not seeing which rake task actually > needs to be invoked. The rakefile has a spec method, but which object is > actually calling this? And where is the @spec hash that’s being manipulated > defined? In other words, I’m seeing all the parts, but can’t seem to figure > out how everything is tied together. Can anyone provide some insight into how > this works? > > Thanks, > > Pepijn
