uncsv 1.0.1 → 1.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +43 -0
- data/LICENSE.txt +20 -201
- data/README.md +10 -26
- data/lib/uncsv/config.rb +6 -5
- data/lib/uncsv/row.rb +2 -2
- data/lib/uncsv/version.rb +5 -1
- data/lib/uncsv.rb +5 -1
- metadata +15 -111
- data/.gitignore +0 -6
- data/.rspec +0 -2
- data/.rubocop.yml +0 -21
- data/.travis.yml +0 -37
- data/Gemfile +0 -4
- data/Rakefile +0 -13
- data/bin/check-version +0 -6
- data/bin/console +0 -15
- data/bin/rake +0 -18
- data/bin/rspec +0 -18
- data/bin/rubocop +0 -18
- data/bin/yard +0 -18
- data/bin/yardoc +0 -18
- data/bin/yri +0 -18
- data/uncsv.gemspec +0 -30
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b705f1f5ac5336079c3c7cc5120d29edc9bb51fc52cb250c883434a8fc20ba75
|
4
|
+
data.tar.gz: 60ded157222854dcd603f1a57265a12165697dd4b7e57ecec1476f5de49da1c8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: eb622b7147b1689a663abcaeaae210b3a61084666b6a9fd07750179bf12f33865af72291d154a07a83f1fbf5eac23bbfdf47575d7519c37d2e074890656f322c
|
7
|
+
data.tar.gz: e1567fb78019d20b89de8d11212cedc7614c9bfaa7ee761e3b70f512c10724ae86341b8d8a44ec72d2a7f17de922689a3782a16182fdfd6c1403b7daa2c79e7f
|
data/CHANGELOG.md
ADDED
@@ -0,0 +1,43 @@
|
|
1
|
+
# Changelog
|
2
|
+
|
3
|
+
All notable changes to this project will be documented in this file.
|
4
|
+
|
5
|
+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
6
|
+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
7
|
+
|
8
|
+
## [Unreleased]
|
9
|
+
|
10
|
+
## [1.1.0] - 2018-12-17
|
11
|
+
|
12
|
+
### Changed
|
13
|
+
|
14
|
+
- Update license to MIT #3 justinhoward
|
15
|
+
|
16
|
+
### Fixed
|
17
|
+
|
18
|
+
- Fix CI and update gems #4 justinhoward
|
19
|
+
- Fix default branch references and README badges #5 justinhoward
|
20
|
+
|
21
|
+
## [1.0.1] - 2018-12-17
|
22
|
+
|
23
|
+
### Fixed
|
24
|
+
|
25
|
+
- Fix version check
|
26
|
+
|
27
|
+
## [1.0.0] - 2018-12-08
|
28
|
+
|
29
|
+
### Added
|
30
|
+
|
31
|
+
- Inch CI and documentation links
|
32
|
+
|
33
|
+
## [0.3.1] - 2018-12-07
|
34
|
+
|
35
|
+
### Added
|
36
|
+
|
37
|
+
- Initial publish to open source
|
38
|
+
|
39
|
+
[Unreleased]: https://github.com/justinhoward/cutoff/compare/v1.1.0...HEAD
|
40
|
+
[1.0.2]: https://github.com/justinhoward/cutoff/compare/v1.0.1...v1.1.0
|
41
|
+
[1.0.1]: https://github.com/justinhoward/cutoff/compare/v1.0.0...v1.0.1
|
42
|
+
[1.0.0]: https://github.com/justinhoward/cutoff/compare/v0.3.1...v1.0.0
|
43
|
+
[0.3.1]: https://github.com/justinhoward/cutoff/releases/tag/v0.3.1
|
data/LICENSE.txt
CHANGED
@@ -1,201 +1,20 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
outstanding shares, or (iii) beneficial ownership of such entity.
|
22
|
-
|
23
|
-
"You" (or "Your") shall mean an individual or Legal Entity
|
24
|
-
exercising permissions granted by this License.
|
25
|
-
|
26
|
-
"Source" form shall mean the preferred form for making modifications,
|
27
|
-
including but not limited to software source code, documentation
|
28
|
-
source, and configuration files.
|
29
|
-
|
30
|
-
"Object" form shall mean any form resulting from mechanical
|
31
|
-
transformation or translation of a Source form, including but
|
32
|
-
not limited to compiled object code, generated documentation,
|
33
|
-
and conversions to other media types.
|
34
|
-
|
35
|
-
"Work" shall mean the work of authorship, whether in Source or
|
36
|
-
Object form, made available under the License, as indicated by a
|
37
|
-
copyright notice that is included in or attached to the work
|
38
|
-
(an example is provided in the Appendix below).
|
39
|
-
|
40
|
-
"Derivative Works" shall mean any work, whether in Source or Object
|
41
|
-
form, that is based on (or derived from) the Work and for which the
|
42
|
-
editorial revisions, annotations, elaborations, or other modifications
|
43
|
-
represent, as a whole, an original work of authorship. For the purposes
|
44
|
-
of this License, Derivative Works shall not include works that remain
|
45
|
-
separable from, or merely link (or bind by name) to the interfaces of,
|
46
|
-
the Work and Derivative Works thereof.
|
47
|
-
|
48
|
-
"Contribution" shall mean any work of authorship, including
|
49
|
-
the original version of the Work and any modifications or additions
|
50
|
-
to that Work or Derivative Works thereof, that is intentionally
|
51
|
-
submitted to Licensor for inclusion in the Work by the copyright owner
|
52
|
-
or by an individual or Legal Entity authorized to submit on behalf of
|
53
|
-
the copyright owner. For the purposes of this definition, "submitted"
|
54
|
-
means any form of electronic, verbal, or written communication sent
|
55
|
-
to the Licensor or its representatives, including but not limited to
|
56
|
-
communication on electronic mailing lists, source code control systems,
|
57
|
-
and issue tracking systems that are managed by, or on behalf of, the
|
58
|
-
Licensor for the purpose of discussing and improving the Work, but
|
59
|
-
excluding communication that is conspicuously marked or otherwise
|
60
|
-
designated in writing by the copyright owner as "Not a Contribution."
|
61
|
-
|
62
|
-
"Contributor" shall mean Licensor and any individual or Legal Entity
|
63
|
-
on behalf of whom a Contribution has been received by Licensor and
|
64
|
-
subsequently incorporated within the Work.
|
65
|
-
|
66
|
-
2. Grant of Copyright License. Subject to the terms and conditions of
|
67
|
-
this License, each Contributor hereby grants to You a perpetual,
|
68
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
69
|
-
copyright license to reproduce, prepare Derivative Works of,
|
70
|
-
publicly display, publicly perform, sublicense, and distribute the
|
71
|
-
Work and such Derivative Works in Source or Object form.
|
72
|
-
|
73
|
-
3. Grant of Patent License. Subject to the terms and conditions of
|
74
|
-
this License, each Contributor hereby grants to You a perpetual,
|
75
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
76
|
-
(except as stated in this section) patent license to make, have made,
|
77
|
-
use, offer to sell, sell, import, and otherwise transfer the Work,
|
78
|
-
where such license applies only to those patent claims licensable
|
79
|
-
by such Contributor that are necessarily infringed by their
|
80
|
-
Contribution(s) alone or by combination of their Contribution(s)
|
81
|
-
with the Work to which such Contribution(s) was submitted. If You
|
82
|
-
institute patent litigation against any entity (including a
|
83
|
-
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
84
|
-
or a Contribution incorporated within the Work constitutes direct
|
85
|
-
or contributory patent infringement, then any patent licenses
|
86
|
-
granted to You under this License for that Work shall terminate
|
87
|
-
as of the date such litigation is filed.
|
88
|
-
|
89
|
-
4. Redistribution. You may reproduce and distribute copies of the
|
90
|
-
Work or Derivative Works thereof in any medium, with or without
|
91
|
-
modifications, and in Source or Object form, provided that You
|
92
|
-
meet the following conditions:
|
93
|
-
|
94
|
-
(a) You must give any other recipients of the Work or
|
95
|
-
Derivative Works a copy of this License; and
|
96
|
-
|
97
|
-
(b) You must cause any modified files to carry prominent notices
|
98
|
-
stating that You changed the files; and
|
99
|
-
|
100
|
-
(c) You must retain, in the Source form of any Derivative Works
|
101
|
-
that You distribute, all copyright, patent, trademark, and
|
102
|
-
attribution notices from the Source form of the Work,
|
103
|
-
excluding those notices that do not pertain to any part of
|
104
|
-
the Derivative Works; and
|
105
|
-
|
106
|
-
(d) If the Work includes a "NOTICE" text file as part of its
|
107
|
-
distribution, then any Derivative Works that You distribute must
|
108
|
-
include a readable copy of the attribution notices contained
|
109
|
-
within such NOTICE file, excluding those notices that do not
|
110
|
-
pertain to any part of the Derivative Works, in at least one
|
111
|
-
of the following places: within a NOTICE text file distributed
|
112
|
-
as part of the Derivative Works; within the Source form or
|
113
|
-
documentation, if provided along with the Derivative Works; or,
|
114
|
-
within a display generated by the Derivative Works, if and
|
115
|
-
wherever such third-party notices normally appear. The contents
|
116
|
-
of the NOTICE file are for informational purposes only and
|
117
|
-
do not modify the License. You may add Your own attribution
|
118
|
-
notices within Derivative Works that You distribute, alongside
|
119
|
-
or as an addendum to the NOTICE text from the Work, provided
|
120
|
-
that such additional attribution notices cannot be construed
|
121
|
-
as modifying the License.
|
122
|
-
|
123
|
-
You may add Your own copyright statement to Your modifications and
|
124
|
-
may provide additional or different license terms and conditions
|
125
|
-
for use, reproduction, or distribution of Your modifications, or
|
126
|
-
for any such Derivative Works as a whole, provided Your use,
|
127
|
-
reproduction, and distribution of the Work otherwise complies with
|
128
|
-
the conditions stated in this License.
|
129
|
-
|
130
|
-
5. Submission of Contributions. Unless You explicitly state otherwise,
|
131
|
-
any Contribution intentionally submitted for inclusion in the Work
|
132
|
-
by You to the Licensor shall be under the terms and conditions of
|
133
|
-
this License, without any additional terms or conditions.
|
134
|
-
Notwithstanding the above, nothing herein shall supersede or modify
|
135
|
-
the terms of any separate license agreement you may have executed
|
136
|
-
with Licensor regarding such Contributions.
|
137
|
-
|
138
|
-
6. Trademarks. This License does not grant permission to use the trade
|
139
|
-
names, trademarks, service marks, or product names of the Licensor,
|
140
|
-
except as required for reasonable and customary use in describing the
|
141
|
-
origin of the Work and reproducing the content of the NOTICE file.
|
142
|
-
|
143
|
-
7. Disclaimer of Warranty. Unless required by applicable law or
|
144
|
-
agreed to in writing, Licensor provides the Work (and each
|
145
|
-
Contributor provides its Contributions) on an "AS IS" BASIS,
|
146
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
147
|
-
implied, including, without limitation, any warranties or conditions
|
148
|
-
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
149
|
-
PARTICULAR PURPOSE. You are solely responsible for determining the
|
150
|
-
appropriateness of using or redistributing the Work and assume any
|
151
|
-
risks associated with Your exercise of permissions under this License.
|
152
|
-
|
153
|
-
8. Limitation of Liability. In no event and under no legal theory,
|
154
|
-
whether in tort (including negligence), contract, or otherwise,
|
155
|
-
unless required by applicable law (such as deliberate and grossly
|
156
|
-
negligent acts) or agreed to in writing, shall any Contributor be
|
157
|
-
liable to You for damages, including any direct, indirect, special,
|
158
|
-
incidental, or consequential damages of any character arising as a
|
159
|
-
result of this License or out of the use or inability to use the
|
160
|
-
Work (including but not limited to damages for loss of goodwill,
|
161
|
-
work stoppage, computer failure or malfunction, or any and all
|
162
|
-
other commercial damages or losses), even if such Contributor
|
163
|
-
has been advised of the possibility of such damages.
|
164
|
-
|
165
|
-
9. Accepting Warranty or Additional Liability. While redistributing
|
166
|
-
the Work or Derivative Works thereof, You may choose to offer,
|
167
|
-
and charge a fee for, acceptance of support, warranty, indemnity,
|
168
|
-
or other liability obligations and/or rights consistent with this
|
169
|
-
License. However, in accepting such obligations, You may act only
|
170
|
-
on Your own behalf and on Your sole responsibility, not on behalf
|
171
|
-
of any other Contributor, and only if You agree to indemnify,
|
172
|
-
defend, and hold each Contributor harmless for any liability
|
173
|
-
incurred by, or claims asserted against, such Contributor by reason
|
174
|
-
of your accepting any such warranty or additional liability.
|
175
|
-
|
176
|
-
END OF TERMS AND CONDITIONS
|
177
|
-
|
178
|
-
APPENDIX: How to apply the Apache License to your work.
|
179
|
-
|
180
|
-
To apply the Apache License to your work, attach the following
|
181
|
-
boilerplate notice, with the fields enclosed by brackets "{}"
|
182
|
-
replaced with your own identifying information. (Don't include
|
183
|
-
the brackets!) The text should be enclosed in the appropriate
|
184
|
-
comment syntax for the file format. We also recommend that a
|
185
|
-
file or class name and description of purpose be included on the
|
186
|
-
same "printed page" as the copyright notice for easier
|
187
|
-
identification within third-party archives.
|
188
|
-
|
189
|
-
Copyright 2018 Warner Bros. Entertainment Inc.
|
190
|
-
|
191
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
192
|
-
you may not use this file except in compliance with the License.
|
193
|
-
You may obtain a copy of the License at
|
194
|
-
|
195
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
196
|
-
|
197
|
-
Unless required by applicable law or agreed to in writing, software
|
198
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
199
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
200
|
-
See the License for the specific language governing permissions and
|
201
|
-
limitations under the License.
|
1
|
+
The MIT License (MIT)
|
2
|
+
|
3
|
+
Copyright © 2022 Nullscreen
|
4
|
+
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
6
|
+
this software and associated documentation files (the “Software”), to deal in
|
7
|
+
the Software without restriction, including without limitation the rights to
|
8
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
9
|
+
the Software, and to permit persons to whom the Software is furnished to do so,
|
10
|
+
subject to the following conditions:
|
11
|
+
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
13
|
+
copies or substantial portions of the Software.
|
14
|
+
|
15
|
+
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
17
|
+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
18
|
+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
19
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
20
|
+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
data/README.md
CHANGED
@@ -1,10 +1,9 @@
|
|
1
1
|
# Uncsv
|
2
2
|
|
3
3
|
[![Gem Version](https://badge.fury.io/rb/uncsv.svg)](https://badge.fury.io/rb/uncsv)
|
4
|
-
[![
|
5
|
-
[![
|
6
|
-
[![
|
7
|
-
[![Inline docs](http://inch-ci.org/github/machinima/uncsv.svg?branch=master)](http://inch-ci.org/github/machinima/uncsv)
|
4
|
+
[![CI](https://github.com/nullscreen/uncsv/workflows/CI/badge.svg)](https://github.com/nullscreen/uncsv/actions?query=workflow%3ACI+branch%main)
|
5
|
+
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/5c70b27a9f874f34b522c3b6589b1266)](https://www.codacy.com/gh/nullscreen/uncsv/dashboard)
|
6
|
+
[![Code Coverage](https://codecov.io/gh/nullscreen/uncsv/branch/main/graph/badge.svg?token=PVK51XUVJB)](https://codecov.io/gh/nullscreen/uncsv)
|
8
7
|
|
9
8
|
A parser for unruly CSVs
|
10
9
|
|
@@ -16,7 +15,7 @@ number, etc.
|
|
16
15
|
Read below to get started, or see the [API Documentation][api-docs] for more
|
17
16
|
details.
|
18
17
|
|
19
|
-
[api-docs]: https://www.rubydoc.info/github/
|
18
|
+
[api-docs]: https://www.rubydoc.info/github/nullscreen/uncsv
|
20
19
|
|
21
20
|
## Installation
|
22
21
|
|
@@ -137,31 +136,16 @@ After checking out the repo, run `bundle` to install dependencies. You
|
|
137
136
|
can also run `bin/console` for an interactive prompt that will allow you to
|
138
137
|
experiment.
|
139
138
|
|
140
|
-
To check your work, run `bin/
|
141
|
-
generate a code coverage report, set the `COVERAGE` environment
|
142
|
-
running the tests.
|
139
|
+
To check your work, run `bin/rspec` run the tests and `bin/rubocop` to check
|
140
|
+
style. To generate a code coverage report, set the `COVERAGE` environment
|
141
|
+
variable when running the tests.
|
143
142
|
|
144
143
|
```sh
|
145
|
-
COVERAGE=1 bin/
|
144
|
+
COVERAGE=1 bin/rspec
|
145
|
+
bin/rubocop
|
146
146
|
```
|
147
147
|
|
148
148
|
## Contributing
|
149
149
|
|
150
150
|
Bug reports and pull requests are welcome on GitHub at
|
151
|
-
https://github.com/
|
152
|
-
|
153
|
-
## License
|
154
|
-
|
155
|
-
Copyright 2018 Warner Bros. Entertainment Inc.
|
156
|
-
|
157
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
158
|
-
you may not use this file except in compliance with the License.
|
159
|
-
You may obtain a copy of the License at
|
160
|
-
|
161
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
162
|
-
|
163
|
-
Unless required by applicable law or agreed to in writing, software
|
164
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
165
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
166
|
-
See the License for the specific language governing permissions and
|
167
|
-
limitations under the License.
|
151
|
+
https://github.com/nullscreen/uncsv.
|
data/lib/uncsv/config.rb
CHANGED
@@ -162,7 +162,7 @@ class Uncsv
|
|
162
162
|
|
163
163
|
def skip_rows=(rows)
|
164
164
|
rows = [rows] unless rows.is_a?(Array)
|
165
|
-
@skip_rows =
|
165
|
+
@skip_rows = rows.map { |r| [r, true] }.to_h
|
166
166
|
end
|
167
167
|
|
168
168
|
def header_rows=(rows)
|
@@ -176,11 +176,12 @@ class Uncsv
|
|
176
176
|
end
|
177
177
|
|
178
178
|
def normalize_headers=(value)
|
179
|
-
|
179
|
+
case value
|
180
|
+
when Hash
|
180
181
|
value = KeyNormalizer.new(value)
|
181
|
-
|
182
|
+
when String
|
182
183
|
value = KeyNormalizer.new(separator: value)
|
183
|
-
|
184
|
+
when true
|
184
185
|
value = KeyNormalizer.new
|
185
186
|
end
|
186
187
|
@normalize_headers = value
|
@@ -198,7 +199,7 @@ class Uncsv
|
|
198
199
|
# @return [Hash] A hash of the CSV options
|
199
200
|
# @see (see #initialize)
|
200
201
|
def csv_opts
|
201
|
-
|
202
|
+
CSV_OPTS.map { |k| [k, public_send(k)] }.to_h
|
202
203
|
end
|
203
204
|
end
|
204
205
|
end
|
data/lib/uncsv/row.rb
CHANGED
@@ -33,7 +33,7 @@ class Uncsv
|
|
33
33
|
@config = config || Config.new
|
34
34
|
@header = square(header, fields.size)
|
35
35
|
@fields = square(fields, header.size).map { |f| process(f) }
|
36
|
-
@map =
|
36
|
+
@map = header.zip(@fields).to_h
|
37
37
|
end
|
38
38
|
|
39
39
|
# Get a field by index or header
|
@@ -57,7 +57,7 @@ class Uncsv
|
|
57
57
|
#
|
58
58
|
# @return [Hash] A hash of headers to fields
|
59
59
|
def to_h
|
60
|
-
|
60
|
+
@header.compact.map { |h| [h, self[h]] }.to_h
|
61
61
|
end
|
62
62
|
|
63
63
|
# Iterate over each pair of headers and fields
|
data/lib/uncsv/version.rb
CHANGED
data/lib/uncsv.rb
CHANGED
@@ -28,7 +28,11 @@ class Uncsv
|
|
28
28
|
def initialize(data, opts = {})
|
29
29
|
@config = Config.new(opts)
|
30
30
|
yield @config if block_given?
|
31
|
-
@csv = CSV.new
|
31
|
+
@csv = if CSV.method(:new).arity == 2
|
32
|
+
CSV.new(data, @config.csv_opts)
|
33
|
+
else
|
34
|
+
CSV.new(data, **@config.csv_opts)
|
35
|
+
end
|
32
36
|
end
|
33
37
|
|
34
38
|
# Create a new `Uncsv` parser from a file
|
metadata
CHANGED
@@ -1,127 +1,43 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: uncsv
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0
|
4
|
+
version: 1.1.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Justin Howard
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2022-09-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
|
-
- !ruby/object:Gem::Dependency
|
14
|
-
name: bundler
|
15
|
-
requirement: !ruby/object:Gem::Requirement
|
16
|
-
requirements:
|
17
|
-
- - "~>"
|
18
|
-
- !ruby/object:Gem::Version
|
19
|
-
version: '1.12'
|
20
|
-
type: :development
|
21
|
-
prerelease: false
|
22
|
-
version_requirements: !ruby/object:Gem::Requirement
|
23
|
-
requirements:
|
24
|
-
- - "~>"
|
25
|
-
- !ruby/object:Gem::Version
|
26
|
-
version: '1.12'
|
27
13
|
- !ruby/object:Gem::Dependency
|
28
14
|
name: fakefs
|
29
15
|
requirement: !ruby/object:Gem::Requirement
|
30
16
|
requirements:
|
31
17
|
- - "~>"
|
32
18
|
- !ruby/object:Gem::Version
|
33
|
-
version: '
|
34
|
-
type: :development
|
35
|
-
prerelease: false
|
36
|
-
version_requirements: !ruby/object:Gem::Requirement
|
37
|
-
requirements:
|
38
|
-
- - "~>"
|
39
|
-
- !ruby/object:Gem::Version
|
40
|
-
version: '0.8'
|
41
|
-
- !ruby/object:Gem::Dependency
|
42
|
-
name: rake
|
43
|
-
requirement: !ruby/object:Gem::Requirement
|
44
|
-
requirements:
|
45
|
-
- - ">="
|
46
|
-
- !ruby/object:Gem::Version
|
47
|
-
version: '10.0'
|
48
|
-
type: :development
|
49
|
-
prerelease: false
|
50
|
-
version_requirements: !ruby/object:Gem::Requirement
|
51
|
-
requirements:
|
52
|
-
- - ">="
|
53
|
-
- !ruby/object:Gem::Version
|
54
|
-
version: '10.0'
|
55
|
-
- !ruby/object:Gem::Dependency
|
56
|
-
name: redcarpet
|
57
|
-
requirement: !ruby/object:Gem::Requirement
|
58
|
-
requirements:
|
59
|
-
- - "~>"
|
60
|
-
- !ruby/object:Gem::Version
|
61
|
-
version: '3.4'
|
19
|
+
version: '1.2'
|
62
20
|
type: :development
|
63
21
|
prerelease: false
|
64
22
|
version_requirements: !ruby/object:Gem::Requirement
|
65
23
|
requirements:
|
66
24
|
- - "~>"
|
67
25
|
- !ruby/object:Gem::Version
|
68
|
-
version: '
|
26
|
+
version: '1.2'
|
69
27
|
- !ruby/object:Gem::Dependency
|
70
28
|
name: rspec
|
71
29
|
requirement: !ruby/object:Gem::Requirement
|
72
30
|
requirements:
|
73
31
|
- - "~>"
|
74
32
|
- !ruby/object:Gem::Version
|
75
|
-
version: '3.
|
33
|
+
version: '3.10'
|
76
34
|
type: :development
|
77
35
|
prerelease: false
|
78
36
|
version_requirements: !ruby/object:Gem::Requirement
|
79
37
|
requirements:
|
80
38
|
- - "~>"
|
81
39
|
- !ruby/object:Gem::Version
|
82
|
-
version: '3.
|
83
|
-
- !ruby/object:Gem::Dependency
|
84
|
-
name: rubocop
|
85
|
-
requirement: !ruby/object:Gem::Requirement
|
86
|
-
requirements:
|
87
|
-
- - "~>"
|
88
|
-
- !ruby/object:Gem::Version
|
89
|
-
version: '0.61'
|
90
|
-
type: :development
|
91
|
-
prerelease: false
|
92
|
-
version_requirements: !ruby/object:Gem::Requirement
|
93
|
-
requirements:
|
94
|
-
- - "~>"
|
95
|
-
- !ruby/object:Gem::Version
|
96
|
-
version: '0.61'
|
97
|
-
- !ruby/object:Gem::Dependency
|
98
|
-
name: simplecov
|
99
|
-
requirement: !ruby/object:Gem::Requirement
|
100
|
-
requirements:
|
101
|
-
- - "~>"
|
102
|
-
- !ruby/object:Gem::Version
|
103
|
-
version: '0.11'
|
104
|
-
type: :development
|
105
|
-
prerelease: false
|
106
|
-
version_requirements: !ruby/object:Gem::Requirement
|
107
|
-
requirements:
|
108
|
-
- - "~>"
|
109
|
-
- !ruby/object:Gem::Version
|
110
|
-
version: '0.11'
|
111
|
-
- !ruby/object:Gem::Dependency
|
112
|
-
name: yard
|
113
|
-
requirement: !ruby/object:Gem::Requirement
|
114
|
-
requirements:
|
115
|
-
- - ">="
|
116
|
-
- !ruby/object:Gem::Version
|
117
|
-
version: 0.9.11
|
118
|
-
type: :development
|
119
|
-
prerelease: false
|
120
|
-
version_requirements: !ruby/object:Gem::Requirement
|
121
|
-
requirements:
|
122
|
-
- - ">="
|
123
|
-
- !ruby/object:Gem::Version
|
124
|
-
version: 0.9.11
|
40
|
+
version: '3.10'
|
125
41
|
description:
|
126
42
|
email:
|
127
43
|
- jmhoward0@gmail.com
|
@@ -129,23 +45,10 @@ executables: []
|
|
129
45
|
extensions: []
|
130
46
|
extra_rdoc_files: []
|
131
47
|
files:
|
132
|
-
- ".gitignore"
|
133
|
-
- ".rspec"
|
134
|
-
- ".rubocop.yml"
|
135
|
-
- ".travis.yml"
|
136
48
|
- ".yardopts"
|
137
|
-
-
|
49
|
+
- CHANGELOG.md
|
138
50
|
- LICENSE.txt
|
139
51
|
- README.md
|
140
|
-
- Rakefile
|
141
|
-
- bin/check-version
|
142
|
-
- bin/console
|
143
|
-
- bin/rake
|
144
|
-
- bin/rspec
|
145
|
-
- bin/rubocop
|
146
|
-
- bin/yard
|
147
|
-
- bin/yardoc
|
148
|
-
- bin/yri
|
149
52
|
- lib/uncsv.rb
|
150
53
|
- lib/uncsv/config.rb
|
151
54
|
- lib/uncsv/header.rb
|
@@ -153,11 +56,13 @@ files:
|
|
153
56
|
- lib/uncsv/row.rb
|
154
57
|
- lib/uncsv/rows.rb
|
155
58
|
- lib/uncsv/version.rb
|
156
|
-
|
157
|
-
homepage: https://github.com/machinima/uncsv
|
59
|
+
homepage: https://github.com/nullscreen/uncsv
|
158
60
|
licenses:
|
159
|
-
-
|
160
|
-
metadata:
|
61
|
+
- MIT
|
62
|
+
metadata:
|
63
|
+
changelog_uri: https://github.com/nullscreen/uncsv/blob/main/CHANGELOG.md
|
64
|
+
documentation_uri: https://www.rubydoc.info/gems/uncsv/1.1.0
|
65
|
+
rubygems_mfa_required: 'true'
|
161
66
|
post_install_message:
|
162
67
|
rdoc_options: []
|
163
68
|
require_paths:
|
@@ -166,15 +71,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
166
71
|
requirements:
|
167
72
|
- - ">="
|
168
73
|
- !ruby/object:Gem::Version
|
169
|
-
version: '
|
74
|
+
version: '2.3'
|
170
75
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
171
76
|
requirements:
|
172
77
|
- - ">="
|
173
78
|
- !ruby/object:Gem::Version
|
174
79
|
version: '0'
|
175
80
|
requirements: []
|
176
|
-
|
177
|
-
rubygems_version: 2.7.8
|
81
|
+
rubygems_version: 3.1.2
|
178
82
|
signing_key:
|
179
83
|
specification_version: 4
|
180
84
|
summary: A parser for unruly CSVs
|
data/.gitignore
DELETED
data/.rspec
DELETED
data/.rubocop.yml
DELETED
@@ -1,21 +0,0 @@
|
|
1
|
-
---
|
2
|
-
AllCops:
|
3
|
-
TargetRubyVersion: 2.3
|
4
|
-
|
5
|
-
Layout/EndAlignment:
|
6
|
-
EnforcedStyleAlignWith: variable
|
7
|
-
|
8
|
-
Layout/AlignParameters:
|
9
|
-
EnforcedStyle: with_fixed_indentation
|
10
|
-
|
11
|
-
Layout/IndentArray:
|
12
|
-
EnforcedStyle: consistent
|
13
|
-
|
14
|
-
Layout/IndentHash:
|
15
|
-
EnforcedStyle: consistent
|
16
|
-
|
17
|
-
Layout/MultilineMethodCallIndentation:
|
18
|
-
EnforcedStyle: indented
|
19
|
-
|
20
|
-
Lint/MissingCopEnableDirective:
|
21
|
-
Enabled: false
|
data/.travis.yml
DELETED
@@ -1,37 +0,0 @@
|
|
1
|
-
---
|
2
|
-
language: ruby
|
3
|
-
rvm:
|
4
|
-
- 2.3
|
5
|
-
- 2.4
|
6
|
-
- 2.5
|
7
|
-
env:
|
8
|
-
global:
|
9
|
-
- COVERAGE=1
|
10
|
-
- secure: 'ZVxUWgGa1tlRWTxT8zj8ca8ZTKMIZk7YTTM3BJTPev1y3PvGy4UXr+18Iwmzq0Vv329SvZNy1Y4bxE/UUgiH9ZaYlw/DlC/zpKr+um/Gmblu9jvdq44iUMJLhu4xA6q8EvHxKZ9NY9xzmu3BC2N1FTUN+g0OlqQJ1oGWRPmQa2hxc/eMdbgG2TqtH7WaTvD3mPV2iv7uWfLOB9ZQu9BFPy4spfasBmXRIkbJSGG8wG/z5JCdvpTTLCVvp3At/dy2NzjjDUjHF+Greweu7CYg5zXFsfBW/PGzJEoM9gIYCZxR90033KeAbaiATEI+b0SBC3kt2ej9nbJRpTRTf5Evonu0lgXnhpBrI7AZWqNPkSbYDJUL+gj8ZJv4cpWfHk2TcYB6VXPNoYV/md5a2zJbCl3E2mlnLEs9fhDF9ssnapi02++CcODmH4yBoD4aM8U37+F4XGglyn1I/0TiE8OT1GBnb7FJbc68+9+cgWqLs29M/V/tsb1ef3bE9YH5HqBzRz+6WUjIiOAiYQy5ZvLaH9ZmMpE2Ek5ut3PTdY+ghDToVkSPJ2wXLMriw0gjfQC9MWH21Qud92kmhim/OcmLJfnmcCmjOftmbDyWZDSriZHBx5ixe1FfOhL/2T9s3LqJGikznkubyJQ0rEB0u872+edzyFB8CX4X2Zozb0qcK9w='
|
11
|
-
|
12
|
-
before_script:
|
13
|
-
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
|
14
|
-
- chmod +x ./cc-test-reporter
|
15
|
-
- ./cc-test-reporter before-build
|
16
|
-
|
17
|
-
script:
|
18
|
-
- bin/rubocop
|
19
|
-
- bin/rspec --format doc
|
20
|
-
- bin/check-version
|
21
|
-
|
22
|
-
after_script:
|
23
|
-
- ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT
|
24
|
-
|
25
|
-
jobs:
|
26
|
-
include:
|
27
|
-
- stage: release
|
28
|
-
rvm: 2.3
|
29
|
-
script: skip
|
30
|
-
deploy:
|
31
|
-
provider: rubygems
|
32
|
-
api_key:
|
33
|
-
secure: 'tu+TzDHhiKVy5EeiMb8NVb/EHSflqhAhie6OFJc72nBBFAF9mow71sFpOzleQJ0gNdKnrWf17AQZLO9UQLIY2gP6fOHrLfDO5yLBMEpMjoqZISSBtugNUNCf8vg37QWbG6mAzMM67I/dMqT7U9KgL8CwaUwrs75W4KmIoaYqzkjiLc++k9j9dKpdbBBCEp0KNNbuAfEc9YWoas45LWFR1VfqB0CaGX4z8kWZai+N+8JLsmEO2bK6bPp2wtE+5ofXdkr5vSZK9Sp/7vLmh7P/D6ZDvuaF8KPt3wuPdtS1ZebuGWLsExcTTIgXzWBcYQ3hSHpvOwLWhI0M8ZpxmO3PPZO8+LsAzBijCj1HyOaXIrIybebuapvRixjWEV6mk3UXpBWgS3u0dslfbYa9hzbKCtAN/MTDSwLkdSuxsTuonNd406QQvX9O+yNT5+N8QpBqlAONeurSZhIRioiIyAwu6fL1CIJ5muDPaqG/V+dCh+z3W5KqnKgr9dY/bN8XizQoZhEFPg8WUjG2/ZRwtw3u5BD1rCbJIt3tAUSwhLLoSQFkH1f07evOuArOzaJjmehdaOiERkzsVmip65F/Bt+03NYShNzw3qK416ZjoxvVXpgb+mHVB8TEHL11bmvnrJ/v//fRp2W0ClHDZBmHvuem3UIXb7vnDDtvn8HClNHlgkg='
|
34
|
-
gem: uncsv
|
35
|
-
on:
|
36
|
-
tags: true
|
37
|
-
repo: machinima/uncsv
|
data/Gemfile
DELETED
data/Rakefile
DELETED
@@ -1,13 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
require 'bundler/gem_tasks'
|
4
|
-
require 'rspec/core/rake_task'
|
5
|
-
require 'rubocop/rake_task'
|
6
|
-
require 'yard'
|
7
|
-
|
8
|
-
RSpec::Core::RakeTask.new(:spec)
|
9
|
-
RuboCop::RakeTask.new
|
10
|
-
YARD::Rake::YardocTask.new
|
11
|
-
|
12
|
-
task default: :check
|
13
|
-
task check: %i[rubocop spec]
|
data/bin/check-version
DELETED
data/bin/console
DELETED
@@ -1,15 +0,0 @@
|
|
1
|
-
#!/usr/bin/env ruby
|
2
|
-
# frozen_string_literal: true
|
3
|
-
|
4
|
-
require 'bundler/setup'
|
5
|
-
require 'uncsv'
|
6
|
-
|
7
|
-
# You can add fixtures and/or initialization code here to make experimenting
|
8
|
-
# with your gem easier. You can also use a different console, if you like.
|
9
|
-
|
10
|
-
# (If you use this, don't forget to add pry to your Gemfile!)
|
11
|
-
# require "pry"
|
12
|
-
# Pry.start
|
13
|
-
|
14
|
-
require 'irb'
|
15
|
-
IRB.start
|
data/bin/rake
DELETED
@@ -1,18 +0,0 @@
|
|
1
|
-
#!/usr/bin/env ruby
|
2
|
-
# frozen_string_literal: true
|
3
|
-
|
4
|
-
#
|
5
|
-
# This file was generated by Bundler.
|
6
|
-
#
|
7
|
-
# The application 'rake' is installed as part of a gem, and
|
8
|
-
# this file is here to facilitate running it.
|
9
|
-
#
|
10
|
-
|
11
|
-
require 'pathname'
|
12
|
-
ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile',
|
13
|
-
Pathname.new(__FILE__).realpath)
|
14
|
-
|
15
|
-
require 'rubygems'
|
16
|
-
require 'bundler/setup'
|
17
|
-
|
18
|
-
load Gem.bin_path('rake', 'rake')
|
data/bin/rspec
DELETED
@@ -1,18 +0,0 @@
|
|
1
|
-
#!/usr/bin/env ruby
|
2
|
-
# frozen_string_literal: true
|
3
|
-
|
4
|
-
#
|
5
|
-
# This file was generated by Bundler.
|
6
|
-
#
|
7
|
-
# The application 'rspec' is installed as part of a gem, and
|
8
|
-
# this file is here to facilitate running it.
|
9
|
-
#
|
10
|
-
|
11
|
-
require 'pathname'
|
12
|
-
ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile',
|
13
|
-
Pathname.new(__FILE__).realpath)
|
14
|
-
|
15
|
-
require 'rubygems'
|
16
|
-
require 'bundler/setup'
|
17
|
-
|
18
|
-
load Gem.bin_path('rspec-core', 'rspec')
|
data/bin/rubocop
DELETED
@@ -1,18 +0,0 @@
|
|
1
|
-
#!/usr/bin/env ruby
|
2
|
-
# frozen_string_literal: true
|
3
|
-
|
4
|
-
#
|
5
|
-
# This file was generated by Bundler.
|
6
|
-
#
|
7
|
-
# The application 'rubocop' is installed as part of a gem, and
|
8
|
-
# this file is here to facilitate running it.
|
9
|
-
#
|
10
|
-
|
11
|
-
require 'pathname'
|
12
|
-
ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile',
|
13
|
-
Pathname.new(__FILE__).realpath)
|
14
|
-
|
15
|
-
require 'rubygems'
|
16
|
-
require 'bundler/setup'
|
17
|
-
|
18
|
-
load Gem.bin_path('rubocop', 'rubocop')
|
data/bin/yard
DELETED
@@ -1,18 +0,0 @@
|
|
1
|
-
#!/usr/bin/env ruby
|
2
|
-
# frozen_string_literal: true
|
3
|
-
|
4
|
-
#
|
5
|
-
# This file was generated by Bundler.
|
6
|
-
#
|
7
|
-
# The application 'yard' is installed as part of a gem, and
|
8
|
-
# this file is here to facilitate running it.
|
9
|
-
#
|
10
|
-
|
11
|
-
require 'pathname'
|
12
|
-
ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile',
|
13
|
-
Pathname.new(__FILE__).realpath)
|
14
|
-
|
15
|
-
require 'rubygems'
|
16
|
-
require 'bundler/setup'
|
17
|
-
|
18
|
-
load Gem.bin_path('yard', 'yard')
|
data/bin/yardoc
DELETED
@@ -1,18 +0,0 @@
|
|
1
|
-
#!/usr/bin/env ruby
|
2
|
-
# frozen_string_literal: true
|
3
|
-
|
4
|
-
#
|
5
|
-
# This file was generated by Bundler.
|
6
|
-
#
|
7
|
-
# The application 'yardoc' is installed as part of a gem, and
|
8
|
-
# this file is here to facilitate running it.
|
9
|
-
#
|
10
|
-
|
11
|
-
require 'pathname'
|
12
|
-
ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile',
|
13
|
-
Pathname.new(__FILE__).realpath)
|
14
|
-
|
15
|
-
require 'rubygems'
|
16
|
-
require 'bundler/setup'
|
17
|
-
|
18
|
-
load Gem.bin_path('yard', 'yardoc')
|
data/bin/yri
DELETED
@@ -1,18 +0,0 @@
|
|
1
|
-
#!/usr/bin/env ruby
|
2
|
-
# frozen_string_literal: true
|
3
|
-
|
4
|
-
#
|
5
|
-
# This file was generated by Bundler.
|
6
|
-
#
|
7
|
-
# The application 'yri' is installed as part of a gem, and
|
8
|
-
# this file is here to facilitate running it.
|
9
|
-
#
|
10
|
-
|
11
|
-
require 'pathname'
|
12
|
-
ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile',
|
13
|
-
Pathname.new(__FILE__).realpath)
|
14
|
-
|
15
|
-
require 'rubygems'
|
16
|
-
require 'bundler/setup'
|
17
|
-
|
18
|
-
load Gem.bin_path('yard', 'yri')
|
data/uncsv.gemspec
DELETED
@@ -1,30 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
lib = File.expand_path('lib', __dir__)
|
4
|
-
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
5
|
-
require 'uncsv/version'
|
6
|
-
|
7
|
-
Gem::Specification.new do |spec|
|
8
|
-
spec.name = 'uncsv'
|
9
|
-
spec.version = Uncsv::VERSION
|
10
|
-
spec.authors = ['Justin Howard']
|
11
|
-
spec.email = ['jmhoward0@gmail.com']
|
12
|
-
spec.license = 'Apache-2.0'
|
13
|
-
|
14
|
-
spec.summary = 'A parser for unruly CSVs'
|
15
|
-
spec.homepage = 'https://github.com/machinima/uncsv'
|
16
|
-
|
17
|
-
spec.files = `git ls-files -z`
|
18
|
-
.split("\x0")
|
19
|
-
.reject { |f| f.match(%r{^spec/}) }
|
20
|
-
spec.require_paths = ['lib']
|
21
|
-
|
22
|
-
spec.add_development_dependency 'bundler', '~> 1.12'
|
23
|
-
spec.add_development_dependency 'fakefs', '~> 0.8'
|
24
|
-
spec.add_development_dependency 'rake', '>= 10.0'
|
25
|
-
spec.add_development_dependency 'redcarpet', '~> 3.4'
|
26
|
-
spec.add_development_dependency 'rspec', '~> 3.4'
|
27
|
-
spec.add_development_dependency 'rubocop', '~> 0.61'
|
28
|
-
spec.add_development_dependency 'simplecov', '~> 0.11'
|
29
|
-
spec.add_development_dependency 'yard', '>= 0.9.11'
|
30
|
-
end
|