lib/gitauth.rb in gitauth-0.0.5.0 vs lib/gitauth.rb in gitauth-0.0.5.1

- old
+ new

@@ -26,10 +26,10 @@ module GitAuth include Perennial include Loggable - VERSION = [0, 0, 5, 0] + VERSION = [0, 0, 5, 1] 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