Skip to content

Commit

Permalink
v0.5.10
Browse files Browse the repository at this point in the history
  • Loading branch information
dorianmariecom committed Apr 3, 2024
1 parent 90da0b8 commit 44d6fef
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 (0.5.9)
dorian (0.5.10)
dorian-all (~> 0)
dorian-anonymize (~> 0)
dorian-anonymize-json (~> 0)
Expand Down
4 changes: 3 additions & 1 deletion dorian.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"
s.version = "0.5.9"
s.version = "0.5.10"
s.summary = "A collection of gems"
s.description = "A collection of gems by Dorian Marié"
s.authors = ["Dorian Marié"]
Expand Down Expand Up @@ -32,4 +32,6 @@ Gem::Specification.new do |s|
s.add_dependency "dorian-yaml-read-write", "~> 0"

s.metadata = { "rubygems_mfa_required" => "true" }

s.required_ruby_version = ">= 3.3.0"
end

0 comments on commit 44d6fef

Please sign in to comment.