fastercsv 0.1.4 → 0.1.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/test/ts_all.rb CHANGED
@@ -12,3 +12,6 @@ require "tc_features"
12
12
  require "tc_interface"
13
13
  require "tc_csv_writing"
14
14
  require "tc_speed"
15
+ require "tc_data_converters"
16
+ require "tc_row"
17
+ require "tc_headers"
metadata CHANGED
@@ -3,11 +3,11 @@ rubygems_version: 0.8.11
3
3
  specification_version: 1
4
4
  name: fastercsv
5
5
  version: !ruby/object:Gem::Version
6
- version: 0.1.4
7
- date: 2005-12-02 00:00:00 -06:00
8
- summary: "FasterCSV is CSV, but faster, smaller, and cleaner."
6
+ version: 0.1.6
7
+ date: 2006-02-25 00:00:00 -06:00
8
+ summary: FasterCSV is CSV, but faster, smaller, and cleaner.
9
9
  require_paths:
10
- - lib
10
+ - lib
11
11
  email: james@grayproductions.net
12
12
  homepage: http://fastercsv.rubyforge.org
13
13
  rubyforge_project: fastercsv
@@ -18,46 +18,52 @@ bindir: bin
18
18
  has_rdoc: true
19
19
  required_ruby_version: !ruby/object:Gem::Version::Requirement
20
20
  requirements:
21
- -
22
- - ">"
23
- - !ruby/object:Gem::Version
24
- version: 0.0.0
21
+ - - ">"
22
+ - !ruby/object:Gem::Version
23
+ version: 0.0.0
25
24
  version:
26
25
  platform: ruby
27
26
  signing_key:
28
27
  cert_chain:
29
28
  authors:
30
- - James Edward Gray II
29
+ - James Edward Gray II
31
30
  files:
32
- - lib/faster_csv.rb
33
- - test/tc_csv_parsing.rb
34
- - test/tc_csv_writing.rb
35
- - test/tc_features.rb
36
- - test/tc_interface.rb
37
- - test/tc_speed.rb
38
- - test/ts_all.rb
39
- - test/test_data.csv
40
- - Rakefile
41
- - setup.rb
42
- - README
43
- - INSTALL
44
- - TODO
45
- - CHANGELOG
46
- - LICENSE
31
+ - lib/faster_csv.rb
32
+ - test/tc_csv_parsing.rb
33
+ - test/tc_csv_writing.rb
34
+ - test/tc_data_converters.rb
35
+ - test/tc_features.rb
36
+ - test/tc_headers.rb
37
+ - test/tc_interface.rb
38
+ - test/tc_row.rb
39
+ - test/tc_speed.rb
40
+ - test/ts_all.rb
41
+ - test/test_data.csv
42
+ - Rakefile
43
+ - setup.rb
44
+ - README
45
+ - INSTALL
46
+ - TODO
47
+ - CHANGELOG
48
+ - LICENSE
47
49
  test_files:
48
- - test/ts_all.rb
50
+ - test/ts_all.rb
49
51
  rdoc_options:
50
- - "--title"
51
- - FasterCSV Documentation
52
- - "--main"
53
- - README
52
+ - --title
53
+ - FasterCSV Documentation
54
+ - --main
55
+ - README
54
56
  extra_rdoc_files:
55
- - README
56
- - INSTALL
57
- - TODO
58
- - CHANGELOG
59
- - LICENSE
57
+ - README
58
+ - INSTALL
59
+ - TODO
60
+ - CHANGELOG
61
+ - LICENSE
60
62
  executables: []
63
+
61
64
  extensions: []
65
+
62
66
  requirements: []
63
- dependencies: []
67
+
68
+ dependencies: []
69
+