lib/pragmater/identity.rb in pragmater-7.2.0 vs lib/pragmater/identity.rb in pragmater-8.0.0
- old
+ new
@@ -3,9 +3,10 @@
module Pragmater
# Gem identity information.
module Identity
NAME = "pragmater"
LABEL = "Pragmater"
- VERSION = "7.2.0"
+ VERSION = "8.0.0"
VERSION_LABEL = "#{LABEL} #{VERSION}"
+ SUMMARY = "A command line interface for managing/formatting source file pragma comments."
end
end