Skip to content

Instantly share code, notes, and snippets.

@SeriousM
Created July 7, 2013 19:18
Show Gist options
  • Save SeriousM/5944573 to your computer and use it in GitHub Desktop.
Save SeriousM/5944573 to your computer and use it in GitHub Desktop.
Gem development

loading gem git clone <git repo>

install local gem (this will load the local one instead the official one) gem install <gem name>

release new version rake release

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