A simple mixin to make Ruby classes configurable https://github.com/dry-rb/dry-configurable
Go to file
File Sync c7f028709f Update Gemfile.devtools from dry-rb/template-gem 2022-11-08 08:53:30 +00:00
.devtools/templates [devtools] sync 2021-01-03 11:03:42 +00:00
.github Update .github/workflows/ci.yml from dry-rb/template-gem 2022-11-01 11:45:02 +00:00
benchmarks Remove redundant requires 2022-10-15 13:30:20 +03:00
bin [rubocop] autocorrect 2021-12-23 13:57:09 +03:00
docsite/source Merge branch 'main' into master 2022-07-01 11:12:13 +02:00
lib Bump to 1.0.0 final 2022-11-04 13:54:17 +01:00
spec Remove redundant requires 2022-10-15 13:30:20 +03:00
.action_hero.yml Update .action_hero.yml from dry-rb/template-gem 2022-11-04 12:47:36 +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 2022-09-25 20:13:43 +00:00
CHANGELOG.md [devtools] sync 2022-11-04 12:55:37 +00: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 Memoize config hash on finalize (#151) 2022-10-13 07:04:57 +11:00
Gemfile.devtools Update Gemfile.devtools from dry-rb/template-gem 2022-11-08 08:53:30 +00:00
LICENSE Update LICENSE from dry-rb/template-gem 2022-07-06 06:14:42 +00:00
README.md Update README.md from dry-rb/template-gem 2022-04-02 13:03:28 +00:00
Rakefile [rubocop] autocorrect 2021-12-23 13:57:09 +03:00
changelog.yml Update changelog.yml 2022-11-04 13:55:12 +01:00
dry-configurable.gemspec Update dry-configurable.gemspec from dry-rb/template-gem 2022-11-04 12:53:22 +00:00
project.yml Update dry-core dep to ~> 1.0 < 2 2022-11-04 13:52:34 +01: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.7.0
  • jruby >= 9.3 (postponed until 2.7 is supported)

License

See LICENSE file.