Sha256: 102ea47a1955150c918cde304e6633b4a5eb968abbbf3c4a86d9501d2d2b0731

Contents?: true

Size: 766 Bytes

Versions: 67

Compression:

Stored size: 766 Bytes

Contents

# Copyright (C) 2011 RightScale, Inc, All Rights Reserved Worldwide.
#
# THIS PROGRAM IS CONFIDENTIAL AND PROPRIETARY TO RIGHTSCALE
# AND CONSTITUTES A VALUABLE TRADE SECRET. Any unauthorized use,
# reproduction, modification, or disclosure of this program is
# strictly prohibited. Any use of this program by an authorized
# licensee is strictly subject to the terms and conditions,
# including confidentiality obligations, set forth in the applicable
# License Agreement between RightScale.com, Inc. and
# the licensee

module RightConf

  # Linux specific implementation
  class Platform

    attr_reader :flavor, :release

    # Initialize flavor and release
    def init
      @flavor = 'mac_os_x'
      @release = `sw_vers -productVersion`
    end

  end

end

Version data entries

67 entries across 67 versions & 1 rubygems

Version Path
rconf-0.7.15 lib/rconf/platforms/darwin.rb
rconf-0.7.13 lib/rconf/platforms/darwin.rb
rconf-0.7.12 lib/rconf/platforms/darwin.rb
rconf-0.7.11 lib/rconf/platforms/darwin.rb
rconf-0.7.10 lib/rconf/platforms/darwin.rb
rconf-0.7.9 lib/rconf/platforms/darwin.rb
rconf-0.7.8 lib/rconf/platforms/darwin.rb
rconf-0.7.6 lib/rconf/platforms/darwin.rb
rconf-0.7.5 lib/rconf/platforms/darwin.rb
rconf-0.7.4 lib/rconf/platforms/darwin.rb
rconf-0.7.3 lib/rconf/platforms/darwin.rb
rconf-0.7.2 lib/rconf/platforms/darwin.rb
rconf-0.7.1 lib/rconf/platforms/darwin.rb
rconf-0.7.0 lib/rconf/platforms/darwin.rb
rconf-0.6.35 lib/rconf/platforms/darwin.rb
rconf-0.6.34 lib/rconf/platforms/darwin.rb
rconf-0.6.33 lib/rconf/platforms/darwin.rb
rconf-0.6.32 lib/rconf/platforms/darwin.rb
rconf-0.6.31 lib/rconf/platforms/darwin.rb
rconf-0.6.30 lib/rconf/platforms/darwin.rb