taurus 0.1.2 → 0.1.3

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 (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.adoc +1 -1
  3. data/lib/taurus/version.rb +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2d2cfcd83ff1be21d3e12bebcd57a2b27fefa5455637230e1560490c60923f1f
4
- data.tar.gz: ae7f612bd7facdc1010e25f79fb56f29094409d87f2a9ef79d9a204be3382202
3
+ metadata.gz: 7304992e25477795c0bece0a6466dff4faabc197f997dd2b12db6644e6b69ec7
4
+ data.tar.gz: 38a2ce53410c7b90c93bd581d25c483d0ccf3ae937f7ac35a0dc80dbdf7f9bb3
5
5
  SHA512:
6
- metadata.gz: a388f74896c110f5dcd32ac72727ca09e123ac383fbd197ad600fccbda8cbfe2a343ab09eafc6a426f7288ea77e724fdaef2bac0351bc3301741e0a4ba8eafc7
7
- data.tar.gz: a0c95162dea297f3bc9e7cca8679c0818086465a8a8f16a0e01f1bedb6f65d926f96e4f9afd6735bc35fec05c3c72d9979b39d5cf85f39904c1163e457c9e744
6
+ metadata.gz: '0238c3b1ad0bf5d08b4da9c6b5e79bc681ccab622944feeee414f1c463013aa0d4312c6dcbec085304b02ca997290ec3a14c2668c2c7348c218e9b436b97ded7'
7
+ data.tar.gz: b6382cab0426fbf0c40d96f05f579fcdf2c8438c93920178e25aea3d555dda067971a9712f7e5bf7fb4a219b1633c1cf28110cd2ae86f26055196f9d99ef3a5a
data/README.adoc CHANGED
@@ -397,7 +397,7 @@ bundle exec rspec spec/xml/xpath_spec.rb:42 # one example by line
397
397
  bundle exec rubocop # lint
398
398
  ----
399
399
 
400
- CI pins libtaurus to a released tag (currently v0.22.0) and builds it
400
+ CI pins libtaurus to a released tag (currently v0.25.0) and builds it
401
401
  from source on each runner; see `.github/workflows/build.yml`.
402
402
 
403
403
  == License
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Taurus
4
- VERSION = "0.1.2"
4
+ VERSION = "0.1.3"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: taurus
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ribose Inc.
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-08-16 00:00:00.000000000 Z
11
+ date: 2026-08-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ffi