A simple, configurable object container implemented in Ruby https://github.com/dry-rb/dry-container
Go to file
File Sync c8bf0106b0 Update Gemfile.devtools from dry-rb/template-gem 2022-11-08 08:53:28 +00:00
.devtools/templates [devtools] sync 2021-01-03 11:03:44 +00:00
.github Update .github/workflows/ci.yml from dry-rb/template-gem 2022-11-01 11:45:00 +00:00
bin [devtools] sync configs 2020-01-05 14:07:08 +00:00
docsite/source Docs: Add an example unstubbing all keys at once 2020-11-12 11:18:27 +01:00
lib Bump dry-container to 0.12.0 2022-10-31 10:22:02 +01:00
spec Add specs for Container#merge with a block 2022-07-10 11:00:37 +02:00
.action_hero.yml Update .action_hero.yml from dry-rb/template-gem 2022-11-04 12:47:34 +00:00
.gitignore Update .gitignore [skip ci] 2019-02-05 12:59:07 +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-01-20 03:55:20 +00:00
CHANGELOG.md [devtools] sync 2022-10-31 09:18:09 +00:00
CODEOWNERS [devtools] sync 2021-01-16 07:18:02 +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:48 +00:00
Gemfile Use dry-configurable from main for now 2022-10-31 10:21:44 +01:00
Gemfile.devtools Update Gemfile.devtools from dry-rb/template-gem 2022-11-08 08:53:28 +00:00
LICENSE Update LICENSE from dry-rb/template-gem 2022-07-08 08:41:34 +00:00
README.md Update README.md from dry-rb/template-gem 2022-04-02 13:03:22 +00:00
Rakefile Use dry/configurable if available 2022-07-09 11:04:22 +02:00
changelog.yml [devtools] update changelog.yml from 77a5376c7d 2022-10-31 09:18:09 +00:00
dry-container.gemspec Replace dep on dry-configurable with a simple Configuration mod 2022-07-08 10:41:22 +02:00
gemspec Add gemspec from dry-rb/template-gem 2022-07-08 08:41:35 +00:00
project.yml Replace dep on dry-configurable with a simple Configuration mod 2022-07-08 10:41:22 +02:00

README.md

dry-container 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.