dry-container/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:49:52 +00:00
[gem]: https://rubygems.org/gems/dry-container
2020-01-05 14:07:08 +00:00
[actions]: https://github.com/dry-rb/dry-container/actions
[codacy]: https://www.codacy.com/gh/dry-rb/dry-container
2019-04-05 20:36:43 +00:00
[chat]: https://dry-rb.zulipchat.com
2020-01-05 14:07:08 +00:00
[inchpages]: http://inch-ci.org/github/dry-rb/dry-container
2016-04-29 01:49:52 +00:00
2019-04-05 20:36:43 +00:00
# dry-container [![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:49:52 +00:00
2020-01-05 14:07:08 +00:00
[![Gem Version](https://badge.fury.io/rb/dry-container.svg)][gem]
[![CI Status](https://github.com/dry-rb/dry-container/workflows/ci/badge.svg)][actions]
2020-01-05 14:07:08 +00:00
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/227509c9034340b493f769f6277f4ecb)][codacy]
[![Codacy Badge](https://api.codacy.com/project/badge/Coverage/227509c9034340b493f769f6277f4ecb)][codacy]
[![Inline docs](http://inch-ci.org/github/dry-rb/dry-container.svg?branch=main)][inchpages]
2015-06-09 22:56:49 +00:00
## Links
2015-06-09 22:56:49 +00:00
* [User documentation](https://dry-rb.org/gems/dry-container)
2020-01-05 14:07:08 +00:00
* [API documentation](http://rubydoc.info/gems/dry-container)
## Supported Ruby versions
This library officially supports the following Ruby versions:
* MRI `>= 2.7.0`
* jruby `>= 9.3` (postponed until 2.7 is supported)
2015-06-09 22:56:49 +00:00
## License
See `LICENSE` file.