We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48e6930 commit 1ac51eaCopy full SHA for 1ac51ea
lib/super_diff.rb
@@ -26,6 +26,7 @@ module SuperDiff
26
autoload :OperationTreeBuilders, "super_diff/operation_tree_builders"
27
autoload :Operations, "super_diff/operations"
28
autoload :RecursionGuard, "super_diff/recursion_guard"
29
+ autoload :VERSION, "super_diff/version"
30
31
def self.configure
32
yield configuration
0 commit comments