Sha256: 7e40e1b89fa5fa713834fd701e7d2aa08ed69afbfa5ae02ac94f14c6194dc4ec

Contents?: true

Size: 201 Bytes

Versions: 46

Compression:

Stored size: 201 Bytes

Contents

class Specinfra::Helper::DetectOs::Darwin < Specinfra::Helper::DetectOs
  def detect
    if run_command('uname -s').stdout =~ /Darwin/i
      { :family => 'darwin', :release => nil }
    end
  end
end

Version data entries

46 entries across 46 versions & 1 rubygems

Version Path
specinfra-2.25.0 lib/specinfra/helper/detect_os/darwin.rb
specinfra-2.24.2 lib/specinfra/helper/detect_os/darwin.rb
specinfra-2.24.1 lib/specinfra/helper/detect_os/darwin.rb
specinfra-2.24.0 lib/specinfra/helper/detect_os/darwin.rb
specinfra-2.23.0 lib/specinfra/helper/detect_os/darwin.rb
specinfra-2.22.0 lib/specinfra/helper/detect_os/darwin.rb