Sha256: 5255ffa27b4ccada5aed608ac07d2a203525ffad4ff46d7f78d185a543563bf9
Contents?: true
Size: 1.48 KB
Versions: 3
Compression:
Stored size: 1.48 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 [inchpages]: http://inch-ci.org/github/dry-rb/dry-struct [chat]: https://dry-rb.zulipchat.com # dry-struct [![Join the chat at https://dry-rb.zulipchat.com](https://img.shields.io/badge/dry--rb-join%20chat-%23346b7a.svg)][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-1.1.1 | README.md |
dry-struct-1.1.0 | README.md |
dry-struct-1.0.0 | README.md |