lib/gitauth.rb in gitauth-0.0.5.1 vs lib/gitauth.rb in gitauth-0.0.5.2
- old
+ new
@@ -26,10 +26,10 @@
module GitAuth
include Perennial
include Loggable
- VERSION = [0, 0, 5, 1]
+ VERSION = [0, 0, 5, 2]
BASE_DIR = Pathname(__FILE__).dirname.join("..").expand_path
GITAUTH_DIR = Pathname("~/.gitauth/").expand_path
manifest do |m, l|
Settings.root = File.dirname(__FILE__)
\ No newline at end of file