Sha256: 869d0da7402aca1a06a01ef39e39bf15ac5fcac8610bf462906749d190ec2ba0

Contents?: true

Size: 1.63 KB

Versions: 7

Compression:

Stored size: 1.63 KB

Contents

[gem]: https://rubygems.org/gems/dry-struct
[travis]: https://travis-ci.org/dry-rb/dry-struct
[gemnasium]: https://gemnasium.com/dry-rb/dry-struct
[codeclimate]: https://codeclimate.com/github/dry-rb/dry-struct
[coveralls]: https://coveralls.io/r/dry-rb/dry-struct
[inchpages]: http://inch-ci.org/github/dry-rb/dry-struct

# dry-struct [![Join the chat at https://gitter.im/dry-rb/chat](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/dry-rb/chat)

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

Typed structs and value objects

## Development

After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` 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 https://github.com/dry-rb/dry-struct.

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
dry-struct-0.5.0 README.md
dry-struct-0.4.0 README.md
dry-struct-0.3.1 README.md
dry-struct-0.3.0 README.md
dry-struct-0.2.1 README.md
dry-struct-0.2.0 README.md
dry-struct-0.1.1 README.md