Sha256: 561fdf762825f7ce59bac619d1eba1bcc4a204a3baccc4fb6e573abb4e3441dc

Contents?: true

Size: 625 Bytes

Versions: 9

Compression:

Stored size: 625 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/gems/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

9 entries across 9 versions & 1 rubygems

Version Path
govuk_schemas-4.4.1 README.md
govuk_schemas-4.4.0 README.md
govuk_schemas-4.3.0 README.md
govuk_schemas-4.2.0 README.md
govuk_schemas-4.1.1 README.md
govuk_schemas-4.1.0 README.md
govuk_schemas-4.0.0 README.md
govuk_schemas-3.3.0 README.md
govuk_schemas-3.2.0 README.md