Sha256: 31f0653b84b042847c8241eb369d1840492b0c3050b1fba127c78be1841357cd
Contents?: true
Size: 451 Bytes
Versions: 1
Compression:
Stored size: 451 Bytes
Contents
# Author:: K E Mitchell (mailto:kyleevanmitchell@gmail.com) # License:: ISC License (http://www.isc.org/software/license) WATCHFUL_ROOT = File.expand_path(File.dirname(__FILE__)) $:.unshift File.dirname(__FILE__) require 'watchful/paths' require 'watchful/watch' require 'watchful/action' require 'watchful/defaultconfiguration' module Watchful def self.version File.read(File.join(File.dirname(__FILE__), '..', 'VERSION')).strip end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
watchful-0.0.0.pre1 | lib/watchful.rb |