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