Skip to content

Instantly share code, notes, and snippets.

@simeonwillbanks
Last active September 4, 2015 21:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save simeonwillbanks/ce43ed27376cd6f51ebb to your computer and use it in GitHub Desktop.
Save simeonwillbanks/ce43ed27376cd6f51ebb to your computer and use it in GitHub Desktop.

MyGem Build Status

It's a neat little gem that you're gunna love

Have trouble being happy while you're coding Ruby? You've come to the right place. This gem makes it dirt easy.

Usage

Installation

Add to your +Gemfile+:

gem 'my-gem'

Then install:

bundle install

If not using bundler, just use RubyGems: gem install my-gem

Configuration

In config/initializers/my-gem.rb:

MyGem.configure do |config|
  config.my-config = ENV['MY_GEM_CONFIG']
end

Use Case #1

Most people will just...

Use Case #2

But lots of others want to...

Documentation

(links to other documentation)

  • RDoc
  • etc.

Licence

MyGem is released under the MIT License.

Contributing

MyGem appreciates contributors! Please see CONTRIBUTING.md for details.

Everyone interacting in MyGem's codebase, issue trackers, chat rooms, and mailing lists is expected to follow the MyGem code of conduct.


Provided with ❤️ by your friends at Stitch Fix Engineering

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