Sha256: 4a624938e6dfde1d2b77cc85c1639a1b87f2a1e69075b2c593ae2f82b1ad71ae

Contents?: true

Size: 319 Bytes

Versions: 1

Compression:

Stored size: 319 Bytes

Contents

require 'pathname'

module NRSER
  module Rash
    # The current version.
    # 
    # @return [String]
    # 
    VERSION = "0.2.0"
    
    # Absolute, expanded path to the gem's root directory.
    # 
    # @return [Pathname]
    # 
    ROOT = ( Pathname.new(__FILE__ ).dirname / '..' / '..' ).expand_path
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
nrser-rash-0.2.0 lib/nrser/rash/version.rb