Sha256: 1c6862e095e7eb441d2d7a031ec122b9a987cc05760f3741b836b79694216b84

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.3'
    
    # 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.3 lib/nrser/rash/version.rb