Skip to content

Commit

Permalink
update rubocop-ast to 1.32.1 and simplify gemspec description
Browse files Browse the repository at this point in the history
  • Loading branch information
dorianmariecom committed Aug 18, 2024
1 parent a411954 commit 32a9dd2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ GEM
rubocop-ast (>= 1.31.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.32.0)
rubocop-ast (1.32.1)
parser (>= 3.3.1.0)
rubocop-minitest (0.35.1)
rubocop (>= 1.61, < 2.0)
Expand Down
5 changes: 2 additions & 3 deletions dorian-parallel.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@
Gem::Specification.new do |s|
s.name = "dorian-parallel"
s.version = "0.2.1"
s.summary = "Evaluates some code on each line of the input in parallel"
s.description =
"#{s.summary}\n\ne.g. `ls -l | parallel \"puts it.split.first\"`"
s.summary = "evaluates some code on each line of the input in parallel"
s.description = s.summary
s.authors = ["Dorian Marié"]
s.email = "dorian@dorianmarie.com"
s.files = ["bin/parallel"]
Expand Down

0 comments on commit 32a9dd2

Please sign in to comment.