summaryrefslogtreecommitdiff
path: root/lib/zero.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/zero.rb')
-rw-r--r--lib/zero.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/zero.rb b/lib/zero.rb
index baf876c..3d3580f 100644
--- a/lib/zero.rb
+++ b/lib/zero.rb
@@ -1,3 +1,9 @@
+# Only add fixes, if needed to avoid an unnecessary installed gem
+if RUBY_VERSION <= '1.9'
+ require 'zero_fix18'
+end
+
+
module Zero
require 'zero/controller'
require 'zero/router'