diff options
author | nopedial <shafez@ike-2.local> | 2013-10-26 00:16:19 +0200 |
---|---|---|
committer | nopedial <shafez@ike-2.local> | 2013-10-26 00:16:19 +0200 |
commit | a85509f5e288c9ccc70400f2ce93842e57a1af23 (patch) | |
tree | fdb221f5cfbb1c2d205742dbf1f5d53c4505f08e /lib/oxidized.rb | |
parent | 056ecb1a94d24085497d1baa304645390052e50b (diff) |
add fetch API to git output
Diffstat (limited to 'lib/oxidized.rb')
-rw-r--r-- | lib/oxidized.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/oxidized.rb b/lib/oxidized.rb index ec1a901..99b1ea6 100644 --- a/lib/oxidized.rb +++ b/lib/oxidized.rb @@ -1,4 +1,5 @@ module Oxidized + Encoding.default_external = 'UTF-8' Directory = File.expand_path File.join File.dirname(__FILE__), '../' require 'oxidized/core' end |