add architecture to `brew cask doctor`

This commit is contained in:
Roland Walker 2014-01-24 10:58:07 -05:00
parent ce615d54b9
commit eaadc663be
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@ class Cask::CLI::Doctor
def self.run
ohai 'OS X Version:'
puts MACOS_FULL_VERSION
ohai "Hardware Architecture:", "#{Hardware::CPU.type}-#{Hardware::CPU.bits}"
ohai 'Ruby Version:'
puts "#{RUBY_VERSION}-p#{RUBY_PATCHLEVEL}"
ohai 'Ruby Path:'