A simple mixin to make Ruby classes configurable https://github.com/dry-rb/dry-configurable
Go to file
GitHub Action 905f57004e [devtools] config sync 2019-10-21 08:36:50 +00:00
.github [devtools] config sync 2019-10-17 09:00:56 +00:00
bin Add REPL with gem loaded 2019-02-02 19:45:03 +03:00
docsite/source Add docsite for version 0.8 2019-10-04 10:58:59 +02:00
lib Suppress keyword argument warnings in Ruby 2.7 2019-09-15 02:06:35 +09:00
rakelib Initial commit 2015-06-10 22:33:23 +01:00
spec Redefine existing setting in a subclass without a warning 2019-08-08 18:17:44 +03:00
.codeclimate.yml [devtools] config sync 2019-10-21 08:36:50 +00:00
.gitignore Update .gitignore [skip ci] 2019-02-05 12:27:36 +03:00
.rspec [devtools] config sync 2019-10-16 09:40:47 +00:00
.rubocop.yml [devtools] config sync 2019-10-16 09:40:47 +00:00
.travis.yml Allow failures @ JRuby 2019-08-08 18:28:05 +03:00
CHANGELOG.md Update CHANGELOG [skip ci] 2019-08-08 18:42:08 +03:00
CODE_OF_CONDUCT.md [devtools] config sync 2019-10-21 08:36:50 +00:00
CONTRIBUTING.md [devtools] config sync 2019-10-16 09:40:47 +00:00
Gemfile Update Gemfile 2019-10-16 10:48:41 +02:00
LICENSE [devtools] config sync 2019-10-16 09:40:47 +00:00
README.md Update README [skip ci] 2019-04-05 23:28:07 +03:00
Rakefile Initial commit 2015-06-10 22:33:23 +01:00
dry-configurable.gemspec Bump minimal ruby version to 2.4 2019-07-09 18:39:34 +03:00

README.md

dry-configurable Join the chat at https://dry-rb.zulipchat.com

Gem Version Build Status Maintainability Test Coverage API Documentation Coverage

Installation

Add this line to your application's Gemfile:

gem 'dry-configurable'

And then execute:

$ bundle

Or install it yourself as:

$ gem install dry-configurable

License

See LICENSE file.