Skip to content

Instantly share code, notes, and snippets.

@fraank
Last active January 12, 2016 14:38
Show Gist options
  • Save fraank/d4afa8d0883e0d2e1dc8 to your computer and use it in GitHub Desktop.
Save fraank/d4afa8d0883e0d2e1dc8 to your computer and use it in GitHub Desktop.
collection of commands for writing an own gem
We do it with bundler:
$ bundle gem name_of_new_gem
Linklist:
Testing, testing, testing
http://www.smashingmagazine.com/2014/04/how-to-build-a-ruby-gem-with-bundler-test-driven-development-travis-ci-and-coveralls-oh-my/
Create and share rake tasks inside a gem
http://andyatkinson.com/blog/2014/06/23/sharing-rake-tasks-in-gems
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment