--- !ruby/object:Gem::Specification name: csv2hash version: !ruby/object:Gem::Version version: 0.6.3 platform: ruby authors: - Joel AZEMAR autorequire: bindir: bin cert_chain: [] date: 2013-11-26 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: activesupport requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '4.1' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '4.1' - !ruby/object:Gem::Dependency name: bundler requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.6' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.6' - !ruby/object:Gem::Dependency name: rake requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '10.3' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '10.3' - !ruby/object:Gem::Dependency name: rspec requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '3.0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '3.0' - !ruby/object:Gem::Dependency name: its requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '0.2' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '0.2' description: DSL to map a CSV to a Ruby Hash email: joel.azemar@gmail.com executables: - generate_doc - launch_irb - load_rvm extensions: [] extra_rdoc_files: [] files: - ".coveralls.yml" - ".gitignore" - ".rspec" - ".travis.yml" - ".yardoc/checksums" - ".yardoc/object_types" - ".yardoc/objects/root.dat" - ".yardoc/proxy_types" - CHANGELOG.md - Gemfile - Gemfile.lock - LICENSE - README.md - Rakefile - UPGRADE.md - bin/generate_doc - bin/launch_irb - bin/load_rvm - config/example.csv - config/rules.yml - coverage/.resultset.json.lock - csv2hash.gemspec - doc/Cell.html - doc/Csv2hash.html - doc/Csv2hash/Adapter.html - doc/Csv2hash/Adapter/Abstract.html - doc/Csv2hash/Adapter/Base.html - doc/Csv2hash/Adapter/Base/UnsupportedAdapter.html - doc/Csv2hash/Adapter/CsvAdapter.html - doc/Csv2hash/Adapter/MemoryAdapter.html - doc/Csv2hash/DataWrapper.html - doc/Csv2hash/Definition.html - doc/Csv2hash/Discover.html - doc/Csv2hash/Expectation.html - doc/Csv2hash/ExtraValidator.html - doc/Csv2hash/Main.html - doc/Csv2hash/Notifier.html - doc/Csv2hash/Parser.html - doc/Csv2hash/Parser/Collection.html - doc/Csv2hash/Parser/Mapping.html - doc/Csv2hash/StructureValidator.html - doc/Csv2hash/StructureValidator/Deprecation.html - doc/Csv2hash/StructureValidator/MaxColumns.html - doc/Csv2hash/StructureValidator/MinColumns.html - doc/Csv2hash/StructureValidator/ValidationError.html - doc/Csv2hash/StructureValidator/Validator.html - doc/Csv2hash/Validator.html - doc/Csv2hash/Validator/Collection.html - doc/Csv2hash/Validator/Mapping.html - doc/CsvArray.html - doc/Registry.html - doc/_index.html - doc/class_list.html - doc/css/common.css - doc/css/full_list.css - doc/css/style.css - doc/file.README.html - doc/file_list.html - doc/frames.html - doc/index.html - doc/js/app.js - doc/js/full_list.js - doc/js/jquery.js - doc/method_list.html - doc/top-level-namespace.html - lib/csv2hash.rb - lib/csv2hash/adapters/abstract.rb - lib/csv2hash/adapters/base.rb - lib/csv2hash/adapters/csv_adapter.rb - lib/csv2hash/adapters/memory_adapter.rb - lib/csv2hash/cell.rb - lib/csv2hash/csv_array.rb - lib/csv2hash/data_wrapper.rb - lib/csv2hash/definition.rb - lib/csv2hash/discover.rb - lib/csv2hash/expectation.rb - lib/csv2hash/extra_validator.rb - lib/csv2hash/notifier.rb - lib/csv2hash/parser.rb - lib/csv2hash/parser/collection.rb - lib/csv2hash/parser/mapping.rb - lib/csv2hash/registry.rb - lib/csv2hash/structure_validator.rb - lib/csv2hash/structure_validator/deprecation.rb - lib/csv2hash/structure_validator/max_columns.rb - lib/csv2hash/structure_validator/min_columns.rb - lib/csv2hash/validator.rb - lib/csv2hash/validator/collection.rb - lib/csv2hash/validator/mapping.rb - lib/csv2hash/version.rb - lib/csv2hash/yaml_loader.rb - spec/csv2hash/definition_spec.rb - spec/csv2hash/parser/collection_spec.rb - spec/csv2hash/parser/mapping_spec.rb - spec/csv2hash/parser_spec.rb - spec/csv2hash/structure_validator_spec.rb - spec/csv2hash/validator/collection_spec.rb - spec/csv2hash/validator/mapping_spec.rb - spec/csv2hash/validator_spec.rb - spec/csv2hash/yaml_loader_spec.rb - spec/csv2hash_spec.rb - spec/spec_helper.rb homepage: https://github.com/joel/csv2hash licenses: - MIT metadata: {} post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '2.1' required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 2.2.2 signing_key: specification_version: 4 summary: Mapping a CSV to a Ruby Hash test_files: - spec/csv2hash/definition_spec.rb - spec/csv2hash/parser/collection_spec.rb - spec/csv2hash/parser/mapping_spec.rb - spec/csv2hash/parser_spec.rb - spec/csv2hash/structure_validator_spec.rb - spec/csv2hash/validator/collection_spec.rb - spec/csv2hash/validator/mapping_spec.rb - spec/csv2hash/validator_spec.rb - spec/csv2hash/yaml_loader_spec.rb - spec/csv2hash_spec.rb - spec/spec_helper.rb has_rdoc: