File tree Expand file tree Collapse file tree 3 files changed +19
-4
lines changed
Expand file tree Collapse file tree 3 files changed +19
-4
lines changed Original file line number Diff line number Diff line change 11= Release History
22
3+ == 5.0.5 / 2025-07-30
4+ * Try to fix broken documentation link in Ruby Gems website
5+ * Update history file
6+
7+ == 5.0.4 / 2025-05-12
8+
9+ * Fix line ending inconsistencies across platforms
10+ * Set Git attributes for source files to keep LF line endings.
11+ * Add optional zlib support detection in extconf
12+
13+ == 5.0.3 / 2024-03-12
14+
15+ * Fix compiling against newer libxml versions
16+ * Fix version check
17+
318== 5.0.2 / 2024-01-08
419
520* Fix broken DTD creation (DTD name is not required)
Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ the {libxslt gem}[https://github.com/xml4r/libxslt-rubygem].
8989
9090== Usage
9191For information about using libxml-ruby please refer to its
92- documentation[http ://xml4r.github.io/libxml-ruby]. Some tutorials are also
92+ documentation[https ://xml4r.github.io/libxml-ruby]. Some tutorials are also
9393available[https://github.com/xml4r/libxml-ruby/wiki].
9494
9595All libxml classes are in the LibXML::XML module. The easiest
Original file line number Diff line number Diff line change 11/* Don't nuke this block! It is used for automatically updating the
22 * versions below. VERSION = string formatting, VERNUM = numbered
33 * version for inline testing: increment both or none at all.*/
4- #define RUBY_LIBXML_VERSION "5.0.2 "
5- #define RUBY_LIBXML_VERNUM 502
4+ #define RUBY_LIBXML_VERSION "5.0.5 "
5+ #define RUBY_LIBXML_VERNUM 505
66#define RUBY_LIBXML_VER_MAJ 5
77#define RUBY_LIBXML_VER_MIN 0
8- #define RUBY_LIBXML_VER_MIC 2
8+ #define RUBY_LIBXML_VER_MIC 5
99#define RUBY_LIBXML_VER_PATCH 0
You can’t perform that action at this time.
0 commit comments