Sha256: dd5689257515f3d0ae1544cf503154817c2b87821f7055718c33317b504c4867

Contents?: true

Size: 384 Bytes

Versions: 1

Compression:

Stored size: 384 Bytes

Contents

require 'pathname'

class Cmds
  
  # Constants
  # ============================================================================
  
  # Absolute, expanded path to the gem's root directory.
  # 
  # @return [Pathname]
  # 
  ROOT = (Pathname.new( __FILE__ ).dirname / '..' / '..').expand_path
  
  
  # Library version string.
  # 
  # @return [String]
  # 
  VERSION = "0.2.7"
  
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
cmds-0.2.7 lib/cmds/version.rb