lib/pennyworth/identity.rb in pennyworth-3.2.0 vs lib/pennyworth/identity.rb in pennyworth-4.0.0

- old
+ new

@@ -1,5 +1,7 @@ +# frozen_string_literal: true + module Pennyworth # Gem identity information. module Identity def self.name "pennyworth" @@ -8,10 +10,10 @@ def self.label "Pennyworth" end def self.version - "3.2.0" + "4.0.0" end def self.version_label "#{label} #{version}" end