moxml 0.5.73 → 0.5.74

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: ace6b41dffe3e14f90cdc9c356dc35297f7eb522c0b6e0181317e7af30a06228
4
- data.tar.gz: 31db091908469cf25de7032bd43263a72507cbb6a99ce91c0786a8193c54b611
3
+ metadata.gz: 9502f77654d0b09a3a8ab3b926702ee07e07009076fbeb4fd7013eb5b2b39499
4
+ data.tar.gz: 21d7b7dc2742200d83ac2d89c1610857cb0bf90590ef260052ad287bcb427170
5
5
  SHA512:
6
- metadata.gz: ac58af0ccdb2d511a8ec245ab25616748985ba36e3f658fa7a91cc20afede1c5ab20bae2103ceaebd7d54ff72d989e9c3dc034206ae20431593ab1507a6f5600
7
- data.tar.gz: 3a6ce368d0ba3ab911db0e692282511cbe4502c5986c6fc88ee0bd12690fe460b5b4728b67bfe66f5109a7b85354c169e03d0a3217dad7348d963ab7eafc50ca
6
+ metadata.gz: ae16970a10ade16adfb8f186a6269db7c6e5f94374737eb82bee0e5fb3609719171fcb731db2f52b86948848c938cca984255f55dfaf4cfc854e384602c8e32a
7
+ data.tar.gz: 3f2f44d095a8d0fc6ceb0e506e930a16ef2afaa82f817114fe3dafd609a917e8eac7dd4f2b247caa74a7da9b0642b035432cb2cdfd3f6359ac2d0b56b8e19a59
data/Gemfile CHANGED
@@ -9,7 +9,7 @@ gemspec
9
9
  gem "benchmark"
10
10
  gem "benchmark-ips"
11
11
  gem "get_process_mem"
12
- gem "leptris", "~> 1.9.216"
12
+ gem "leptris", "~> 1.9.222"
13
13
  gem "libxml-ruby", ">= 5.0"
14
14
  gem "nokogiri", "~> 1.18"
15
15
  gem "openssl", "~> 3.0"
data/lib/moxml/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Moxml
4
- VERSION = "0.5.73"
4
+ VERSION = "0.5.74"
5
5
  end
data/moxml.gemspec CHANGED
@@ -12,7 +12,8 @@ Gem::Specification.new do |spec|
12
12
  spec.description = <<~DESCRIPTION
13
13
  Moxml is a unified XML manipulation library that provides a common API
14
14
  for XML node navigation, manipulation, building and XPath querying
15
- interface covering multiple parser implementations including Nokogiri, Oga, REXML, Ox, LibXML.
15
+ interface covering multiple parser implementations including Leptris,
16
+ Nokogiri, Oga, REXML, Ox, HeadedOx and LibXML.
16
17
  DESCRIPTION
17
18
 
18
19
  spec.homepage = "https://github.com/lutaml/moxml"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: moxml
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.73
4
+ version: 0.5.74
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ribose Inc.
@@ -13,7 +13,8 @@ dependencies: []
13
13
  description: |
14
14
  Moxml is a unified XML manipulation library that provides a common API
15
15
  for XML node navigation, manipulation, building and XPath querying
16
- interface covering multiple parser implementations including Nokogiri, Oga, REXML, Ox, LibXML.
16
+ interface covering multiple parser implementations including Leptris,
17
+ Nokogiri, Oga, REXML, Ox, HeadedOx and LibXML.
17
18
  email:
18
19
  - open.source@ribose.com
19
20
  executables: []