Sha256: 724b9b637a17b37c8e131d08fccc4f48311209e775305b7aee41f61525620952
Contents?: true
Size: 1.42 KB
Versions: 0
Compression: gzip
Compressed size: 682 Bytes
Stored size: 682 Bytes
Contents
--- !ruby/object:Gem::Specification name: smarter_csv version: !ruby/object:Gem::Version version: 1.0.2 prerelease: platform: ruby authors: - ! 'Tilo Sloboda ' autorequire: bindir: bin cert_chain: [] date: 2012-08-02 00:00:00.000000000 Z dependencies: [] 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 - .rvmrc - Gemfile - LICENSE - 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 homepage: '' licenses: [] post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 1.8.15 signing_key: specification_version: 3 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: []