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 +4 -4
- data/Gemfile +1 -1
- data/lib/moxml/version.rb +1 -1
- data/moxml.gemspec +2 -1
- metadata +3 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9502f77654d0b09a3a8ab3b926702ee07e07009076fbeb4fd7013eb5b2b39499
|
|
4
|
+
data.tar.gz: 21d7b7dc2742200d83ac2d89c1610857cb0bf90590ef260052ad287bcb427170
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ae16970a10ade16adfb8f186a6269db7c6e5f94374737eb82bee0e5fb3609719171fcb731db2f52b86948848c938cca984255f55dfaf4cfc854e384602c8e32a
|
|
7
|
+
data.tar.gz: 3f2f44d095a8d0fc6ceb0e506e930a16ef2afaa82f817114fe3dafd609a917e8eac7dd4f2b247caa74a7da9b0642b035432cb2cdfd3f6359ac2d0b56b8e19a59
|
data/Gemfile
CHANGED
data/lib/moxml/version.rb
CHANGED
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
|
|
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.
|
|
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
|
|
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: []
|