taurus 0.1.0 → 0.1.1
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/lib/taurus/version.rb +1 -1
- metadata +6 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 44d58ea8adbb05e52fd319caab12b0162bf983312911cf16baf5bb27bc326b13
|
|
4
|
+
data.tar.gz: 33fffd221e0d45a7606c8d05c9514195872ea1f709a3afb22af3450c8d7c95e2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c7757896846441b9b30309b61e6571ba0016bbbe649676b8e91cdbb926c521f2adbaecbf45780844ad1777e53f44506a1ef86b40490792135add2a78e2f733e1
|
|
7
|
+
data.tar.gz: 4eaa41d89ed150ecf5a3d0163b90726091fb8160e3e0c962ee49b1062a04a726b94c9fbe72e15f28dc645b7ace6c31548abcd72ccdf2a6091324ab3c040bc4be
|
data/lib/taurus/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: taurus
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ribose Inc.
|
|
8
|
+
autorequire:
|
|
8
9
|
bindir: bin
|
|
9
10
|
cert_chain: []
|
|
10
|
-
date:
|
|
11
|
+
date: 2026-08-13 00:00:00.000000000 Z
|
|
11
12
|
dependencies:
|
|
12
13
|
- !ruby/object:Gem::Dependency
|
|
13
14
|
name: ffi
|
|
@@ -137,6 +138,7 @@ metadata:
|
|
|
137
138
|
homepage_uri: https://github.com/lutaml/taurus-ruby
|
|
138
139
|
source_code_uri: https://github.com/lutaml/taurus-ruby
|
|
139
140
|
changelog_uri: https://github.com/lutaml/taurus-ruby/blob/main/CHANGELOG.md
|
|
141
|
+
post_install_message:
|
|
140
142
|
rdoc_options: []
|
|
141
143
|
require_paths:
|
|
142
144
|
- lib
|
|
@@ -151,7 +153,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
151
153
|
- !ruby/object:Gem::Version
|
|
152
154
|
version: '0'
|
|
153
155
|
requirements: []
|
|
154
|
-
rubygems_version:
|
|
156
|
+
rubygems_version: 3.5.22
|
|
157
|
+
signing_key:
|
|
155
158
|
specification_version: 4
|
|
156
159
|
summary: Nokogiri-compatible Ruby binding for libtaurus (XML 1.0, XPath 1.0, SAX)
|
|
157
160
|
test_files: []
|