File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 2
2
remote: .
3
3
specs:
4
4
dorian-sort-csv (0.0.1 )
5
+ csv
5
6
6
7
GEM
7
8
remote: https://rubygems.org/
22
23
bigdecimal (3.1.8 )
23
24
concurrent-ruby (1.3.4 )
24
25
connection_pool (2.4.1 )
26
+ csv (3.3.0 )
25
27
diff-lcs (1.5.1 )
26
28
dorian-times (0.5.0 )
27
29
drb (2.2.1 )
65
67
rubocop-ast (>= 1.31.1 , < 2.0 )
66
68
ruby-progressbar (~> 1.7 )
67
69
unicode-display_width (>= 2.4.0 , < 3.0 )
68
- rubocop-ast (1.32.0 )
70
+ rubocop-ast (1.32.1 )
69
71
parser (>= 3.3.1.0 )
70
72
rubocop-minitest (0.35.1 )
71
73
rubocop (>= 1.61 , < 2.0 )
Original file line number Diff line number Diff line change 3
3
Gem ::Specification . new do |s |
4
4
s . name = "dorian-sort-csv"
5
5
s . version = "0.0.1"
6
- s . summary = "Evaluates some code on sort- csv line of the input "
7
- s . description = " #{ s . summary } \n \n e.g. `ls -l | sort-csv \" puts it.split.first \" `"
6
+ s . summary = "sorts csv by keys "
7
+ s . description = s . summary
8
8
s . authors = [ "Dorian Marié" ]
9
9
10
10
s . files = [ "bin/sort-csv" ]
11
11
s . executables << "sort-csv"
12
12
s . homepage = "https://github.com/dorianmariecom/dorian-sort-csv"
13
13
s . license = "MIT"
14
14
s . metadata = { "rubygems_mfa_required" => "true" }
15
+ s . add_dependency "csv"
15
16
end
You can’t perform that action at this time.
0 commit comments