dry-types/README.md

31 lines
1.2 KiB
Markdown
Raw Permalink Normal View History

<!--- this file is synced from dry-rb/template-gem project -->
2016-02-05 20:51:14 +00:00
[gem]: https://rubygems.org/gems/dry-types
2020-01-04 22:43:58 +00:00
[actions]: https://github.com/dry-rb/dry-types/actions
[codacy]: https://www.codacy.com/gh/dry-rb/dry-types
2019-04-05 20:19:39 +00:00
[chat]: https://dry-rb.zulipchat.com
2020-01-04 22:43:58 +00:00
[inchpages]: http://inch-ci.org/github/dry-rb/dry-types
2016-02-05 20:51:14 +00:00
2019-04-05 20:19:39 +00:00
# dry-types [![Join the chat at https://dry-rb.zulipchat.com](https://img.shields.io/badge/dry--rb-join%20chat-%23346b7a.svg)][chat]
2016-02-05 20:51:14 +00:00
[![Gem Version](https://badge.fury.io/rb/dry-types.svg)][gem]
[![CI Status](https://github.com/dry-rb/dry-types/workflows/ci/badge.svg)][actions]
2020-01-05 10:54:50 +00:00
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/f2d71613195f4da993acb9ac9d6ea336)][codacy]
[![Codacy Badge](https://api.codacy.com/project/badge/Coverage/f2d71613195f4da993acb9ac9d6ea336)][codacy]
[![Inline docs](http://inch-ci.org/github/dry-rb/dry-types.svg?branch=main)][inchpages]
2015-08-23 11:14:33 +00:00
2016-03-14 16:19:44 +00:00
## Links
2016-01-11 13:14:21 +00:00
* [User documentation](https://dry-rb.org/gems/dry-types)
2020-01-04 22:43:58 +00:00
* [API documentation](http://rubydoc.info/gems/dry-types)
2015-08-23 11:14:33 +00:00
2020-01-04 22:43:58 +00:00
## Supported Ruby versions
2015-08-23 11:14:33 +00:00
2020-01-04 22:43:58 +00:00
This library officially supports the following Ruby versions:
2015-08-23 11:14:33 +00:00
* MRI `>= 2.7.0`
* jruby `>= 9.3` (postponed until 2.7 is supported)
2015-08-23 11:14:33 +00:00
2020-01-04 22:43:58 +00:00
## License
2015-08-23 11:14:33 +00:00
2020-01-04 22:43:58 +00:00
See `LICENSE` file.