Skip to content

Commit

Permalink
Merge pull request #5 from fnordfish/fix-extension-loading
Browse files Browse the repository at this point in the history
Fix loading the c extension
  • Loading branch information
kgiszczak authored Nov 29, 2024
2 parents 08f5d6b + 6d17f99 commit 249dc83
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/tomlib.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
require 'date'

require_relative 'tomlib/dumper'
require_relative 'tomlib/tomlib'
require 'tomlib/tomlib'
require_relative 'tomlib/version'

# Main library namespace
Expand Down

0 comments on commit 249dc83

Please sign in to comment.