csv_filter 0.4.0 → 0.4.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/README.rdoc +3 -2
- data/VERSION +1 -1
- data/csv_filter.gemspec +1 -1
- metadata +2 -2
data/README.rdoc
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
= csv_filter
|
|
2
|
+
{<img src="https://travis-ci.org/kris-luminar/csv_filter.png" />}[https://travis-ci.org/kris-luminar/csv_filter]
|
|
2
3
|
|
|
3
4
|
Filters CSV or TSV files (default) by column names.
|
|
4
5
|
|
|
@@ -11,14 +12,14 @@ When prompted, enter the names of the columns (fields) you'd like to limit your
|
|
|
11
12
|
|
|
12
13
|
Example:
|
|
13
14
|
|
|
14
|
-
<pre>
|
|
15
|
+
{<pre>}
|
|
15
16
|
csv_filter spec/sample.tsv
|
|
16
17
|
available fields are: ["value", "type", "url", "format"]
|
|
17
18
|
enter field names to filter
|
|
18
19
|
type format
|
|
19
20
|
0. URL RAW
|
|
20
21
|
1. URL RAW
|
|
21
|
-
</pre>
|
|
22
|
+
{</pre>}
|
|
22
23
|
|
|
23
24
|
== Contributing to csv_filter
|
|
24
25
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.4.
|
|
1
|
+
0.4.1
|
data/csv_filter.gemspec
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: csv_filter
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.4.
|
|
4
|
+
version: 0.4.1
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -132,7 +132,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
132
132
|
version: '0'
|
|
133
133
|
segments:
|
|
134
134
|
- 0
|
|
135
|
-
hash:
|
|
135
|
+
hash: -1867903164566247145
|
|
136
136
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
137
137
|
none: false
|
|
138
138
|
requirements:
|