forked from toptal/dry-schema
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproject.yml
22 lines (22 loc) · 815 Bytes
/
project.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
name: dry-schema
codacy_id: 961f5c776f1d49218b2cede3745e059c
gemspec:
authors: ["Piotr Solnica"]
email: ["[email protected]"]
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.
files: ["config/*.yml"]
development_dependencies:
- bundler
- rake
- rspec
runtime_dependencies:
- [concurrent-ruby, "~> 1.0"]
- [dry-configurable, "~> 0.13", ">= 0.13.0"]
- [dry-core, "~> 0.5", ">= 0.5"]
- [dry-initializer, "~> 3.0"]
- [dry-logic, "~> 1.0"]
- [dry-types, "~> 1.5"]