Sha256: 68c94a21db8be8274a2718cb2be5fdca289c1fc5cde4c84982304253116b2c07

Contents?: true

Size: 1.1 KB

Versions: 11

Compression:

Stored size: 1.1 KB

Contents

[gem]: https://rubygems.org/gems/rom-yaml
[travis]: https://travis-ci.org/rom-rb/rom-yaml
[gemnasium]: https://gemnasium.com/rom-rb/rom-yaml
[codeclimate]: https://codeclimate.com/github/rom-rb/rom-yaml
[inchpages]: http://inch-ci.org/github/rom-rb/rom-yaml

# ROM::YAML

[![Gem Version](https://badge.fury.io/rb/rom-yaml.svg)][gem]
[![Build Status](https://travis-ci.org/rom-rb/rom-yaml.svg?branch=master)][travis]
[![Dependency Status](https://gemnasium.com/rom-rb/rom-yaml.png)][gemnasium]
[![Code Climate](https://codeclimate.com/github/rom-rb/rom-yaml/badges/gpa.svg)][codeclimate]
[![Test Coverage](https://codeclimate.com/github/rom-rb/rom-yaml/badges/coverage.svg)][codeclimate]
[![Inline docs](http://inch-ci.org/github/rom-rb/rom-yaml.svg?branch=master)][inchpages]

YAML support for [Ruby Object Mapper](https://github.com/rom-rb/rom)

## Installation

Add this line to your application's Gemfile:

```ruby
gem 'rom-yaml'
```

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install rom-yaml

## Usage

See `spec/integration/adapter_spec.rb` for a sample usage.

## License

See `LICENSE` file.

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
rom-yaml-0.4.0 README.md
rom-yaml-0.3.0 README.md
rom-yaml-0.3.0.rc2 README.md
rom-yaml-0.3.0.rc1 README.md
rom-yaml-0.3.0.beta1 README.md
rom-yaml-0.2.0 README.md
rom-yaml-0.2.0.rc.1 README.md
rom-yaml-0.1.2 README.md
rom-yaml-0.1.1 README.md
rom-yaml-0.1.0 README.md
rom-yaml-0.0.1 README.md