TODO: Write a gem description
Add this line to your application's Gemfile:
gem 'ruby_image_server'
And then execute:
$ bundle
Or install it yourself as:
$ gem install ruby_image_server
TODO: Write usage instructions here
- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Added some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request
TODO: Add information specific to your gem's test suite.
The Rakefile comes with several convenience tasks for running tests as well. By rake task:
spec: Runs all rspec tests in the spec directory.yard: Generates yard documentation.rubocop: Runs rubocop.run_guards: Runs all guards.
run_guards is the one you're most likely to want to run, since it runs all the other test-related tasks.