Skip to content

Commit 21e2ce5

Browse files
add csv dependency and update gemspec summary
1 parent 88a5bab commit 21e2ce5

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

Gemfile.lock

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ PATH
22
remote: .
33
specs:
44
dorian-sort-csv (0.0.1)
5+
csv
56

67
GEM
78
remote: https://rubygems.org/
@@ -22,6 +23,7 @@ GEM
2223
bigdecimal (3.1.8)
2324
concurrent-ruby (1.3.4)
2425
connection_pool (2.4.1)
26+
csv (3.3.0)
2527
diff-lcs (1.5.1)
2628
dorian-times (0.5.0)
2729
drb (2.2.1)
@@ -65,7 +67,7 @@ GEM
6567
rubocop-ast (>= 1.31.1, < 2.0)
6668
ruby-progressbar (~> 1.7)
6769
unicode-display_width (>= 2.4.0, < 3.0)
68-
rubocop-ast (1.32.0)
70+
rubocop-ast (1.32.1)
6971
parser (>= 3.3.1.0)
7072
rubocop-minitest (0.35.1)
7173
rubocop (>= 1.61, < 2.0)

dorian-sort-csv.gemspec

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,14 @@
33
Gem::Specification.new do |s|
44
s.name = "dorian-sort-csv"
55
s.version = "0.0.1"
6-
s.summary = "Evaluates some code on sort-csv line of the input"
7-
s.description = "#{s.summary}\n\ne.g. `ls -l | sort-csv \"puts it.split.first\"`"
6+
s.summary = "sorts csv by keys"
7+
s.description = s.summary
88
s.authors = ["Dorian Marié"]
99
s.email = "[email protected]"
1010
s.files = ["bin/sort-csv"]
1111
s.executables << "sort-csv"
1212
s.homepage = "https://github.com/dorianmariecom/dorian-sort-csv"
1313
s.license = "MIT"
1414
s.metadata = { "rubygems_mfa_required" => "true" }
15+
s.add_dependency "csv"
1516
end

0 commit comments

Comments
 (0)