diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b25a8d..5bf558a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [0.7.3] - [unreleased] + +- [Robert Schulze] Fix loading the C extension on system that don't copy it into the gem install directory + ## [0.7.2] - 2024-02-17 - Remove "double_heap" deprecation warning diff --git a/lib/tomlib.rb b/lib/tomlib.rb index dd43a55..8715ba4 100644 --- a/lib/tomlib.rb +++ b/lib/tomlib.rb @@ -3,7 +3,7 @@ require 'date' require_relative 'tomlib/dumper' -require_relative 'tomlib/tomlib' +require 'tomlib/tomlib' require_relative 'tomlib/version' # Main library namespace