Skip to content

Commit

Permalink
v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dorianmariecom committed Apr 3, 2024
1 parent faba7ed commit b838458
Show file tree
Hide file tree
Showing 2 changed files with 4 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.2)
dorian-parallel (0.1.3)
parallel

GEM
Expand Down
4 changes: 3 additions & 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.2"
s.version = "0.1.3"
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 All @@ -14,4 +14,6 @@ Gem::Specification.new do |s|
s.license = "MIT"
s.metadata = { "rubygems_mfa_required" => "true" }
s.add_dependency "parallel"

s.required_ruby_version = ">= 3.3.0"
end

0 comments on commit b838458

Please sign in to comment.