Last active
January 12, 2016 14:38
-
-
Save fraank/d4afa8d0883e0d2e1dc8 to your computer and use it in GitHub Desktop.
collection of commands for writing an own gem
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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