Sha256: 0f42b7af96529e43641eb4bd63f4e544522c7d4b9ff3c5b2671cfa467fbfb877
Contents?: true
Size: 480 Bytes
Versions: 1
Compression:
Stored size: 480 Bytes
Contents
$:.unshift File.dirname(__FILE__) # For use/testing when no gem is installed require 'rubygems' module Revenc # return the contents of the VERSION file # VERSION format: 0.0.0 def self.version version_info_file = File.join(File.dirname(__FILE__), *%w[.. VERSION]) File.open(version_info_file, "r") do |f| f.read end end end require 'revenc/app' require 'revenc/io' require 'revenc/errors' require 'revenc/lockfile' require 'revenc/encfs_wrapper'
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
revenc-0.1.2 | lib/revenc.rb |