fastercsv 0.1.9 → 0.2.0

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.
@@ -15,3 +15,4 @@ require "tc_speed"
15
15
  require "tc_data_converters"
16
16
  require "tc_row"
17
17
  require "tc_headers"
18
+ require "tc_serialization"
metadata CHANGED
@@ -3,8 +3,8 @@ 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.9
7
- date: 2006-02-27 00:00:00 -06:00
6
+ version: 0.2.0
7
+ date: 2006-04-01 00:00:00 -06:00
8
8
  summary: FasterCSV is CSV, but faster, smaller, and cleaner.
9
9
  require_paths:
10
10
  - lib
@@ -29,6 +29,7 @@ authors:
29
29
  - James Edward Gray II
30
30
  files:
31
31
  - lib/faster_csv.rb
32
+ - lib/fastercsv.rb
32
33
  - test/tc_csv_parsing.rb
33
34
  - test/tc_csv_writing.rb
34
35
  - test/tc_data_converters.rb
@@ -36,9 +37,11 @@ files:
36
37
  - test/tc_headers.rb
37
38
  - test/tc_interface.rb
38
39
  - test/tc_row.rb
40
+ - test/tc_serialization.rb
39
41
  - test/tc_speed.rb
40
42
  - test/ts_all.rb
41
43
  - examples/csv_filter.rb
44
+ - examples/shortcut_interface.rb
42
45
  - test/test_data.csv
43
46
  - examples/purchase.csv
44
47
  - Rakefile