# -*- encoding: utf-8 -*- # stub: dry-validation 0.6.0 ruby lib Gem::Specification.new do |s| s.name = "dry-validation".freeze s.version = "0.6.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Andy Holland".freeze, "Piotr Solnica".freeze] s.date = "2016-01-20" s.email = ["andyholland1991@aol.com".freeze, "piotr.solnica@gmail.com".freeze] s.files = [".codeclimate.yml".freeze, ".gitignore".freeze, ".rspec".freeze, ".rubocop.yml".freeze, ".rubocop_todo.yml".freeze, ".travis.yml".freeze, "CHANGELOG.md".freeze, "Gemfile".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "config/errors.yml".freeze, "dry-validation.gemspec".freeze, "examples/basic.rb".freeze, "examples/each.rb".freeze, "examples/form.rb".freeze, "examples/nested.rb".freeze, "examples/rule_ast.rb".freeze, "lib/dry-validation.rb".freeze, "lib/dry/validation.rb".freeze, "lib/dry/validation/error.rb".freeze, "lib/dry/validation/error_compiler.rb".freeze, "lib/dry/validation/hint_compiler.rb".freeze, "lib/dry/validation/input_type_compiler.rb".freeze, "lib/dry/validation/messages.rb".freeze, "lib/dry/validation/messages/abstract.rb".freeze, "lib/dry/validation/messages/i18n.rb".freeze, "lib/dry/validation/messages/namespaced.rb".freeze, "lib/dry/validation/messages/yaml.rb".freeze, "lib/dry/validation/result.rb".freeze, "lib/dry/validation/schema.rb".freeze, "lib/dry/validation/schema/attr.rb".freeze, "lib/dry/validation/schema/definition.rb".freeze, "lib/dry/validation/schema/form.rb".freeze, "lib/dry/validation/schema/key.rb".freeze, "lib/dry/validation/schema/result.rb".freeze, "lib/dry/validation/schema/rule.rb".freeze, "lib/dry/validation/schema/value.rb".freeze, "lib/dry/validation/version.rb".freeze, "rakelib/rubocop.rake".freeze, "spec/fixtures/locales/en.yml".freeze, "spec/fixtures/locales/pl.yml".freeze, "spec/integration/custom_error_messages_spec.rb".freeze, "spec/integration/custom_predicates_spec.rb".freeze, "spec/integration/error_compiler_spec.rb".freeze, "spec/integration/hints_spec.rb".freeze, "spec/integration/injecting_rules_spec.rb".freeze, "spec/integration/localized_error_messages_spec.rb".freeze, "spec/integration/messages/i18n_spec.rb".freeze, "spec/integration/optional_keys_spec.rb".freeze, "spec/integration/rule_groups_spec.rb".freeze, "spec/integration/schema/attrs_spec.rb".freeze, "spec/integration/schema/check_rules_spec.rb".freeze, "spec/integration/schema/default_key_behavior_spec.rb".freeze, "spec/integration/schema/each_with_set_spec.rb".freeze, "spec/integration/schema/grouped_rules_spec.rb".freeze, "spec/integration/schema/nested_spec.rb".freeze, "spec/integration/schema/not_spec.rb".freeze, "spec/integration/schema/xor_spec.rb".freeze, "spec/integration/schema_form_spec.rb".freeze, "spec/integration/schema_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/support/define_struct.rb".freeze, "spec/unit/error_compiler_spec.rb".freeze, "spec/unit/hint_compiler_spec.rb".freeze, "spec/unit/input_type_compiler_spec.rb".freeze, "spec/unit/schema/rule_spec.rb".freeze, "spec/unit/schema/value_spec.rb".freeze, "spec/unit/schema_spec.rb".freeze] s.homepage = "https://github.com/dryrb/dry-validation".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "A simple validation library".freeze s.test_files = ["spec/fixtures/locales/en.yml".freeze, "spec/fixtures/locales/pl.yml".freeze, "spec/integration/custom_error_messages_spec.rb".freeze, "spec/integration/custom_predicates_spec.rb".freeze, "spec/integration/error_compiler_spec.rb".freeze, "spec/integration/hints_spec.rb".freeze, "spec/integration/injecting_rules_spec.rb".freeze, "spec/integration/localized_error_messages_spec.rb".freeze, "spec/integration/messages/i18n_spec.rb".freeze, "spec/integration/optional_keys_spec.rb".freeze, "spec/integration/rule_groups_spec.rb".freeze, "spec/integration/schema/attrs_spec.rb".freeze, "spec/integration/schema/check_rules_spec.rb".freeze, "spec/integration/schema/default_key_behavior_spec.rb".freeze, "spec/integration/schema/each_with_set_spec.rb".freeze, "spec/integration/schema/grouped_rules_spec.rb".freeze, "spec/integration/schema/nested_spec.rb".freeze, "spec/integration/schema/not_spec.rb".freeze, "spec/integration/schema/xor_spec.rb".freeze, "spec/integration/schema_form_spec.rb".freeze, "spec/integration/schema_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/support/define_struct.rb".freeze, "spec/unit/error_compiler_spec.rb".freeze, "spec/unit/hint_compiler_spec.rb".freeze, "spec/unit/input_type_compiler_spec.rb".freeze, "spec/unit/schema/rule_spec.rb".freeze, "spec/unit/schema/value_spec.rb".freeze, "spec/unit/schema_spec.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 0.1".freeze, ">= 0.1.3".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.2".freeze, ">= 0.2.8".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.2".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.1".freeze, ">= 0.1.2".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.5".freeze, ">= 0.5.0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end