dry-types/project.yml

19 lines
545 B
YAML
Raw Permalink Normal View History

2020-01-04 22:40:40 +00:00
name: dry-types
2021-05-24 11:39:05 +00:00
custom_ci: true
2020-01-05 10:50:04 +00:00
codacy_id: f2d71613195f4da993acb9ac9d6ea336
2020-01-12 11:20:01 +00:00
gemspec:
authors: ["Piotr Solnica"]
email: ["piotr.solnica@gmail.com"]
summary: "Type system for Ruby supporting coercions, constraints and complex types like structs, value objects, enums etc"
development_dependencies:
- bundler
- rake
- rspec
- yard
runtime_dependencies:
- [concurrent-ruby, "~> 1.0"]
2022-07-31 15:11:12 +00:00
- [zeitwerk, "~> 2.6"]
- [dry-core, "~> 1.0", "< 2"]
- [dry-inflector, "~> 1.0", "< 2"]
- [dry-logic, ">= 1.4", "< 2"]