Skip to content

Commit

Permalink
Fix the URL in gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
pch committed Dec 6, 2023
1 parent 91d2972 commit 2b46949
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion based_uuid.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Gem::Specification.new do |spec|
spec.email = ["piotr@chmolowski.pl"]

spec.summary = "URL-friendly, Base32-encoded UUIDs for Rails models"
spec.homepage = "https://github.com/pchm/based_uuid"
spec.homepage = "https://github.com/pch/based_uuid"
spec.required_ruby_version = ">= 3.2.0"
spec.license = "MIT"

Expand Down
2 changes: 1 addition & 1 deletion lib/based_uuid/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module BasedUUID
VERSION = "0.5.0".freeze
VERSION = "0.5.1".freeze
end

0 comments on commit 2b46949

Please sign in to comment.