Sha256: d5252d1b531618bef2b1d3e75d8a46b3de2df2cb2f036b4f156cb38a15d7dd07
Contents?: true
Size: 1.33 KB
Versions: 28
Compression:
Stored size: 1.33 KB
Contents
# TrailerVote::Fixtures [![Build Status](https://travis-ci.com/TrailerVote/trailervote-fixtures.svg?branch=master)](https://travis-ci.com/TrailerVote/trailervote-fixtures) [![Gem Version](https://badge.fury.io/rb/trailer_vote-fixtures.svg)](https://badge.fury.io/rb/trailer_vote-fixtures) ## Installation Add this line to your application's Gemfile: ```ruby gem 'trailer_vote-fixtures' ``` And then execute: $ bundle Or install it yourself as: $ gem install trailer_vote-fixtures ## Usage ```ruby require 'trailer_vote/fixtures' TrailerVote::Fixtures.load('application/vnd.trailervote.errors.v1+json') # => { "errors" => [...] } ``` ## Development After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake test` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment. To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org). ## Contributing Bug reports and pull requests are welcome on GitHub at [TrailerVote/trailervote-fixtures](https://github.com/TrailerVote/trailervote-fixtures).
Version data entries
28 entries across 28 versions & 1 rubygems