Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Internal Gem Infrastructure: A Crash Course

Internal Gem Infrastructure: A Crash Course

A quick talk about building, releasing, and hosting your own gems.

Avatar for ubermajestix

ubermajestix

April 24, 2014
Tweet

More Decks by ubermajestix

Other Decks in Programming

Transcript

  1. namespacing # LivingSocial => LS # GitHub => GH #

    YourCompany => YC module LS class GeminaboxClient end end LS::GeminaboxClient require “ls/geminabox_client”
  2. stickler provides: - authentication[1] - selective mirroring - command line

    client - bundler api[2] [1] via custom middleware [2] coming soon