--- !ruby/object:Gem::Specification name: csv2hash version: !ruby/object:Gem::Version version: 0.2.0 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: bundler requirement: !ruby/object:Gem::Requirement requirements: - - ~> - !ruby/object:Gem::Version version: '1.3' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ~> - !ruby/object:Gem::Version version: '1.3' - !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: rspec 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: DSL to map a CSV to a Ruby Hash email: joel.azemar@gmail.com executables: - load_rvm - publish extensions: [] extra_rdoc_files: [] files: - .coveralls.yml - .gitignore - .rspec - .travis.yml - Gemfile - Gemfile.lock - Guardfile - LICENSE - README.md - Rakefile - ReleaseNotes.md - bin/load_rvm - bin/publish - csv2hash.gemspec - lib/csv2hash.rb - lib/csv2hash/csv_array.rb - lib/csv2hash/data_wrapper.rb - lib/csv2hash/definition.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/structure_validator.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 - 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_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.0' required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 2.1.11 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_spec.rb - spec/spec_helper.rb