dry-schema/project.yml

24 lines
846 B
YAML
Raw Permalink Normal View History

2020-01-04 22:40:08 +00:00
name: dry-schema
2020-01-05 10:47:41 +00:00
codacy_id: 961f5c776f1d49218b2cede3745e059c
2020-01-12 10:52:24 +00:00
gemspec:
authors: ["Piotr Solnica"]
email: ["piotr.solnica@gmail.com"]
summary: "Coercion and validation for data structures"
description: |
dry-schema provides a DSL for defining schemas with keys and rules that should be applied to
values. It supports coercion, input sanitization, custom types and localized error messages
(with or without I18n gem). It's also used as the schema engine in dry-validation.
2020-01-17 17:12:54 +00:00
files: ["config/*.yml"]
2020-01-12 10:52:24 +00:00
development_dependencies:
- bundler
- rake
- rspec
runtime_dependencies:
- [concurrent-ruby, "~> 1.0"]
2022-10-08 09:11:26 +00:00
- [zeitwerk, "~> 2.6"]
2022-11-04 16:40:15 +00:00
- [dry-core, "~> 1.0", "< 2"]
- [dry-configurable, "~> 1.0", "< 2"]
2020-01-12 10:52:24 +00:00
- [dry-initializer, "~> 3.0"]
2022-11-04 16:40:15 +00:00
- [dry-logic, ">= 1.4", "< 2"]
- [dry-types, ">= 1.7", "< 2"]