lib/gemsmith/helpers/cli.rb in gemsmith-12.3.0 vs lib/gemsmith/helpers/cli.rb in gemsmith-12.4.0

- old
+ new

@@ -32,9 +32,10 @@ end end def inspect_gem specification, method return unless specification + Gem::Inspector.new.public_send method, Gem::Specification.new(specification.spec_file) rescue Versionaire::Errors::Conversion => error say_status :error, error.message, :red end