Skip to content

Commit eebd568

Browse files
update gem dependencies and descriptions
1 parent 8a63402 commit eebd568

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

Gemfile.lock

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

67
GEM
78
remote: https://rubygems.org/
@@ -65,7 +66,7 @@ GEM
6566
rubocop-ast (>= 1.31.1, < 2.0)
6667
ruby-progressbar (~> 1.7)
6768
unicode-display_width (>= 2.4.0, < 3.0)
68-
rubocop-ast (1.32.0)
69+
rubocop-ast (1.32.1)
6970
parser (>= 3.3.1.0)
7071
rubocop-minitest (0.35.1)
7172
rubocop (>= 1.61, < 2.0)

dorian-json-deep-pluck.gemspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
Gem::Specification.new do |s|
44
s.name = "dorian-json-deep-pluck"
55
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\ne.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
98
s.authors = ["Dorian Marié"]
109
s.email = "[email protected]"
1110
s.files = ["bin/json-deep-pluck"]
1211
s.executables << "json-deep-pluck"
1312
s.homepage = "https://github.com/dorianmariecom/dorian-json-deep-pluck"
1413
s.license = "MIT"
1514
s.metadata = { "rubygems_mfa_required" => "true" }
15+
s.add_dependency "json"
1616
end

0 commit comments

Comments
 (0)