Sha256: 2391d5094bb76771c0c0143c4c07111406448820c62bea775061d1ea5966c0df

Contents?: true

Size: 1.5 KB

Versions: 3

Compression:

Stored size: 1.5 KB

Contents

[gem]: https://rubygems.org/gems/dry-struct
[travis]: https://travis-ci.org/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]
[![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

3 entries across 3 versions & 1 rubygems

Version Path
dry-struct-0.7.0 README.md
dry-struct-0.6.0 README.md
dry-struct-0.5.1 README.md