dry-configurable/project.yml

14 lines
363 B
YAML
Raw Permalink Normal View History

2020-01-04 22:38:44 +00:00
name: dry-configurable
2020-01-05 10:40:46 +00:00
codacy_id: 0276a97990e04eb0ac722b3e7f3620b5
2020-01-11 20:29:18 +00:00
gemspec:
authors: ["Andy Holland"]
email: ["andyholland1991@aol.com"]
summary: "A mixin to add configuration functionality to your classes"
development_dependencies:
- bundler
- rake
- rspec
runtime_dependencies:
2022-07-06 06:14:31 +00:00
- [zeitwerk, "~> 2.6"]
2022-11-04 12:52:34 +00:00
- [dry-core, "~> 1.0", "< 2"]