Skip to content

Commit 1ac51ea

Browse files
authored
Add VERSION to auto-loaded constants (#147)
1 parent 48e6930 commit 1ac51ea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/super_diff.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ module SuperDiff
2626
autoload :OperationTreeBuilders, "super_diff/operation_tree_builders"
2727
autoload :Operations, "super_diff/operations"
2828
autoload :RecursionGuard, "super_diff/recursion_guard"
29+
autoload :VERSION, "super_diff/version"
2930

3031
def self.configure
3132
yield configuration

0 commit comments

Comments
 (0)