# -*- encoding: utf-8 -*- # stub: assertion 0.0.1 ruby lib Gem::Specification.new do |s| s.name = "assertion".freeze s.version = "0.0.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 = ["Andrew Kozin".freeze] s.date = "2015-06-18" s.email = "andrew.kozin@gmail.com".freeze s.extra_rdoc_files = ["README.md".freeze, "LICENSE".freeze] s.files = [".coveralls.yml".freeze, ".gitignore".freeze, ".metrics".freeze, ".rspec".freeze, ".rubocop.yml".freeze, ".travis.yml".freeze, ".yardopts".freeze, "Gemfile".freeze, "Guardfile".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "assertion.gemspec".freeze, "config/metrics/STYLEGUIDE".freeze, "config/metrics/cane.yml".freeze, "config/metrics/churn.yml".freeze, "config/metrics/flay.yml".freeze, "config/metrics/metric_fu.yml".freeze, "config/metrics/reek.yml".freeze, "config/metrics/roodi.yml".freeze, "config/metrics/rubocop.yml".freeze, "config/metrics/saikuro.yml".freeze, "config/metrics/simplecov.yml".freeze, "config/metrics/yardstick.yml".freeze, "lib/assertion.rb".freeze, "lib/assertion/base.rb".freeze, "lib/assertion/exceptions/invalid_error.rb".freeze, "lib/assertion/exceptions/name_error.rb".freeze, "lib/assertion/exceptions/not_implemented_error.rb".freeze, "lib/assertion/inversion.rb".freeze, "lib/assertion/inverter.rb".freeze, "lib/assertion/state.rb".freeze, "lib/assertion/transprocs/i18n.rb".freeze, "lib/assertion/transprocs/inflector.rb".freeze, "lib/assertion/transprocs/list.rb".freeze, "lib/assertion/version.rb".freeze, "spec/integration/assertion_spec.rb".freeze, "spec/integration/en.yml".freeze, "spec/spec_helper.rb".freeze, "spec/unit/assertion/base_spec.rb".freeze, "spec/unit/assertion/exceptions/invalid_error_spec.rb".freeze, "spec/unit/assertion/exceptions/name_error_spec.rb".freeze, "spec/unit/assertion/exceptions/not_implemented_error_spec.rb".freeze, "spec/unit/assertion/inversion_spec.rb".freeze, "spec/unit/assertion/inverter_spec.rb".freeze, "spec/unit/assertion/state_spec.rb".freeze, "spec/unit/assertion/transprocs/i18n/to_scope_spec.rb".freeze, "spec/unit/assertion/transprocs/i18n/translate_spec.rb".freeze, "spec/unit/assertion/transprocs/inflector/to_path_spec.rb".freeze, "spec/unit/assertion/transprocs/inflector/to_snake_path_spec.rb".freeze, "spec/unit/assertion/transprocs/inflector/to_snake_spec.rb".freeze, "spec/unit/assertion/transprocs/list/symbolize_spec.rb".freeze, "spec/unit/assertion_spec.rb".freeze] s.homepage = "https://github.com/nepalez/assertion".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new("~> 1.9".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "PORO assertions and validation".freeze s.test_files = ["spec/spec_helper.rb".freeze, "spec/integration/assertion_spec.rb".freeze, "spec/unit/assertion_spec.rb".freeze, "spec/unit/assertion/state_spec.rb".freeze, "spec/unit/assertion/transprocs/inflector/to_snake_path_spec.rb".freeze, "spec/unit/assertion/transprocs/inflector/to_snake_spec.rb".freeze, "spec/unit/assertion/transprocs/inflector/to_path_spec.rb".freeze, "spec/unit/assertion/transprocs/i18n/to_scope_spec.rb".freeze, "spec/unit/assertion/transprocs/i18n/translate_spec.rb".freeze, "spec/unit/assertion/transprocs/list/symbolize_spec.rb".freeze, "spec/unit/assertion/exceptions/invalid_error_spec.rb".freeze, "spec/unit/assertion/exceptions/not_implemented_error_spec.rb".freeze, "spec/unit/assertion/exceptions/name_error_spec.rb".freeze, "spec/unit/assertion/inverter_spec.rb".freeze, "spec/unit/assertion/inversion_spec.rb".freeze, "spec/unit/assertion/base_spec.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 0.2".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.7".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.4".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.0".freeze]) end