Sha256: 821b3c4fbd6743a144f7d3dce28781cbfbfcbf9819cd8131b386cef7043519bd
Contents?: true
Size: 1.49 KB
Versions: 0
Compression: gzip
Compressed size: 742 Bytes
Stored size: 742 Bytes
Contents
--- !ruby/object:Gem::Specification rubygems_version: 0.8.11 specification_version: 1 name: fastercsv version: !ruby/object:Gem::Version version: 0.1.8 date: 2006-02-27 00:00:00 -06:00 summary: FasterCSV is CSV, but faster, smaller, and cleaner. require_paths: - lib email: james@grayproductions.net homepage: http://fastercsv.rubyforge.org rubyforge_project: fastercsv description: FasterCSV is intended as a complete replacement to the CSV standard library. It is significantly faster and smaller while still being pure Ruby code. It also strives for a better interface. autorequire: faster_csv default_executable: bindir: bin has_rdoc: true required_ruby_version: !ruby/object:Gem::Version::Requirement requirements: - - ">" - !ruby/object:Gem::Version version: 0.0.0 version: platform: ruby signing_key: cert_chain: authors: - James Edward Gray II files: - lib/faster_csv.rb - test/tc_csv_parsing.rb - test/tc_csv_writing.rb - test/tc_data_converters.rb - test/tc_features.rb - test/tc_headers.rb - test/tc_interface.rb - test/tc_row.rb - test/tc_speed.rb - test/ts_all.rb - examples/csv_filter.rb - test/test_data.csv - examples/purchase.csv - Rakefile - setup.rb - AUTHORS - COPYING - README - INSTALL - TODO - CHANGELOG - LICENSE test_files: - test/ts_all.rb rdoc_options: - --title - FasterCSV Documentation - --main - README extra_rdoc_files: - AUTHORS - COPYING - README - INSTALL - TODO - CHANGELOG - LICENSE executables: [] extensions: [] requirements: [] dependencies: []