Skip to content

Commit

Permalink
v0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dorianmariecom committed Apr 3, 2024
1 parent dcbd7ff commit a6e5bb5
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-shuffle (0.4.1)
dorian-shuffle (0.4.2)

GEM
remote: https://rubygems.org/
Expand Down
4 changes: 3 additions & 1 deletion dorian-shuffle.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-shuffle"
s.version = "0.4.1"
s.version = "0.4.2"
s.summary = "Shuffles the lines of the input"
s.description = "#{s.summary}\n\ne.g. `ls | shuffle`"
s.authors = ["Dorian Marié"]
Expand All @@ -12,4 +12,6 @@ Gem::Specification.new do |s|
s.homepage = "https://github.com/dorianmariecom/dorian-shuffle"
s.license = "MIT"
s.metadata = { "rubygems_mfa_required" => "true" }

s.required_ruby_version = ">= 3.3.0"
end

0 comments on commit a6e5bb5

Please sign in to comment.