lib/exegesis.rb in mattly-exegesis-0.0.9 vs lib/exegesis.rb in mattly-exegesis-0.0.10

- old
+ new

@@ -1,9 +1,8 @@ require 'time' require 'pathname' require 'couchrest' -require 'active_support/inflector' $:.unshift File.dirname(__FILE__) unless $:.include?(File.dirname(__FILE__)) || $:.include?(File.expand_path(File.dirname(__FILE__))) module Exegesis autoload :Document, 'exegesis/document' \ No newline at end of file