Skip to content

Commit

Permalink
v0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
dorianmariecom committed Apr 4, 2024
1 parent 6590bd3 commit 620bf07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
dorian-parallel (0.1.4)
dorian-parallel (0.1.5)
parallel

GEM
Expand Down
2 changes: 1 addition & 1 deletion dorian-parallel.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |s|
s.name = "dorian-parallel"
s.version = "0.1.4"
s.version = "0.1.5"
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\"`"
Expand Down

0 comments on commit 620bf07

Please sign in to comment.