Skip to content

Commit 6373eb4

Browse files
committed
up
1 parent 05f1ca0 commit 6373eb4

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+5451
-2
lines changed

Diff for: README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,14 @@ Gem Family
99

1010
[csvyaml](csvyaml) - read tabular data in the CSV <3 YAML format, that is, comma-separated values (CSV) line-by-line records with yaml ain't markup language (YAML) encoding rules
1111

12-
[csvrecord](csvrecord) - read in comma-separated values (csv) records with typed structs / schemas
12+
[csvhuman](csvhuman) - read tabular data in the CSV Humanitarian eXchange Language (HXL) format, that is, comma-separated values (CSV) line-by-line records with a hashtag (meta data) line using the Humanitarian eXchange Language (HXL) rules
1313

1414
[tabreader](tabreader) - read in tabular datafiles in text in the tabular (TAB) format
1515

1616

17+
<!-- break -->
18+
19+
[csvrecord](csvrecord) - read in comma-separated values (csv) records with typed structs / schemas
1720

1821

1922
<!-- break -->
@@ -22,4 +25,3 @@ Gem Family
2225

2326

2427

25-

Diff for: csvhuman/.gitignore

+35
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
*.gem
2+
*.rbc
3+
/.config
4+
/coverage/
5+
/InstalledFiles
6+
/pkg/
7+
/spec/reports/
8+
/test/tmp/
9+
/test/version_tmp/
10+
/tmp/
11+
12+
## Specific to RubyMotion:
13+
.dat*
14+
.repl_history
15+
build/
16+
17+
## Documentation cache and generated files:
18+
/.yardoc/
19+
/_yardoc/
20+
/doc/
21+
/rdoc/
22+
23+
## Environment normalisation:
24+
/.bundle/
25+
/vendor/bundle
26+
/lib/bundler/man/
27+
28+
# for a library or gem, you might want to ignore these files since the code is
29+
# intended to run in multiple environments; otherwise, check them in:
30+
# Gemfile.lock
31+
# .ruby-version
32+
# .ruby-gemset
33+
34+
# unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
35+
.rvmrc

0 commit comments

Comments
 (0)