Skip to content

Instantly share code, notes, and snippets.

@georgebrock
Created March 7, 2014 14:46
Show Gist options
  • Save georgebrock/2ac522163551e0755368 to your computer and use it in GitHub Desktop.
Save georgebrock/2ac522163551e0755368 to your computer and use it in GitHub Desktop.
> Bundler.definition.specs_for([:dist]).each { |gem| p gem.name => gem.require_paths } ; 1
{"rake"=>["lib"]}
{"i18n"=>["lib"]}
{"multi_json"=>["lib"]}
{"activesupport"=>["lib"]}
{"bundler"=>["lib"]}
{"colored"=>["lib"]}
{"highline"=>["lib"]}
{"xcodeproj"=>["../../extensions/x86_64-darwin-12/2.1.0-static/xcodeproj-0.14.1", "ext", "lib"]}
@georgebrock
Copy link
Author

That looks good to me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment