--- !ruby/object:Gem::Specification name: smarter_csv version: !ruby/object:Gem::Version version: 1.1.0 platform: ruby authors: - | Tilo Sloboda autorequire: bindir: bin cert_chain: [] date: 2015-07-27 00:00:00.000000000 Z dependencies: - !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: Ruby Gem for smarter importing of CSV Files as Array(s) of Hashes, with optional features for processing large files in parallel, embedded comments, unusual field- and record-separators, flexible mapping of CSV-headers to Hash-keys email: - | tilo.sloboda@gmail.com executables: [] extensions: [] extra_rdoc_files: [] files: - ".gitignore" - ".rspec" - ".rvmrc" - ".travis.yml" - Gemfile - README.md - Rakefile - lib/extensions/hash.rb - lib/smarter_csv.rb - lib/smarter_csv/smarter_csv.rb - lib/smarter_csv/version.rb - smarter_csv.gemspec - spec/fixtures/basic.csv - spec/fixtures/binary.csv - spec/fixtures/carriage_returns_n.csv - spec/fixtures/carriage_returns_quoted.csv - spec/fixtures/carriage_returns_r.csv - spec/fixtures/carriage_returns_rn.csv - spec/fixtures/chunk_cornercase.csv - spec/fixtures/empty.csv - spec/fixtures/line_endings_n.csv - spec/fixtures/line_endings_r.csv - spec/fixtures/line_endings_rn.csv - spec/fixtures/lots_of_columns.csv - spec/fixtures/money.csv - spec/fixtures/no_header.csv - spec/fixtures/numeric.csv - spec/fixtures/pets.csv - spec/fixtures/quoted.csv - spec/fixtures/separator.csv - spec/fixtures/with_dashes.csv - spec/fixtures/with_dates.csv - spec/smarter_csv/binary_file2_spec.rb - spec/smarter_csv/binary_file_spec.rb - spec/smarter_csv/carriage_return_spec.rb - spec/smarter_csv/chunked_reading_spec.rb - spec/smarter_csv/column_separator_spec.rb - spec/smarter_csv/convert_values_to_numeric_spec.rb - spec/smarter_csv/header_transformation_spec.rb - spec/smarter_csv/keep_headers_spec.rb - spec/smarter_csv/key_mapping_spec.rb - spec/smarter_csv/line_ending_spec.rb - spec/smarter_csv/load_basic_spec.rb - spec/smarter_csv/no_header_spec.rb - spec/smarter_csv/not_downcase_header_spec.rb - spec/smarter_csv/quoted_spec.rb - spec/smarter_csv/remove_empty_values_spec.rb - spec/smarter_csv/remove_keys_from_hashes_spec.rb - spec/smarter_csv/remove_not_mapped_keys_spec.rb - spec/smarter_csv/remove_values_matching_spec.rb - spec/smarter_csv/remove_zero_values_spec.rb - spec/smarter_csv/strings_as_keys_spec.rb - spec/smarter_csv/strip_chars_from_headers_spec.rb - spec/smarter_csv/value_converters_spec.rb - spec/spec.opts - spec/spec/spec_helper.rb - spec/spec_helper.rb homepage: https://github.com/tilo/smarter_csv licenses: - MIT - GPL-2 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: '0' requirements: - csv rubyforge_project: rubygems_version: 2.4.5 signing_key: specification_version: 4 summary: Ruby Gem for smarter importing of CSV Files (and CSV-like files), with lots of optional features, e.g. chunked processing for huge CSV files test_files: - spec/fixtures/basic.csv - spec/fixtures/binary.csv - spec/fixtures/carriage_returns_n.csv - spec/fixtures/carriage_returns_quoted.csv - spec/fixtures/carriage_returns_r.csv - spec/fixtures/carriage_returns_rn.csv - spec/fixtures/chunk_cornercase.csv - spec/fixtures/empty.csv - spec/fixtures/line_endings_n.csv - spec/fixtures/line_endings_r.csv - spec/fixtures/line_endings_rn.csv - spec/fixtures/lots_of_columns.csv - spec/fixtures/money.csv - spec/fixtures/no_header.csv - spec/fixtures/numeric.csv - spec/fixtures/pets.csv - spec/fixtures/quoted.csv - spec/fixtures/separator.csv - spec/fixtures/with_dashes.csv - spec/fixtures/with_dates.csv - spec/smarter_csv/binary_file2_spec.rb - spec/smarter_csv/binary_file_spec.rb - spec/smarter_csv/carriage_return_spec.rb - spec/smarter_csv/chunked_reading_spec.rb - spec/smarter_csv/column_separator_spec.rb - spec/smarter_csv/convert_values_to_numeric_spec.rb - spec/smarter_csv/header_transformation_spec.rb - spec/smarter_csv/keep_headers_spec.rb - spec/smarter_csv/key_mapping_spec.rb - spec/smarter_csv/line_ending_spec.rb - spec/smarter_csv/load_basic_spec.rb - spec/smarter_csv/no_header_spec.rb - spec/smarter_csv/not_downcase_header_spec.rb - spec/smarter_csv/quoted_spec.rb - spec/smarter_csv/remove_empty_values_spec.rb - spec/smarter_csv/remove_keys_from_hashes_spec.rb - spec/smarter_csv/remove_not_mapped_keys_spec.rb - spec/smarter_csv/remove_values_matching_spec.rb - spec/smarter_csv/remove_zero_values_spec.rb - spec/smarter_csv/strings_as_keys_spec.rb - spec/smarter_csv/strip_chars_from_headers_spec.rb - spec/smarter_csv/value_converters_spec.rb - spec/spec.opts - spec/spec/spec_helper.rb - spec/spec_helper.rb