File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 2
2
remote: .
3
3
specs:
4
4
dorian-json-deep-pluck (0.0.1 )
5
+ json
5
6
6
7
GEM
7
8
remote: https://rubygems.org/
65
66
rubocop-ast (>= 1.31.1 , < 2.0 )
66
67
ruby-progressbar (~> 1.7 )
67
68
unicode-display_width (>= 2.4.0 , < 3.0 )
68
- rubocop-ast (1.32.0 )
69
+ rubocop-ast (1.32.1 )
69
70
parser (>= 3.3.1.0 )
70
71
rubocop-minitest (0.35.1 )
71
72
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-json-deep-pluck"
5
5
s . version = "0.0.1"
6
- s . summary = "Evaluates some code on json-deep-pluck line of the input"
7
- s . description =
8
- "#{ s . summary } \n \n e.g. `ls -l | json-deep-pluck \" puts it.split.first\" `"
6
+ s . summary = "deep pluck json based on json path"
7
+ s . description = s . summary
9
8
s . authors = [ "Dorian Marié" ]
10
9
11
10
s . files = [ "bin/json-deep-pluck" ]
12
11
s . executables << "json-deep-pluck"
13
12
s . homepage = "https://github.com/dorianmariecom/dorian-json-deep-pluck"
14
13
s . license = "MIT"
15
14
s . metadata = { "rubygems_mfa_required" => "true" }
15
+ s . add_dependency "json"
16
16
end
You can’t perform that action at this time.
0 commit comments