lib/pennyworth/cli/shell.rb in pennyworth-12.1.0 vs lib/pennyworth/cli/shell.rb in pennyworth-12.2.0
- old
+ new
@@ -41,10 +41,10 @@
in action_http_statuses: true then http_statuses
in action_ruby_gems: true then ruby_gems configuration
in action_system_signals: true then system_signals
in action_system_errors: true then system_errors
in action_text: String => content then text content
- in action_version: true then logger.info { "Pennyworth #{specification.version}" }
+ in action_version: true then logger.info { specification.labeled_version }
else usage
end
end
# rubocop:enable Metrics/MethodLength