aboutsummaryrefslogtreecommitdiff
path: root/lib/backend.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/backend.rb')
-rw-r--r--lib/backend.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/backend.rb b/lib/backend.rb
index e427d2e..953ca8d 100644
--- a/lib/backend.rb
+++ b/lib/backend.rb
@@ -18,7 +18,12 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
+# gems
+require 'rubygems'
+require 'parseconfig'
+
# internal requires
$:.unshift File.dirname(__FILE__)
require 'backend/crypt'
require 'backend/recipients_store'
+require 'backend/parse_config'