Sha256: 48842a407b10abcac3b9da161dafc66df87680debc3d60a18c90e907bfd87243

Contents?: true

Size: 636 Bytes

Versions: 3

Compression:

Stored size: 636 Bytes

Contents

# GOV.UK Schemas

Gem to work with the [govuk-content-schemas](https://github.com/alphagov/govuk-content-schemas).

## Installation

In your Gemfile:

```ruby
gem "govuk_schemas", "~> VERSION"
```

## Usage

[Read the documentation!](http://www.rubydoc.info/github/alphagov/govuk_schemas)

## Running the test suite

Make sure you have `govuk-content-schemas` cloned in a sibling directory:

```
bundle exec rake
```

### Documentation

To run a Yard server locally to preview documentation, run:

    $ bundle exec yard server --reload

## License

The gem is available as open source under the terms of the [MIT License](LICENSE.md).

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
govuk_schemas-3.1.0 README.md
govuk_schemas-3.0.1 README.md
govuk_schemas-3.0.0 README.md