lib/gemsmith/identity.rb in gemsmith-14.1.2 vs lib/gemsmith/identity.rb in gemsmith-14.1.3
- old
+ new
@@ -3,10 +3,10 @@
module Gemsmith
# Gem identity information.
module Identity
NAME = "gemsmith"
LABEL = "Gemsmith"
- VERSION = "14.1.2"
+ VERSION = "14.1.3"
VERSION_LABEL = "#{LABEL} #{VERSION}"
- URL = "https://github.com/bkuhlmann/gemsmith"
+ URL = "https://www.alchemists.io/projects/gemsmith"
end
end