diff options
author | Gibheer <gibheer@gmail.com> | 2013-07-29 08:45:15 +0200 |
---|---|---|
committer | Gibheer <gibheer@gmail.com> | 2013-07-29 08:45:15 +0200 |
commit | d92dea46954b388ec13bc53c6e4f9894f25863c4 (patch) | |
tree | c2bf13ac289cafe7a14bd90cea3942ce9cf5bb67 /lib | |
parent | 2fffda3e1123ea55f88c75e73812d542345a3673 (diff) |
drop 1.8 support and add 2.0
As MRI 1.8 is EOL, I think it is okay to drop 1.8 support.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/zero.rb | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/zero.rb b/lib/zero.rb index 2f18519..baf876c 100644 --- a/lib/zero.rb +++ b/lib/zero.rb @@ -1,8 +1,3 @@ -# 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' |