Skip to content

Instantly share code, notes, and snippets.

@stevenyap
Created November 23, 2013 06:29
Show Gist options
  • Select an option

  • Save stevenyap/7611517 to your computer and use it in GitHub Desktop.

Select an option

Save stevenyap/7611517 to your computer and use it in GitHub Desktop.
Create a Gem
  • Assuming the gem is called rulers
bundle gem rulers

# edit rulers/rulers.gemspec to add your profile information to the gem

# Build and install the gem
gem build rulers.gemspec
gem install rulers-0.0.1.gem
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment