--- !ruby/object:Gem::Specification name: representable version: !ruby/object:Gem::Version version: 2.4.0.rc4 platform: ruby authors: - Nick Sutterer autorequire: bindir: bin cert_chain: [] date: 2015-11-23 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: uber requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 0.0.15 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 0.0.15 - !ruby/object:Gem::Dependency name: declarative requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 0.0.5 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 0.0.5 - !ruby/object:Gem::Dependency name: rake requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: test_xml requirement: !ruby/object:Gem::Requirement requirements: - - '=' - !ruby/object:Gem::Version version: 0.1.6 type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - '=' - !ruby/object:Gem::Version version: 0.1.6 - !ruby/object:Gem::Dependency name: minitest requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: mongoid requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: virtus requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: json requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 1.7.7 type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 1.7.7 - !ruby/object:Gem::Dependency name: ruby-prof requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' description: Renders and parses JSON/XML/YAML documents from and to Ruby objects. Includes plain properties, collections, nesting, coercion and more. email: - apotonick@gmail.com executables: [] extensions: [] extra_rdoc_files: [] files: - ".gitignore" - ".travis.yml" - CHANGES.md - Gemfile - LICENSE - README.md - Rakefile - TODO - lib/representable.rb - lib/representable/TODO.getting_serious - lib/representable/autoload.rb - lib/representable/binding.rb - lib/representable/cached.rb - lib/representable/coercion.rb - lib/representable/config.rb - lib/representable/debug.rb - lib/representable/declarative.rb - lib/representable/decorator.rb - lib/representable/definition.rb - lib/representable/deprecations.rb - lib/representable/deserializer.rb - lib/representable/for_collection.rb - lib/representable/hash.rb - lib/representable/hash/allow_symbols.rb - lib/representable/hash/binding.rb - lib/representable/hash/collection.rb - lib/representable/hash_methods.rb - lib/representable/insert.rb - lib/representable/json.rb - lib/representable/json/collection.rb - lib/representable/json/hash.rb - lib/representable/object.rb - lib/representable/object/binding.rb - lib/representable/parse_strategies.rb - lib/representable/pipeline.rb - lib/representable/pipeline_factories.rb - lib/representable/represent.rb - lib/representable/serializer.rb - lib/representable/version.rb - lib/representable/xml.rb - lib/representable/xml/binding.rb - lib/representable/xml/collection.rb - lib/representable/xml/hash.rb - lib/representable/yaml.rb - lib/representable/yaml/binding.rb - representable.gemspec - test-with-deprecations/as_test.rb - test-with-deprecations/benchmarking.rb - test-with-deprecations/binding_test.rb - test-with-deprecations/blaaaaaaaa_test.rb - test-with-deprecations/cached_test.rb - test-with-deprecations/class_test.rb - test-with-deprecations/coercion_test.rb - test-with-deprecations/config/inherit_test.rb - test-with-deprecations/config_test.rb - test-with-deprecations/decorator_scope_test.rb - test-with-deprecations/decorator_test.rb - test-with-deprecations/default_test.rb - test-with-deprecations/defaults_options_test.rb - test-with-deprecations/definition_test.rb - test-with-deprecations/example.rb - test-with-deprecations/examples/object.rb - test-with-deprecations/exec_context_test.rb - test-with-deprecations/features_test.rb - test-with-deprecations/filter_test.rb - test-with-deprecations/for_collection_test.rb - test-with-deprecations/generic_test.rb - test-with-deprecations/getter_setter_test.rb - test-with-deprecations/hash_bindings_test.rb - test-with-deprecations/hash_test.rb - test-with-deprecations/heritage_test.rb - test-with-deprecations/if_test.rb - test-with-deprecations/include_exclude_test.rb - test-with-deprecations/inherit_test.rb - test-with-deprecations/inline_test.rb - test-with-deprecations/instance_test.rb - test-with-deprecations/is_representable_test.rb - test-with-deprecations/json_test.rb - test-with-deprecations/lonely_test.rb - test-with-deprecations/mongoid_test.rb - test-with-deprecations/nested_test.rb - test-with-deprecations/object_test.rb - test-with-deprecations/parse_pipeline_test.rb - test-with-deprecations/parse_strategy_test.rb - test-with-deprecations/pass_options_test.rb - test-with-deprecations/pipeline_test.rb - test-with-deprecations/populator_test.rb - test-with-deprecations/prepare_test.rb - test-with-deprecations/private_options_test.rb - test-with-deprecations/reader_writer_test.rb - test-with-deprecations/realistic_benchmark.rb - test-with-deprecations/render_nil_test.rb - test-with-deprecations/represent_test.rb - test-with-deprecations/representable_test.rb - test-with-deprecations/schema_test.rb - test-with-deprecations/serialize_deserialize_test.rb - test-with-deprecations/skip_test.rb - test-with-deprecations/stringify_hash_test.rb - test-with-deprecations/test_helper.rb - test-with-deprecations/test_helper_test.rb - test-with-deprecations/uncategorized_test.rb - test-with-deprecations/user_options_test.rb - test-with-deprecations/wrap_test.rb - test-with-deprecations/xml_bindings_test.rb - test-with-deprecations/xml_test.rb - test-with-deprecations/yaml_test.rb - test/as_test.rb - test/benchmarking.rb - test/binding_test.rb - test/cached_test.rb - test/class_test.rb - test/coercion_test.rb - test/config/inherit_test.rb - test/config_test.rb - test/decorator_scope_test.rb - test/decorator_test.rb - test/default_test.rb - test/defaults_options_test.rb - test/definition_test.rb - test/example.rb - test/examples/object.rb - test/exec_context_test.rb - test/features_test.rb - test/filter_test.rb - test/for_collection_test.rb - test/generic_test.rb - test/getter_setter_test.rb - test/hash_bindings_test.rb - test/hash_test.rb - test/heritage_test.rb - test/if_test.rb - test/include_exclude_test.rb - test/inherit_test.rb - test/inline_test.rb - test/instance_test.rb - test/is_representable_test.rb - test/json_test.rb - test/lonely_test.rb - test/mongoid_test.rb - test/nested_test.rb - test/object_test.rb - test/parse_pipeline_test.rb - test/parse_strategy_test.rb - test/pipeline_test.rb - test/populator_test.rb - test/prepare_test.rb - test/private_options_test.rb - test/reader_writer_test.rb - test/realistic_benchmark.rb - test/render_nil_test.rb - test/represent_test.rb - test/representable_test.rb - test/schema_test.rb - test/serialize_deserialize_test.rb - test/skip_test.rb - test/stringify_hash_test.rb - test/test_helper.rb - test/test_helper_test.rb - test/uncategorized_test.rb - test/user_options_test.rb - test/wrap_test.rb - test/xml_bindings_test.rb - test/xml_test.rb - test/yaml_test.rb homepage: https://github.com/apotonick/representable/ licenses: - MIT metadata: {} post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">" - !ruby/object:Gem::Version version: 1.3.1 requirements: [] rubyforge_project: rubygems_version: 2.4.8 signing_key: specification_version: 4 summary: Renders and parses JSON/XML/YAML documents from and to Ruby objects. Includes plain properties, collections, nesting, coercion and more. test_files: []