Sha256: e7cf442d8c63a178ceac3b167a268d88f785fd3b9141a665d1c73cac2cc7c6a7

Contents?: true

Size: 326 Bytes

Versions: 5

Compression:

Stored size: 326 Bytes

Contents

module Sys
  class Uname
    # The version of the sys-uname gem.
    VERSION = '1.0.3'.freeze
  end

  class Platform
    # The version of the sys-uname gem.
    VERSION = Uname::VERSION
  end
end

if File::ALT_SEPARATOR
  require_relative 'windows/uname'
else
  require_relative 'unix/uname'
end

require_relative 'platform'

Version data entries

5 entries across 5 versions & 4 rubygems

Version Path
dadapush_client-1.0.1 vendor/bundle/ruby/2.3.0/gems/sys-uname-1.0.3/lib/sys/uname.rb
cloudsmith-api-0.30.7 vendor/bundle/ruby/2.3.0/gems/sys-uname-1.0.3/lib/sys/uname.rb
color_me_shop-1.0.0 vendor/bundle/ruby/2.5.0/gems/sys-uname-1.0.3/lib/sys/uname.rb
cloudsmith-api-0.21.4 vendor/bundle/ruby/2.3.0/gems/sys-uname-1.0.3/lib/sys/uname.rb
sys-uname-1.0.3 lib/sys/uname.rb