csvparser 0.1.0 → 0.1.1

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.
Files changed (2) hide show
  1. data/lib/csvparser.rb +4 -1
  2. metadata +4 -4
@@ -1,5 +1,8 @@
1
- # $Id: csvparser.rb 44 2006-08-13 23:18:33Z cmaujean $
1
+ # $Id: csvparser.rb 46 2006-08-14 06:13:47Z cmaujean $
2
+ #
2
3
  # See LICENSE for copyright information
4
+ #
5
+
3
6
  require 'csv'
4
7
  require 'stringio'
5
8
 
metadata CHANGED
@@ -3,14 +3,14 @@ rubygems_version: 0.9.0
3
3
  specification_version: 1
4
4
  name: csvparser
5
5
  version: !ruby/object:Gem::Version
6
- version: 0.1.0
6
+ version: 0.1.1
7
7
  date: 2006-08-13 00:00:00 -07:00
8
8
  summary: An enumerating, streaming CSV parser that has ORM-like features.
9
9
  require_paths:
10
10
  - lib
11
11
  email: erik@hollensbe.com
12
12
  homepage: http://rubyforge.org/projects/ngslib
13
- rubyforge_project:
13
+ rubyforge_project: ngslib
14
14
  description:
15
15
  autorequire:
16
16
  default_executable:
@@ -37,8 +37,8 @@ test_files: []
37
37
 
38
38
  rdoc_options: []
39
39
 
40
- extra_rdoc_files: []
41
-
40
+ extra_rdoc_files:
41
+ - lib/LICENSE
42
42
  executables: []
43
43
 
44
44
  extensions: []