From 666cc6a4ef896f1a3f3210453bef14ccb6bda578 Mon Sep 17 00:00:00 2001 From: Azul Date: Tue, 11 Sep 2012 11:48:15 +0200 Subject: initial commit - loading dependencies --- lib/leap_web.rb | 3 +++ lib/leap_web/version.rb | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 lib/leap_web.rb create mode 100644 lib/leap_web/version.rb (limited to 'lib') diff --git a/lib/leap_web.rb b/lib/leap_web.rb new file mode 100644 index 0000000..31294dc --- /dev/null +++ b/lib/leap_web.rb @@ -0,0 +1,3 @@ +require 'leap_web_core' +require 'leap_web_certs' +require 'leap_web_users' diff --git a/lib/leap_web/version.rb b/lib/leap_web/version.rb new file mode 100644 index 0000000..ef81e43 --- /dev/null +++ b/lib/leap_web/version.rb @@ -0,0 +1,3 @@ +module LeapWeb + VERSION = "0.0.1" +end -- cgit v1.2.3