forked from ender672/fastercsv
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathfastercsv.gemspec
More file actions
92 lines (87 loc) · 1.86 KB
/
fastercsv.gemspec
File metadata and controls
92 lines (87 loc) · 1.86 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
--- !ruby/object:Gem::Specification
name: fastercsv
version: !ruby/object:Gem::Version
version: 1.4.1
platform: ruby
authors:
- James Edward Gray II
autorequire:
bindir: bin
cert_chain: []
date: 2008-09-10 00:00:00 -05:00
default_executable:
dependencies: []
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.
email: james@grayproductions.net
executables: []
extensions: []
extra_rdoc_files:
- AUTHORS
- COPYING
- README
- INSTALL
- TODO
- CHANGELOG
- LICENSE
files:
- lib/faster_csv.rb
- lib/fastercsv.rb
- test/tc_csv_parsing.rb
- test/tc_csv_writing.rb
- test/tc_data_converters.rb
- test/tc_encodings.rb
- test/tc_features.rb
- test/tc_headers.rb
- test/tc_interface.rb
- test/tc_row.rb
- test/tc_serialization.rb
- test/tc_speed.rb
- test/tc_table.rb
- test/ts_all.rb
- examples/csv_converters.rb
- examples/csv_filter.rb
- examples/csv_reading.rb
- examples/csv_table.rb
- examples/csv_writing.rb
- examples/shortcut_interface.rb
- test/test_data.csv
- examples/purchase.csv
- Rakefile
- setup.rb
- AUTHORS
- COPYING
- README
- INSTALL
- TODO
- CHANGELOG
- LICENSE
has_rdoc: true
homepage: http://fastercsv.rubyforge.org
post_install_message:
rdoc_options:
- --title
- FasterCSV Documentation
- --main
- README
require_paths:
- lib
required_ruby_version: !ruby/object:Gem::Requirement
requirements:
- - ">="
- !ruby/object:Gem::Version
version: "0"
version:
required_rubygems_version: !ruby/object:Gem::Requirement
requirements:
- - ">="
- !ruby/object:Gem::Version
version: "0"
version:
requirements: []
rubyforge_project: fastercsv
rubygems_version: 1.2.0
signing_key:
specification_version: 2
summary: FasterCSV is CSV, but faster, smaller, and cleaner.
test_files:
- test/ts_all.rb