redact_ner 0.1.2-x64-mingw-ucrt → 0.1.3-x64-mingw-ucrt

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: 5e214fef75983ca1d20231b6720d4e32dde63ae70faceadbd5f30064962ec047
4
- data.tar.gz: e554485a54626af5c33832c04d60f5102483b31aaf552fd88125e6b2d2daf3c8
3
+ metadata.gz: 79b7157466ce3bd25fc502adb3523337bdf5ed719c18d9be70f84c34984da720
4
+ data.tar.gz: 5266fa46e734b741ab2ba42fd179ce8fc310ca175425d271411cf1225ad1bd79
5
5
  SHA512:
6
- metadata.gz: 0fbe47241106c7179ddc03be6b6a0974fd5d5adc28df942dc558ee8cf6694dea8697ce18e3d9ccce2737c3da336730606dc2708f7aa8cdce21fc544c3f9f09dd
7
- data.tar.gz: 2469c077132f1cb9ef42c27ad3a03a3a2382af4ae7a3756ccde95ca59b2e7c6c71b546e05acd7b9fb18b1796bbd5286fe5e38a4e30b4d58c4bfcee643cb05e2e
6
+ metadata.gz: bacdc380673afe802d90ed5b52e5644092ef0f0b97841a76888908c6125183adcb196279e9e1e762db19359fee05d14e2cc5170cfb6e2642cd038d2a83db1a3e
7
+ data.tar.gz: 05b240bb2b8ded3cd0a9168e2d65add164c510481d7e042afae8b0b3ba9fb9b3c9c855c1efa675269f294f4eb0f2399e8297a1b4c9812126be5b8e3c713b69a7
data/CHANGELOG.md CHANGED
@@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [0.1.3] - 2026-06-05
11
+
12
+ ## What's Changed
13
+ * feat: release GVL during ONNX inference by @mitsuru in https://github.com/mitsuru/redact-ner-ruby/pull/7
14
+
15
+
16
+ **Full Changelog**: https://github.com/mitsuru/redact-ner-ruby/compare/v0.1.2...v0.1.3
17
+
18
+
10
19
  ## [0.1.2] - 2026-05-17
11
20
 
12
21
  ## What's Changed
@@ -52,7 +61,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
52
61
  - The precompiled musl gems (Alpine / distroless) link `libstdc++`
53
62
  dynamically; install it at runtime, e.g. `apk add --no-cache libstdc++`.
54
63
 
55
- [Unreleased]: https://github.com/mitsuru/redact-ner-ruby/compare/v0.1.2...HEAD
64
+ [Unreleased]: https://github.com/mitsuru/redact-ner-ruby/compare/v0.1.3...HEAD
56
65
  [0.1.1]: https://github.com/mitsuru/redact-ner-ruby/releases/tag/v0.1.1
57
66
  [0.1.0]: https://github.com/mitsuru/redact-ner-ruby/releases/tag/v0.1.0
58
67
  [0.1.2]: https://github.com/mitsuru/redact-ner-ruby/releases/tag/v0.1.2
68
+ [0.1.3]: https://github.com/mitsuru/redact-ner-ruby/releases/tag/v0.1.3
Binary file
Binary file
Binary file
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module RedactNer
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: redact_ner
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: x64-mingw-ucrt
6
6
  authors:
7
7
  - Mitsuru Hayasaka
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-05-17 00:00:00.000000000 Z
11
+ date: 2026-06-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake
@@ -79,7 +79,7 @@ metadata:
79
79
  source_code_uri: https://github.com/mitsuru/redact-ner-ruby
80
80
  bug_tracker_uri: https://github.com/mitsuru/redact-ner-ruby/issues
81
81
  changelog_uri: https://github.com/mitsuru/redact-ner-ruby/blob/main/CHANGELOG.md
82
- documentation_uri: https://rubydoc.info/gems/redact_ner/0.1.2
82
+ documentation_uri: https://rubydoc.info/gems/redact_ner/0.1.3
83
83
  rubygems_mfa_required: 'true'
84
84
  post_install_message:
85
85
  rdoc_options: []