diff options
author | Christopher Brown <cb@opscode.com> | 2009-08-06 10:45:00 -0700 |
---|---|---|
committer | Christopher Brown <cb@opscode.com> | 2009-08-06 10:45:00 -0700 |
commit | 7bb650645d619760ccb4ac824325a7afad5a3fee (patch) | |
tree | a5d48cc8d5dede7bbf1d9380fd33e446557f2c2f /lib/mixlib/authentication.rb | |
download | mixlib-authentication-7bb650645d619760ccb4ac824325a7afad5a3fee.tar.gz |
initial commit for new repository
Diffstat (limited to 'lib/mixlib/authentication.rb')
-rw-r--r-- | lib/mixlib/authentication.rb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lib/mixlib/authentication.rb b/lib/mixlib/authentication.rb new file mode 100644 index 0000000..320ee49 --- /dev/null +++ b/lib/mixlib/authentication.rb @@ -0,0 +1,12 @@ +require 'couchrest' +require 'mixlib/log' + +module Mixlib + module Authentication + class Log + extend Mixlib::Log + end + end +end + + |