TODO: This is a template for developing Vidibus gems. Adjust this file so it describes your gem well.
TODO: This template includes a setup for Mongoid integration. If your gem does not need support for that, just remove all Mongoid parts.
This gem is part of Vidibus, an open source toolset for building distributed (video) applications.
Installation
TODO: This is the default installation note. Adjust it to your needs:
Add gem 'vidibus-gem_template'
to the Gemfile of your application. Then call bundle install
on your console.
To utilize this gem template, clone it into your new gem's directory by calling:
git clone --depth 1 git@github.com:vidibus/vidibus-gem_template.git vidibus-my_cool_gem
cd vidibus-my_cool_gem
./install
Usage
TODO: Describe how your gem may be used.
# some code examples really help
Testing
To test your gem, call rspec spec
on your console.
To imitate the way Travis tests your gem, perform bundle exec rspec spec --format progress
.
Copyright
© 2013 Your Name. See LICENSE for details.