StephanZ-fastercsv 1.4.0 → 1.4.1

Sign up to get free protection for your applications and to get access to all the features.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: StephanZ-fastercsv
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.0
4
+ version: 1.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - James Edward Gray II
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-05-16 00:00:00 -07:00
12
+ date: 2008-09-09 22:00:00 -07:00
13
13
  default_executable:
14
14
  dependencies: []
15
15
 
@@ -28,9 +28,30 @@ extra_rdoc_files:
28
28
  - CHANGELOG
29
29
  - LICENSE
30
30
  files:
31
+ - lib/faster_csv.rb
32
+ - lib/fastercsv.rb
33
+ - test/tc_csv_parsing.rb
34
+ - test/tc_csv_writing.rb
35
+ - test/tc_data_converters.rb
36
+ - test/tc_encodings.rb
37
+ - test/tc_features.rb
38
+ - test/tc_headers.rb
39
+ - test/tc_interface.rb
40
+ - test/tc_row.rb
41
+ - test/tc_serialization.rb
42
+ - test/tc_speed.rb
43
+ - test/tc_table.rb
44
+ - test/ts_all.rb
45
+ - examples/csv_converters.rb
46
+ - examples/csv_filter.rb
47
+ - examples/csv_reading.rb
48
+ - examples/csv_table.rb
49
+ - examples/csv_writing.rb
50
+ - examples/shortcut_interface.rb
51
+ - test/test_data.csv
52
+ - examples/purchase.csv
31
53
  - Rakefile
32
54
  - setup.rb
33
- - test/line_endings.gz
34
55
  - AUTHORS
35
56
  - COPYING
36
57
  - README
data/test/line_endings.gz DELETED
Binary file