README.md in dry-initializer-3.0.1 vs README.md in dry-initializer-3.0.2

- old
+ new

@@ -1,22 +1,22 @@ -# dry-initializer [![Join the chat at https://gitter.im/dry-rb/chat](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/dry-rb/chat) +# dry-initializer [![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-initializer.svg)][gem] -[![Build Status](https://travis-ci.org/dry-rb/dry-initializer.svg?branch=master)][travis] +[![Build Status](https://github.com/dry-rb/dry-initializer/workflows/ci/badge.svg)][ci] [![Code Climate](https://codeclimate.com/github/dry-rb/dry-initializer/badges/gpa.svg)][codeclimate] -[![Test Coverage](https://codeclimate.com/github/dry-rb/dry-initializer/badges/coverage.svg)][coveralls] +[![Test Coverage](https://api.codeclimate.com/v1/badges/73cb64231f3fb2c86e26/test_coverage)][codeclimate] [![Inline docs](http://inch-ci.org/github/dry-rb/dry-initializer.svg?branch=master)][inchpages] [gem]: https://rubygems.org/gems/dry-initializer -[travis]: https://travis-ci.org/dry-rb/dry-initializer -[gemnasium]: https://gemnasium.com/dry-rb/dry-initializer +[ci]: https://github.com/dry-rb/dry-initializer/actions?query=workflow%3Aci [codeclimate]: https://codeclimate.com/github/dry-rb/dry-initializer [coveralls]: https://coveralls.io/r/dry-rb/dry-initializer [inchpages]: http://inch-ci.org/github/dry-rb/dry-initializer [docs]: http://dry-rb.org/gems/dry-initializer/ [benchmarks]: https://github.com/dry-rb/dry-initializer/wiki [license]: http://opensource.org/licenses/MIT +[chat]: https://dry-rb.zulipchat.com DSL for building class initializer with params and options. ## Installation @@ -75,16 +75,15 @@ Tested under rubies [compatible to MRI 2.3+](.travis.yml). ## Contributing -* [Fork the project](https://github.com/dry-rb/dry-initializer) -* Create your feature branch (`git checkout -b my-new-feature`) -* Add tests for it -* Commit your changes (`git commit -am '[UPDATE] Add some feature'`) -* Push to the branch (`git push origin my-new-feature`) -* Create a new Pull Request +- [Fork the project](https://github.com/dry-rb/dry-initializer) +- Create your feature branch (`git checkout -b my-new-feature`) +- Add tests for it +- Commit your changes (`git commit -am '[UPDATE] Add some feature'`) +- Push to the branch (`git push origin my-new-feature`) +- Create a new Pull Request ## License The gem is available as open source under the terms of the [MIT License][license]. -