dry-configurable/README.md

31 lines
1.2 KiB
Markdown
Raw Permalink Normal View History

<!--- this file is synced from dry-rb/template-gem project -->
2016-04-29 01:30:31 +00:00
[gem]: https://rubygems.org/gems/dry-configurable
2020-01-04 22:43:45 +00:00
[actions]: https://github.com/dry-rb/dry-configurable/actions
[codacy]: https://www.codacy.com/gh/dry-rb/dry-configurable
2019-04-05 20:28:07 +00:00
[chat]: https://dry-rb.zulipchat.com
2020-01-04 22:43:45 +00:00
[inchpages]: http://inch-ci.org/github/dry-rb/dry-configurable
2016-04-29 01:30:31 +00:00
2019-04-05 20:28:07 +00:00
# dry-configurable [![Join the chat at https://dry-rb.zulipchat.com](https://img.shields.io/badge/dry--rb-join%20chat-%23346b7a.svg)][chat]
2016-04-29 01:30:31 +00:00
2020-01-04 22:43:45 +00:00
[![Gem Version](https://badge.fury.io/rb/dry-configurable.svg)][gem]
[![CI Status](https://github.com/dry-rb/dry-configurable/workflows/ci/badge.svg)][actions]
2020-01-05 10:54:27 +00:00
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/0276a97990e04eb0ac722b3e7f3620b5)][codacy]
[![Codacy Badge](https://api.codacy.com/project/badge/Coverage/0276a97990e04eb0ac722b3e7f3620b5)][codacy]
[![Inline docs](http://inch-ci.org/github/dry-rb/dry-configurable.svg?branch=main)][inchpages]
2015-06-10 18:45:44 +00:00
2020-01-04 22:43:45 +00:00
## Links
2019-01-27 17:33:48 +00:00
* [User documentation](https://dry-rb.org/gems/dry-configurable)
2020-01-04 22:43:45 +00:00
* [API documentation](http://rubydoc.info/gems/dry-configurable)
2019-01-27 17:33:48 +00:00
2020-01-04 22:43:45 +00:00
## Supported Ruby versions
2015-06-10 18:45:44 +00:00
2020-01-04 22:43:45 +00:00
This library officially supports the following Ruby versions:
* MRI `>= 2.7.0`
* jruby `>= 9.3` (postponed until 2.7 is supported)
2015-06-10 18:45:44 +00:00
## License
See `LICENSE` file.