Sha256: f57e720d99faeb55cd8fc3d18bb63fb86b7ad5d2bf1c2f566daef56343262317

Contents?: true

Size: 1.36 KB

Versions: 3

Compression:

Stored size: 1.36 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

3 entries across 3 versions & 1 rubygems

Version Path
trailer_vote-fixtures-1.16.0 ruby/README.md
trailer_vote-fixtures-1.15.0 ruby/README.md
trailer_vote-fixtures-1.2.0 ruby/README.md