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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/taurus/version.rb +1 -1
  3. metadata +6 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6d861eba87f873e175408d799e6a6a79df42f77e412702f000a2312491b12ff0
4
- data.tar.gz: c6da04be215a0b461586b422ce4573de0439a1b9c335c239fe085f8d300f9b85
3
+ metadata.gz: 44d58ea8adbb05e52fd319caab12b0162bf983312911cf16baf5bb27bc326b13
4
+ data.tar.gz: 33fffd221e0d45a7606c8d05c9514195872ea1f709a3afb22af3450c8d7c95e2
5
5
  SHA512:
6
- metadata.gz: 7753b169ae4615cecc2abfc9cef979bf891855a5aff6ad8266017e7e6d9d05d07f556e39159befc162f70b7a78aab27bf0b6377b406ede0b1a38956c5254dbc7
7
- data.tar.gz: e23104ec4c83dbe3b55b8f029ddc61b63ce8227a0f104da3b68d8c260a78b92142ca154951dc22febd34bcbc0a97bd03dad063adb54164c220664c4fbf5bb141
6
+ metadata.gz: c7757896846441b9b30309b61e6571ba0016bbbe649676b8e91cdbb926c521f2adbaecbf45780844ad1777e53f44506a1ef86b40490792135add2a78e2f733e1
7
+ data.tar.gz: 4eaa41d89ed150ecf5a3d0163b90726091fb8160e3e0c962ee49b1062a04a726b94c9fbe72e15f28dc645b7ace6c31548abcd72ccdf2a6091324ab3c040bc4be
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Taurus
4
- VERSION = "0.1.0"
4
+ VERSION = "0.1.1"
5
5
  end
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.0
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: 1980-01-02 00:00:00.000000000 Z
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: 4.0.16
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: []