xqsr3-xml 0.1.3 → 0.1.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e1cc839d48995d90a12ad2007c1d32952d21cbdf279ce426b069bb7ad6f311ab
4
- data.tar.gz: 8376854d02b2fd46eb8007a3efe062ab146bb1a7eaa856518b7d960fc1e4db04
3
+ metadata.gz: 84a56b9bc2b316165b02d832c79ed22d3eadd057d9a0fdee3d200ee6bd0e4bf4
4
+ data.tar.gz: 471b606cee6d82c051ef305ee5bd796468d72931e4ea2fbacdd2a11505e714db
5
5
  SHA512:
6
- metadata.gz: 1f229ec8b2fdc95c41fbc7db3a5ffed639f9910c48cb52a5d780dab9acccfb3076e3feba39929d2edf5329b2fb5910fe0055aa1ae89cbbf24a3835ee19d114c3
7
- data.tar.gz: 74f10178817dc74e84e6b4ea27c7212647e5275fc074cacdc483833c53174cb1ddda12159823735c2b5e225f5bad6a68e0ddd3a50538e2c4675532fae9cd4472
6
+ metadata.gz: ee482b1943d4e54cfa11937ab84a1348c4858bc2dcdcf91543857359a88ba212feb4de172e35678397b2e226e5f83dceb34b1870e887b4916fb8475dc5a4bc38
7
+ data.tar.gz: c82129b8a693c83e98d975d7db1cfbd9efdc333cb362a7da799703ed30d0a2f681a8e39ac06d03fcc3bb18ec52ef0d86ac3033681194138bb9f88d5783fbc117
data/CHANGES.md CHANGED
@@ -1,6 +1,14 @@
1
1
  # xqsr3-xml - Changes <!-- omit in toc -->
2
2
 
3
3
 
4
+ ## 0.1.4 - 28th August 2026
5
+
6
+ * removed an unused local variable from the navigation unit test so the warning-enabled test run is clean;
7
+ * **.github/workflows/ruby.yml**: replaced the obsolete **bp-2** push branch with **warnings** and updated its revision date;
8
+ * **xqsr3-xml.gemspec**: centralised project URLs and updated source-code metadata to avoid a duplicate-URI warning when building the gem;
9
+ * updated the library version to **0.1.4**;
10
+
11
+
4
12
  ## 0.1.3 - 19th August 2026
5
13
 
6
14
  * converted **lib/** and **test/** Ruby sources from tab indent to 2-space indent;
data/NEWS.md CHANGED
@@ -2,6 +2,7 @@
2
2
 
3
3
  | Date | News Item |
4
4
  | ---------------- | -------------------------------------------------------------------------------------- |
5
+ | 28th August 2026 | [**xqsr3-xml** 0.1.4](https://github.com/synesissoftware/xqsr3-xml/releases/tag/0.1.4) |
5
6
  | 19th August 2026 | [**xqsr3-xml** 0.1.3](https://github.com/synesissoftware/xqsr3-xml/releases/tag/0.1.3) |
6
7
  | 15th August 2026 | [**xqsr3-xml** 0.1.2](https://github.com/synesissoftware/xqsr3-xml/releases/tag/0.1.2) |
7
8
  | 11th April 2019 | **xqsr3-xml** 0.1.1 released |
@@ -5,7 +5,7 @@
5
5
  # Purpose: Version for xqsr3-xml library
6
6
  #
7
7
  # Created: 1st March 2019
8
- # Updated: 19th August 2026
8
+ # Updated: 28th August 2026
9
9
  #
10
10
  # Home: https://github.com/synesissoftware/xqsr3-xml
11
11
  #
@@ -52,7 +52,7 @@ module Xqsr3
52
52
  module XML
53
53
 
54
54
  # Current version of the xqsr3-xml library
55
- VERSION = '0.1.3'
55
+ VERSION = '0.1.4'
56
56
 
57
57
  private
58
58
  VERSION_PARTS_ = VERSION.split(/[.]/).collect { |n| n.to_i } # :nodoc:
@@ -30,7 +30,6 @@ class Test_Xqsr3_XML_Utilities_Navigation < Test::Unit::TestCase
30
30
  END_OF_rhs_doc
31
31
 
32
32
  xml = ::Nokogiri.XML(xml_s)
33
- doc = xml.children.first
34
33
 
35
34
  descs = self.class.get_descendants xml.children.first
36
35
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: xqsr3-xml
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matt Wilson
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-08-27 00:00:00.000000000 Z
11
+ date: 2026-08-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: nokogiri
@@ -84,7 +84,7 @@ metadata:
84
84
  bug_tracker_uri: https://github.com/synesissoftware/xqsr3-xml/issues
85
85
  changelog_uri: https://github.com/synesissoftware/xqsr3-xml/blob/master/CHANGES.md
86
86
  homepage_uri: https://github.com/synesissoftware/xqsr3-xml
87
- source_code_uri: https://github.com/synesissoftware/xqsr3-xml
87
+ source_code_uri: https://github.com/synesissoftware/xqsr3-xml/tree/master
88
88
  post_install_message:
89
89
  rdoc_options: []
90
90
  require_paths: