lib/exctl.rb in exctl-0.0.1 vs lib/exctl.rb in exctl-0.0.2

- old
+ new

@@ -1,6 +1,13 @@ \ No newline at end of file +module Exctl + VERSION = File.exist?(File.join(File.dirname(__FILE__),'..','VERSION')) ? File.read(File.join(File.dirname(__FILE__),'..','VERSION')) : "" + def self.version() Exctl::VERSION end +end + +require 'exctl/cli' +