-
-
Notifications
You must be signed in to change notification settings - Fork 906
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove library paths from version output
some backwards-incompatible changes here that I don't expect actually break anything for anyone: * Nokogiri::VersionInfo will no longer contain the following keys (previously these were set only when vendored libraries were being used): * `libxml/libxml2_path` * `libxml/libxslt_path` * `nokogiri -v` will no longer emit these VersionInfo values * these C macros will no longer be defined: * NOKOGIRI_LIBXML2_PATH * NOKOGIRI_LIBXSLT_PATH * these global variables will no longer be defined: * NOKOGIRI_LIBXML2_PATH * NOKOGIRI_LIBXSLT_PATH Fixes #1482
- Loading branch information
1 parent
78dc41f
commit c96ac91
Showing
3 changed files
with
0 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters