# -*- encoding: utf-8 -*- # stub: coercible 0.2.0 ruby lib Gem::Specification.new do |s| s.name = "coercible".freeze s.version = "0.2.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 = ["Piotr Solnica".freeze] s.date = "2013-03-08" s.description = "Powerful, flexible and configurable coercion library. And nothing more.".freeze s.email = ["piotr.solnica@gmail.com".freeze] s.files = [".gitignore".freeze, ".rspec".freeze, ".travis.yml".freeze, "Changelog.md".freeze, "Gemfile".freeze, "Gemfile.devtools".freeze, "Guardfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "coercible.gemspec".freeze, "config/flay.yml".freeze, "config/flog.yml".freeze, "config/mutant.yml".freeze, "config/roodi.yml".freeze, "config/site.reek".freeze, "config/yardstick.yml".freeze, "lib/coercible.rb".freeze, "lib/coercible/coercer.rb".freeze, "lib/coercible/coercer/array.rb".freeze, "lib/coercible/coercer/configurable.rb".freeze, "lib/coercible/coercer/date.rb".freeze, "lib/coercible/coercer/date_time.rb".freeze, "lib/coercible/coercer/decimal.rb".freeze, "lib/coercible/coercer/false_class.rb".freeze, "lib/coercible/coercer/float.rb".freeze, "lib/coercible/coercer/hash.rb".freeze, "lib/coercible/coercer/integer.rb".freeze, "lib/coercible/coercer/numeric.rb".freeze, "lib/coercible/coercer/object.rb".freeze, "lib/coercible/coercer/string.rb".freeze, "lib/coercible/coercer/symbol.rb".freeze, "lib/coercible/coercer/time.rb".freeze, "lib/coercible/coercer/time_coercions.rb".freeze, "lib/coercible/coercer/true_class.rb".freeze, "lib/coercible/configuration.rb".freeze, "lib/coercible/version.rb".freeze, "lib/support/options.rb".freeze, "lib/support/type_lookup.rb".freeze, "spec/integration/configuring_coercers_spec.rb".freeze, "spec/shared/unit/coerced_predicate.rb".freeze, "spec/shared/unit/configurable.rb".freeze, "spec/spec_helper.rb".freeze, "spec/unit/coercible/coercer/array/coerced_predicate_spec.rb".freeze, "spec/unit/coercible/coercer/array/to_set_spec.rb".freeze, "spec/unit/coercible/coercer/class_methods/new_spec.rb".freeze, "spec/unit/coercible/coercer/configurable/config_name_spec.rb".freeze, "spec/unit/coercible/coercer/configurable/config_spec.rb".freeze, "spec/unit/coercible/coercer/date/coerced_predicate_spec.rb".freeze, "spec/unit/coercible/coercer/date/to_date_spec.rb".freeze, "spec/unit/coercible/coercer/date/to_datetime_spec.rb".freeze, "spec/unit/coercible/coercer/date/to_string_spec.rb".freeze, "spec/unit/coercible/coercer/date/to_time_spec.rb".freeze, "spec/unit/coercible/coercer/date_time/coerced_predicate_spec.rb".freeze, "spec/unit/coercible/coercer/date_time/to_date_spec.rb".freeze, "spec/unit/coercible/coercer/date_time/to_datetime_spec.rb".freeze, "spec/unit/coercible/coercer/date_time/to_string_spec.rb".freeze, "spec/unit/coercible/coercer/date_time/to_time_spec.rb".freeze, "spec/unit/coercible/coercer/decimal/coerced_predicate_spec.rb".freeze, "spec/unit/coercible/coercer/decimal/to_decimal_spec.rb".freeze, "spec/unit/coercible/coercer/decimal/to_float_spec.rb".freeze, "spec/unit/coercible/coercer/decimal/to_integer_spec.rb".freeze, "spec/unit/coercible/coercer/decimal/to_string_spec.rb".freeze, "spec/unit/coercible/coercer/element_reader_spec.rb".freeze, "spec/unit/coercible/coercer/false_class/coerced_predicate_spec.rb".freeze, "spec/unit/coercible/coercer/false_class/to_string_spec.rb".freeze, "spec/unit/coercible/coercer/float/coerced_predicate_spec.rb".freeze, "spec/unit/coercible/coercer/float/to_datetime_spec.rb".freeze, "spec/unit/coercible/coercer/float/to_decimal_spec.rb".freeze, "spec/unit/coercible/coercer/float/to_float_spec.rb".freeze, "spec/unit/coercible/coercer/float/to_integer_spec.rb".freeze, "spec/unit/coercible/coercer/float/to_string_spec.rb".freeze, "spec/unit/coercible/coercer/hash/coerced_predicate_spec.rb".freeze, "spec/unit/coercible/coercer/hash/to_date_spec.rb".freeze, "spec/unit/coercible/coercer/hash/to_datetime_spec.rb".freeze, "spec/unit/coercible/coercer/hash/to_time_spec.rb".freeze, "spec/unit/coercible/coercer/integer/coerced_predicate_spec.rb".freeze, "spec/unit/coercible/coercer/integer/datetime_format_spec.rb".freeze, "spec/unit/coercible/coercer/integer/datetime_proc_spec.rb".freeze, "spec/unit/coercible/coercer/integer/to_boolean_spec.rb".freeze, "spec/unit/coercible/coercer/integer/to_datetime_spec.rb".freeze, "spec/unit/coercible/coercer/integer/to_decimal_spec.rb".freeze, "spec/unit/coercible/coercer/integer/to_float_spec.rb".freeze, "spec/unit/coercible/coercer/integer/to_integer_spec.rb".freeze, "spec/unit/coercible/coercer/integer/to_string_spec.rb".freeze, "spec/unit/coercible/coercer/integer_spec.rb".freeze, "spec/unit/coercible/coercer/numeric/to_decimal_spec.rb".freeze, "spec/unit/coercible/coercer/numeric/to_float_spec.rb".freeze, "spec/unit/coercible/coercer/numeric/to_integer_spec.rb".freeze, "spec/unit/coercible/coercer/numeric/to_string_spec.rb".freeze, "spec/unit/coercible/coercer/object/coerced_predicate_spec.rb".freeze, "spec/unit/coercible/coercer/object/inspect_spec.rb".freeze, "spec/unit/coercible/coercer/object/method_missing_spec.rb".freeze, "spec/unit/coercible/coercer/object/to_array_spec.rb".freeze, "spec/unit/coercible/coercer/object/to_hash_spec.rb".freeze, "spec/unit/coercible/coercer/object/to_integer_spec.rb".freeze, "spec/unit/coercible/coercer/object/to_string_spec.rb".freeze, "spec/unit/coercible/coercer/string/class_methods/config_spec.rb".freeze, "spec/unit/coercible/coercer/string/coerced_predicate_spec.rb".freeze, "spec/unit/coercible/coercer/string/to_boolean_spec.rb".freeze, "spec/unit/coercible/coercer/string/to_constant_spec.rb".freeze, "spec/unit/coercible/coercer/string/to_date_spec.rb".freeze, "spec/unit/coercible/coercer/string/to_datetime_spec.rb".freeze, "spec/unit/coercible/coercer/string/to_decimal_spec.rb".freeze, "spec/unit/coercible/coercer/string/to_float_spec.rb".freeze, "spec/unit/coercible/coercer/string/to_integer_spec.rb".freeze, "spec/unit/coercible/coercer/string/to_symbol_spec.rb".freeze, "spec/unit/coercible/coercer/string/to_time_spec.rb".freeze, "spec/unit/coercible/coercer/string_spec.rb".freeze, "spec/unit/coercible/coercer/symbol/coerced_predicate_spec.rb".freeze, "spec/unit/coercible/coercer/symbol/to_string_spec.rb".freeze, "spec/unit/coercible/coercer/time/coerced_predicate_spec.rb".freeze, "spec/unit/coercible/coercer/time/to_integer_spec.rb".freeze, "spec/unit/coercible/coercer/time/to_time_spec.rb".freeze, "spec/unit/coercible/coercer/time_coercions/to_date_spec.rb".freeze, "spec/unit/coercible/coercer/time_coercions/to_datetime_spec.rb".freeze, "spec/unit/coercible/coercer/time_coercions/to_string_spec.rb".freeze, "spec/unit/coercible/coercer/time_coercions/to_time_spec.rb".freeze, "spec/unit/coercible/coercer/true_class/coerced_predicate_spec.rb".freeze, "spec/unit/coercible/coercer/true_class/to_string_spec.rb".freeze, "spec/unit/coercible/configuration/class_methods/build_spec.rb".freeze] s.homepage = "https://github.com/solnic/coercible".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Powerful, flexible and configurable coercion library. And nothing more.".freeze s.test_files = ["spec/integration/configuring_coercers_spec.rb".freeze, "spec/shared/unit/coerced_predicate.rb".freeze, "spec/shared/unit/configurable.rb".freeze, "spec/spec_helper.rb".freeze, "spec/unit/coercible/coercer/array/coerced_predicate_spec.rb".freeze, "spec/unit/coercible/coercer/array/to_set_spec.rb".freeze, "spec/unit/coercible/coercer/class_methods/new_spec.rb".freeze, "spec/unit/coercible/coercer/configurable/config_name_spec.rb".freeze, "spec/unit/coercible/coercer/configurable/config_spec.rb".freeze, "spec/unit/coercible/coercer/date/coerced_predicate_spec.rb".freeze, "spec/unit/coercible/coercer/date/to_date_spec.rb".freeze, "spec/unit/coercible/coercer/date/to_datetime_spec.rb".freeze, "spec/unit/coercible/coercer/date/to_string_spec.rb".freeze, "spec/unit/coercible/coercer/date/to_time_spec.rb".freeze, "spec/unit/coercible/coercer/date_time/coerced_predicate_spec.rb".freeze, "spec/unit/coercible/coercer/date_time/to_date_spec.rb".freeze, "spec/unit/coercible/coercer/date_time/to_datetime_spec.rb".freeze, "spec/unit/coercible/coercer/date_time/to_string_spec.rb".freeze, "spec/unit/coercible/coercer/date_time/to_time_spec.rb".freeze, "spec/unit/coercible/coercer/decimal/coerced_predicate_spec.rb".freeze, "spec/unit/coercible/coercer/decimal/to_decimal_spec.rb".freeze, "spec/unit/coercible/coercer/decimal/to_float_spec.rb".freeze, "spec/unit/coercible/coercer/decimal/to_integer_spec.rb".freeze, "spec/unit/coercible/coercer/decimal/to_string_spec.rb".freeze, "spec/unit/coercible/coercer/element_reader_spec.rb".freeze, "spec/unit/coercible/coercer/false_class/coerced_predicate_spec.rb".freeze, "spec/unit/coercible/coercer/false_class/to_string_spec.rb".freeze, "spec/unit/coercible/coercer/float/coerced_predicate_spec.rb".freeze, "spec/unit/coercible/coercer/float/to_datetime_spec.rb".freeze, "spec/unit/coercible/coercer/float/to_decimal_spec.rb".freeze, "spec/unit/coercible/coercer/float/to_float_spec.rb".freeze, "spec/unit/coercible/coercer/float/to_integer_spec.rb".freeze, "spec/unit/coercible/coercer/float/to_string_spec.rb".freeze, "spec/unit/coercible/coercer/hash/coerced_predicate_spec.rb".freeze, "spec/unit/coercible/coercer/hash/to_date_spec.rb".freeze, "spec/unit/coercible/coercer/hash/to_datetime_spec.rb".freeze, "spec/unit/coercible/coercer/hash/to_time_spec.rb".freeze, "spec/unit/coercible/coercer/integer/coerced_predicate_spec.rb".freeze, "spec/unit/coercible/coercer/integer/datetime_format_spec.rb".freeze, "spec/unit/coercible/coercer/integer/datetime_proc_spec.rb".freeze, "spec/unit/coercible/coercer/integer/to_boolean_spec.rb".freeze, "spec/unit/coercible/coercer/integer/to_datetime_spec.rb".freeze, "spec/unit/coercible/coercer/integer/to_decimal_spec.rb".freeze, "spec/unit/coercible/coercer/integer/to_float_spec.rb".freeze, "spec/unit/coercible/coercer/integer/to_integer_spec.rb".freeze, "spec/unit/coercible/coercer/integer/to_string_spec.rb".freeze, "spec/unit/coercible/coercer/integer_spec.rb".freeze, "spec/unit/coercible/coercer/numeric/to_decimal_spec.rb".freeze, "spec/unit/coercible/coercer/numeric/to_float_spec.rb".freeze, "spec/unit/coercible/coercer/numeric/to_integer_spec.rb".freeze, "spec/unit/coercible/coercer/numeric/to_string_spec.rb".freeze, "spec/unit/coercible/coercer/object/coerced_predicate_spec.rb".freeze, "spec/unit/coercible/coercer/object/inspect_spec.rb".freeze, "spec/unit/coercible/coercer/object/method_missing_spec.rb".freeze, "spec/unit/coercible/coercer/object/to_array_spec.rb".freeze, "spec/unit/coercible/coercer/object/to_hash_spec.rb".freeze, "spec/unit/coercible/coercer/object/to_integer_spec.rb".freeze, "spec/unit/coercible/coercer/object/to_string_spec.rb".freeze, "spec/unit/coercible/coercer/string/class_methods/config_spec.rb".freeze, "spec/unit/coercible/coercer/string/coerced_predicate_spec.rb".freeze, "spec/unit/coercible/coercer/string/to_boolean_spec.rb".freeze, "spec/unit/coercible/coercer/string/to_constant_spec.rb".freeze, "spec/unit/coercible/coercer/string/to_date_spec.rb".freeze, "spec/unit/coercible/coercer/string/to_datetime_spec.rb".freeze, "spec/unit/coercible/coercer/string/to_decimal_spec.rb".freeze, "spec/unit/coercible/coercer/string/to_float_spec.rb".freeze, "spec/unit/coercible/coercer/string/to_integer_spec.rb".freeze, "spec/unit/coercible/coercer/string/to_symbol_spec.rb".freeze, "spec/unit/coercible/coercer/string/to_time_spec.rb".freeze, "spec/unit/coercible/coercer/string_spec.rb".freeze, "spec/unit/coercible/coercer/symbol/coerced_predicate_spec.rb".freeze, "spec/unit/coercible/coercer/symbol/to_string_spec.rb".freeze, "spec/unit/coercible/coercer/time/coerced_predicate_spec.rb".freeze, "spec/unit/coercible/coercer/time/to_integer_spec.rb".freeze, "spec/unit/coercible/coercer/time/to_time_spec.rb".freeze, "spec/unit/coercible/coercer/time_coercions/to_date_spec.rb".freeze, "spec/unit/coercible/coercer/time_coercions/to_datetime_spec.rb".freeze, "spec/unit/coercible/coercer/time_coercions/to_string_spec.rb".freeze, "spec/unit/coercible/coercer/time_coercions/to_time_spec.rb".freeze, "spec/unit/coercible/coercer/true_class/coerced_predicate_spec.rb".freeze, "spec/unit/coercible/coercer/true_class/to_string_spec.rb".freeze, "spec/unit/coercible/configuration/class_methods/build_spec.rb".freeze] s.specification_version = 3 s.add_runtime_dependency(%q.freeze, ["~> 3.0".freeze, ">= 3.1.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.0.1".freeze]) end