# -*- encoding: utf-8 -*- # stub: dry-validation 0.7.1 ruby lib Gem::Specification.new do |s| s.name = "dry-validation".freeze s.version = "0.7.1".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-03-21" s.email = ["andyholland1991@aol.com".freeze, "piotr.solnica@gmail.com".freeze] s.files = [".codeclimate.yml".freeze, ".gitignore".freeze, ".rspec".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/error_compiler/input.rb".freeze, "lib/dry/validation/hint_compiler.rb".freeze, "lib/dry/validation/input_processor_compiler.rb".freeze, "lib/dry/validation/input_processor_compiler/form.rb".freeze, "lib/dry/validation/input_processor_compiler/sanitizer.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/check.rb".freeze, "lib/dry/validation/schema/dsl.rb".freeze, "lib/dry/validation/schema/form.rb".freeze, "lib/dry/validation/schema/key.rb".freeze, "lib/dry/validation/schema/rule.rb".freeze, "lib/dry/validation/schema/value.rb".freeze, "lib/dry/validation/schema_compiler.rb".freeze, "lib/dry/validation/version.rb".freeze, "spec/fixtures/locales/en.yml".freeze, "spec/fixtures/locales/pl.yml".freeze, "spec/integration/attr_spec.rb".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/schema/array_schema_spec.rb".freeze, "spec/integration/schema/check_rules_spec.rb".freeze, "spec/integration/schema/check_with_nth_el_spec.rb".freeze, "spec/integration/schema/each_with_set_spec.rb".freeze, "spec/integration/schema/form_spec.rb".freeze, "spec/integration/schema/inheriting_schema_spec.rb".freeze, "spec/integration/schema/input_processor_spec.rb".freeze, "spec/integration/schema/macros/confirmation_spec.rb".freeze, "spec/integration/schema/macros/each_spec.rb".freeze, "spec/integration/schema/macros/maybe_spec.rb".freeze, "spec/integration/schema/macros/required_spec.rb".freeze, "spec/integration/schema/macros/when_spec.rb".freeze, "spec/integration/schema/nested_values_spec.rb".freeze, "spec/integration/schema/not_spec.rb".freeze, "spec/integration/schema/option_with_default_spec.rb".freeze, "spec/integration/schema/reusing_schema_spec.rb".freeze, "spec/integration/schema/using_types_spec.rb".freeze, "spec/integration/schema/xor_spec.rb".freeze, "spec/integration/schema_spec.rb".freeze, "spec/shared/rule_compiler.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_processor_compiler/form_spec.rb".freeze, "spec/unit/schema/key_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/attr_spec.rb".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/schema/array_schema_spec.rb".freeze, "spec/integration/schema/check_rules_spec.rb".freeze, "spec/integration/schema/check_with_nth_el_spec.rb".freeze, "spec/integration/schema/each_with_set_spec.rb".freeze, "spec/integration/schema/form_spec.rb".freeze, "spec/integration/schema/inheriting_schema_spec.rb".freeze, "spec/integration/schema/input_processor_spec.rb".freeze, "spec/integration/schema/macros/confirmation_spec.rb".freeze, "spec/integration/schema/macros/each_spec.rb".freeze, "spec/integration/schema/macros/maybe_spec.rb".freeze, "spec/integration/schema/macros/required_spec.rb".freeze, "spec/integration/schema/macros/when_spec.rb".freeze, "spec/integration/schema/nested_values_spec.rb".freeze, "spec/integration/schema/not_spec.rb".freeze, "spec/integration/schema/option_with_default_spec.rb".freeze, "spec/integration/schema/reusing_schema_spec.rb".freeze, "spec/integration/schema/using_types_spec.rb".freeze, "spec/integration/schema/xor_spec.rb".freeze, "spec/integration/schema_spec.rb".freeze, "spec/shared/rule_compiler.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_processor_compiler/form_spec.rb".freeze, "spec/unit/schema/key_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.2".freeze, ">= 0.2.1".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.6".freeze, ">= 0.6.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