From 3625a33af33b5b44dcc9ec5b9abb87f9bea079e6 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 29 Jan 2011 19:57:16 -0200 Subject: Adding interface checker skeleton --- lib/keyringer/checker.rb | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 lib/keyringer/checker.rb diff --git a/lib/keyringer/checker.rb b/lib/keyringer/checker.rb new file mode 100644 index 0000000..3feb98b --- /dev/null +++ b/lib/keyringer/checker.rb @@ -0,0 +1,26 @@ +#!/usr/bin/env ruby +# +# Keyringer secret management system. +# +# Copyright (C) 2011 Keyringer Development Team. +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as +# published by the Free Software Foundation, either version 3 of the +# License, or any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . +# + +module Keyringer + class Checker + def initialize + end + end +end -- cgit v1.2.3