summaryrefslogtreecommitdiff
path: root/certs/lib
diff options
context:
space:
mode:
Diffstat (limited to 'certs/lib')
-rw-r--r--certs/lib/leap_web_certs.rb1
-rw-r--r--certs/lib/leap_web_certs/engine.rb3
-rw-r--r--certs/lib/leap_web_certs/version.rb3
3 files changed, 1 insertions, 6 deletions
diff --git a/certs/lib/leap_web_certs.rb b/certs/lib/leap_web_certs.rb
index beb683d..129d1a9 100644
--- a/certs/lib/leap_web_certs.rb
+++ b/certs/lib/leap_web_certs.rb
@@ -1,3 +1,4 @@
+require "leap_web_core"
require "leap_web_certs/engine"
module LeapWebCerts
diff --git a/certs/lib/leap_web_certs/engine.rb b/certs/lib/leap_web_certs/engine.rb
index 7dbc572..33a446e 100644
--- a/certs/lib/leap_web_certs/engine.rb
+++ b/certs/lib/leap_web_certs/engine.rb
@@ -1,6 +1,3 @@
-# thou shall require all your dependencies in an engine.
-require "leap_web_core"
-
module LeapWebCerts
class Engine < ::Rails::Engine
diff --git a/certs/lib/leap_web_certs/version.rb b/certs/lib/leap_web_certs/version.rb
deleted file mode 100644
index 800ca0b..0000000
--- a/certs/lib/leap_web_certs/version.rb
+++ /dev/null
@@ -1,3 +0,0 @@
-module LeapWebCerts
- VERSION = "0.0.4"
-end