glennfu-faster_csv 1.5.5.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.
data/lib/fastercsv.rb ADDED
@@ -0,0 +1,10 @@
1
+ #!/usr/local/bin/ruby -w
2
+
3
+ # fastercsv.rb
4
+ #
5
+ # Created by James Edward Gray II on 2006-04-01.
6
+ # Copyright 2006 Gray Productions. All rights reserved.
7
+ #
8
+ # This file is just another name for faster_csv.rb.
9
+
10
+ require "faster_csv"
metadata ADDED
@@ -0,0 +1,85 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: glennfu-faster_csv
3
+ version: !ruby/object:Gem::Version
4
+ hash: 97
5
+ prerelease:
6
+ segments:
7
+ - 1
8
+ - 5
9
+ - 5
10
+ - 1
11
+ version: 1.5.5.1
12
+ platform: ruby
13
+ authors:
14
+ - James Edward Gray II
15
+ - Glenn Sidney
16
+ autorequire:
17
+ bindir: bin
18
+ cert_chain: []
19
+
20
+ date: 2011-06-15 00:00:00 -05:00
21
+ default_executable:
22
+ dependencies: []
23
+
24
+ description: FasterCSV is intended as a replacement to Ruby's standard CSV library.
25
+ email: glenn@glennfu.com
26
+ executables: []
27
+
28
+ extensions: []
29
+
30
+ extra_rdoc_files: []
31
+
32
+ files:
33
+ - AUTHORS
34
+ - CHANGELOG
35
+ - COPYING
36
+ - LICENSE
37
+ - Rakefile
38
+ - README
39
+ - TODO
40
+ - examples/csv_converters.rb
41
+ - examples/csv_filter.rb
42
+ - examples/csv_rails_import.task
43
+ - examples/csv_reading.rb
44
+ - examples/csv_table.rb
45
+ - examples/csv_writing.rb
46
+ - examples/purchase.csv
47
+ - examples/shortcut_interface.rb
48
+ - lib/faster_csv.rb
49
+ - lib/fastercsv.rb
50
+ has_rdoc: true
51
+ homepage: http://github.com/glennfu/faster_csv
52
+ licenses: []
53
+
54
+ post_install_message:
55
+ rdoc_options: []
56
+
57
+ require_paths:
58
+ - lib
59
+ required_ruby_version: !ruby/object:Gem::Requirement
60
+ none: false
61
+ requirements:
62
+ - - ">="
63
+ - !ruby/object:Gem::Version
64
+ hash: 3
65
+ segments:
66
+ - 0
67
+ version: "0"
68
+ required_rubygems_version: !ruby/object:Gem::Requirement
69
+ none: false
70
+ requirements:
71
+ - - ">="
72
+ - !ruby/object:Gem::Version
73
+ hash: 3
74
+ segments:
75
+ - 0
76
+ version: "0"
77
+ requirements: []
78
+
79
+ rubyforge_project:
80
+ rubygems_version: 1.5.3
81
+ signing_key:
82
+ specification_version: 3
83
+ summary: FasterCSV is intended as a replacement to Ruby's standard CSV library.
84
+ test_files: []
85
+