diff --git a/lib/super_diff.rb b/lib/super_diff.rb index 4fd0e25f..8eb6aa47 100644 --- a/lib/super_diff.rb +++ b/lib/super_diff.rb @@ -26,6 +26,7 @@ module SuperDiff autoload :OperationTreeBuilders, "super_diff/operation_tree_builders" autoload :Operations, "super_diff/operations" autoload :RecursionGuard, "super_diff/recursion_guard" + autoload :VERSION, "super_diff/version" def self.configure yield configuration