summaryrefslogtreecommitdiff
path: root/certs/lib/leap_web_certs
diff options
context:
space:
mode:
authorAzul <azul@riseup.net>2012-09-27 22:36:21 +0200
committerAzul <azul@riseup.net>2012-09-27 22:36:21 +0200
commit1208257bcc0e2a6648b68433a7b7e24791f92583 (patch)
treec676f2030bef20705e46421b478b7f9305bcf13e /certs/lib/leap_web_certs
parente17a2a676e0ce585ef9eaa9077887bfe1bc1173f (diff)
adding in leap web certs - merging repos
Diffstat (limited to 'certs/lib/leap_web_certs')
-rw-r--r--certs/lib/leap_web_certs/engine.rb8
-rw-r--r--certs/lib/leap_web_certs/version.rb3
2 files changed, 11 insertions, 0 deletions
diff --git a/certs/lib/leap_web_certs/engine.rb b/certs/lib/leap_web_certs/engine.rb
new file mode 100644
index 0000000..7dbc572
--- /dev/null
+++ b/certs/lib/leap_web_certs/engine.rb
@@ -0,0 +1,8 @@
+# thou shall require all your dependencies in an engine.
+require "leap_web_core"
+
+module LeapWebCerts
+ class Engine < ::Rails::Engine
+
+ end
+end
diff --git a/certs/lib/leap_web_certs/version.rb b/certs/lib/leap_web_certs/version.rb
new file mode 100644
index 0000000..800ca0b
--- /dev/null
+++ b/certs/lib/leap_web_certs/version.rb
@@ -0,0 +1,3 @@
+module LeapWebCerts
+ VERSION = "0.0.4"
+end