A simple mixin to make Ruby classes configurable https://github.com/dry-rb/dry-configurable
Go to file
Nikita Shilnikov 516250981e
[rubocop] autocorrect
2021-12-23 13:57:09 +03:00
.devtools/templates [devtools] sync 2021-01-03 11:03:42 +00:00
.github Update .github/workflows/ci.yml from dry-rb/template-gem 2021-12-22 10:28:41 +00:00
bin [rubocop] autocorrect 2021-12-23 13:57:09 +03:00
docsite/source Update docs with `default:` & `constructor:` kwargs (#123) 2021-08-11 15:16:59 +02:00
lib Add flags to control deprecation notices 2021-08-30 22:33:08 +10:00
spec Add flags to control deprecation notices 2021-08-30 22:33:08 +10:00
.action_hero.yml Update .action_hero.yml from dry-rb/template-gem 2021-06-06 09:05:18 +00:00
.gitignore Update .gitignore [skip ci] 2019-02-05 12:27:36 +03:00
.rspec [devtools] config sync 2019-12-28 13:01:08 +00:00
.rubocop.yml Update .rubocop.yml from dry-rb/template-gem 2021-09-21 13:12:31 +00:00
CHANGELOG.md [devtools] sync 2021-10-12 07:32:58 +00:00
CHANGELOG.old.md Add changelog.yml and a copy of old CHANGELOG.md 2020-01-17 10:24:49 +01:00
CODEOWNERS [devtools] sync 2021-02-15 10:05:01 +00:00
CODE_OF_CONDUCT.md [devtools] config sync 2019-10-21 08:36:50 +00:00
CONTRIBUTING.md Update CONTRIBUTING.md from dry-rb/template-gem 2021-05-27 15:55:49 +00:00
Gemfile [rubocop] autocorrect 2021-12-23 13:57:09 +03:00
Gemfile.devtools Update Gemfile.devtools from dry-rb/template-gem 2021-06-06 08:32:32 +00:00
LICENSE [devtools] sync 2021-01-03 08:18:39 +00:00
README.md Update README.md from dry-rb/template-gem 2021-09-25 19:38:38 +00:00
Rakefile [rubocop] autocorrect 2021-12-23 13:57:09 +03:00
changelog.yml Clarify usage of flags to suppress warnings 2021-10-12 00:28:39 -04:00
dry-configurable.gemspec Update dry-configurable.gemspec from dry-rb/template-gem 2021-06-09 08:36:07 +00:00
project.yml Add the significant frame information to deprecation messages 2021-06-03 12:45:43 +02:00

README.md

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

Gem Version CI Status Codacy Badge Codacy Badge Inline docs

Supported Ruby versions

This library officially supports the following Ruby versions:

  • MRI >= 2.6.0
  • jruby >= 9.3

License

See LICENSE file.