csvutils 0.0.1 → 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: csvutils
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gerald Bauer
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-08-04 00:00:00.000000000 Z
11
+ date: 2018-08-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rdoc
@@ -53,8 +53,17 @@ files:
53
53
  - README.md
54
54
  - Rakefile
55
55
  - lib/csvutils.rb
56
+ - lib/csvutils/cut.rb
57
+ - lib/csvutils/split.rb
58
+ - lib/csvutils/test.rb
59
+ - lib/csvutils/utils.rb
56
60
  - lib/csvutils/version.rb
61
+ - test/data/at-austria/AUT.csv
62
+ - test/data/de-deutschland/bundesliga.csv
63
+ - test/data/eng-england/2017-18/E0.csv
57
64
  - test/helper.rb
65
+ - test/test_headers.rb
66
+ - test/test_misc.rb
58
67
  - test/test_version.rb
59
68
  homepage: https://github.com/csv11/csvutils
60
69
  licenses: