# -*- encoding: utf-8 -*- # stub: representable 2.4.0 ruby lib Gem::Specification.new do |s| s.name = "representable".freeze s.version = "2.4.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 = ["Nick Sutterer".freeze] s.date = "2015-11-26" s.description = "Renders and parses JSON/XML/YAML documents from and to Ruby objects. Includes plain properties, collections, nesting, coercion and more.".freeze s.email = ["apotonick@gmail.com".freeze] s.files = [".gitignore".freeze, ".travis.yml".freeze, "CHANGES.md".freeze, "Gemfile".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "TODO".freeze, "lib/representable.rb".freeze, "lib/representable/TODO.getting_serious".freeze, "lib/representable/autoload.rb".freeze, "lib/representable/binding.rb".freeze, "lib/representable/cached.rb".freeze, "lib/representable/coercion.rb".freeze, "lib/representable/config.rb".freeze, "lib/representable/debug.rb".freeze, "lib/representable/declarative.rb".freeze, "lib/representable/decorator.rb".freeze, "lib/representable/definition.rb".freeze, "lib/representable/deprecations.rb".freeze, "lib/representable/deserializer.rb".freeze, "lib/representable/for_collection.rb".freeze, "lib/representable/hash.rb".freeze, "lib/representable/hash/allow_symbols.rb".freeze, "lib/representable/hash/binding.rb".freeze, "lib/representable/hash/collection.rb".freeze, "lib/representable/hash_methods.rb".freeze, "lib/representable/insert.rb".freeze, "lib/representable/json.rb".freeze, "lib/representable/json/collection.rb".freeze, "lib/representable/json/hash.rb".freeze, "lib/representable/object.rb".freeze, "lib/representable/object/binding.rb".freeze, "lib/representable/parse_strategies.rb".freeze, "lib/representable/pipeline.rb".freeze, "lib/representable/pipeline_factories.rb".freeze, "lib/representable/represent.rb".freeze, "lib/representable/serializer.rb".freeze, "lib/representable/version.rb".freeze, "lib/representable/xml.rb".freeze, "lib/representable/xml/binding.rb".freeze, "lib/representable/xml/collection.rb".freeze, "lib/representable/xml/hash.rb".freeze, "lib/representable/yaml.rb".freeze, "lib/representable/yaml/binding.rb".freeze, "representable.gemspec".freeze, "test-with-deprecations/as_test.rb".freeze, "test-with-deprecations/benchmarking.rb".freeze, "test-with-deprecations/binding_test.rb".freeze, "test-with-deprecations/blaaaaaaaa_test.rb".freeze, "test-with-deprecations/cached_test.rb".freeze, "test-with-deprecations/class_test.rb".freeze, "test-with-deprecations/coercion_test.rb".freeze, "test-with-deprecations/config/inherit_test.rb".freeze, "test-with-deprecations/config_test.rb".freeze, "test-with-deprecations/decorator_scope_test.rb".freeze, "test-with-deprecations/decorator_test.rb".freeze, "test-with-deprecations/default_test.rb".freeze, "test-with-deprecations/defaults_options_test.rb".freeze, "test-with-deprecations/definition_test.rb".freeze, "test-with-deprecations/example.rb".freeze, "test-with-deprecations/examples/object.rb".freeze, "test-with-deprecations/exec_context_test.rb".freeze, "test-with-deprecations/features_test.rb".freeze, "test-with-deprecations/filter_test.rb".freeze, "test-with-deprecations/for_collection_test.rb".freeze, "test-with-deprecations/generic_test.rb".freeze, "test-with-deprecations/getter_setter_test.rb".freeze, "test-with-deprecations/hash_bindings_test.rb".freeze, "test-with-deprecations/hash_test.rb".freeze, "test-with-deprecations/heritage_test.rb".freeze, "test-with-deprecations/if_test.rb".freeze, "test-with-deprecations/include_exclude_test.rb".freeze, "test-with-deprecations/inherit_test.rb".freeze, "test-with-deprecations/inline_test.rb".freeze, "test-with-deprecations/instance_test.rb".freeze, "test-with-deprecations/is_representable_test.rb".freeze, "test-with-deprecations/json_test.rb".freeze, "test-with-deprecations/lonely_test.rb".freeze, "test-with-deprecations/mongoid_test.rb".freeze, "test-with-deprecations/nested_test.rb".freeze, "test-with-deprecations/object_test.rb".freeze, "test-with-deprecations/parse_pipeline_test.rb".freeze, "test-with-deprecations/parse_strategy_test.rb".freeze, "test-with-deprecations/pass_options_test.rb".freeze, "test-with-deprecations/pipeline_test.rb".freeze, "test-with-deprecations/populator_test.rb".freeze, "test-with-deprecations/prepare_test.rb".freeze, "test-with-deprecations/private_options_test.rb".freeze, "test-with-deprecations/reader_writer_test.rb".freeze, "test-with-deprecations/realistic_benchmark.rb".freeze, "test-with-deprecations/render_nil_test.rb".freeze, "test-with-deprecations/represent_test.rb".freeze, "test-with-deprecations/representable_test.rb".freeze, "test-with-deprecations/schema_test.rb".freeze, "test-with-deprecations/serialize_deserialize_test.rb".freeze, "test-with-deprecations/skip_test.rb".freeze, "test-with-deprecations/stringify_hash_test.rb".freeze, "test-with-deprecations/test_helper.rb".freeze, "test-with-deprecations/test_helper_test.rb".freeze, "test-with-deprecations/uncategorized_test.rb".freeze, "test-with-deprecations/user_options_test.rb".freeze, "test-with-deprecations/wrap_test.rb".freeze, "test-with-deprecations/xml_bindings_test.rb".freeze, "test-with-deprecations/xml_test.rb".freeze, "test-with-deprecations/yaml_test.rb".freeze, "test/as_test.rb".freeze, "test/benchmarking.rb".freeze, "test/binding_test.rb".freeze, "test/cached_test.rb".freeze, "test/class_test.rb".freeze, "test/coercion_test.rb".freeze, "test/config/inherit_test.rb".freeze, "test/config_test.rb".freeze, "test/decorator_scope_test.rb".freeze, "test/decorator_test.rb".freeze, "test/default_test.rb".freeze, "test/defaults_options_test.rb".freeze, "test/definition_test.rb".freeze, "test/example.rb".freeze, "test/examples/object.rb".freeze, "test/exec_context_test.rb".freeze, "test/features_test.rb".freeze, "test/filter_test.rb".freeze, "test/for_collection_test.rb".freeze, "test/generic_test.rb".freeze, "test/getter_setter_test.rb".freeze, "test/hash_bindings_test.rb".freeze, "test/hash_test.rb".freeze, "test/heritage_test.rb".freeze, "test/if_test.rb".freeze, "test/include_exclude_test.rb".freeze, "test/inherit_test.rb".freeze, "test/inline_test.rb".freeze, "test/instance_test.rb".freeze, "test/is_representable_test.rb".freeze, "test/json_test.rb".freeze, "test/lonely_test.rb".freeze, "test/mongoid_test.rb".freeze, "test/nested_test.rb".freeze, "test/object_test.rb".freeze, "test/parse_pipeline_test.rb".freeze, "test/parse_strategy_test.rb".freeze, "test/pipeline_test.rb".freeze, "test/populator_test.rb".freeze, "test/prepare_test.rb".freeze, "test/private_options_test.rb".freeze, "test/reader_writer_test.rb".freeze, "test/realistic_benchmark.rb".freeze, "test/render_nil_test.rb".freeze, "test/represent_test.rb".freeze, "test/representable_test.rb".freeze, "test/schema_test.rb".freeze, "test/serialize_deserialize_test.rb".freeze, "test/skip_test.rb".freeze, "test/stringify_hash_test.rb".freeze, "test/test_helper.rb".freeze, "test/test_helper_test.rb".freeze, "test/uncategorized_test.rb".freeze, "test/user_options_test.rb".freeze, "test/wrap_test.rb".freeze, "test/xml_bindings_test.rb".freeze, "test/xml_test.rb".freeze, "test/yaml_test.rb".freeze] s.homepage = "https://github.com/apotonick/representable/".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new(">= 1.9.3".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Renders and parses JSON/XML/YAML documents from and to Ruby objects. Includes plain properties, collections, nesting, coercion and more.".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 0.0.15".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.0.5".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, ["= 0.1.6".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]) s.add_development_dependency(%q.freeze, [">= 1.7.7".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end