redact_ner 0.1.2-aarch64-linux → 0.1.3-aarch64-linux

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: 806eb4d2c254ffff6a522bbe1b9c32bea7a1f3ecb39286fa7ae20755b4ab3b1f
4
- data.tar.gz: ca3a498d083f3fad3a53eae1ca39aaed9e8a6e5b51119b8e2e7c884f82fb1bc8
3
+ metadata.gz: 123b87c0ed42cadedbfab4496b5bc6ef57a43d63b0e7a966c47b22d4b81fdae8
4
+ data.tar.gz: 25c078c7f9bd1fda7f5c1fd30e7a00ae408bb3e779e1b7d13970cac7c81cae21
5
5
  SHA512:
6
- metadata.gz: 78d501a0bf6fa8a8efa00f83c1ec90f2a92bed54dde457933e5a1329af1e90a36c6c0511c986107a70fd6b416da101ff7241986a25ce84359d3c02c4936243a4
7
- data.tar.gz: 1ea9b2c31ccc3888afd85c822a7fcc39981b810c05020e8cfb50f63ec15e224464975ccaeadb83a3ddd6964e472983c2085789df13d1b9a798f3362361d98ae9
6
+ metadata.gz: d8ec078b0a2b96edad0dda531921c631062695d1d9641cefc6c4d10b8e95807defc05cf5482a1bc8a9340774a466661bb34611136afc66ff30237daef025301b
7
+ data.tar.gz: 696d503f8bfc62a9da5c2c1f96399824bcda8c9ee729ba207fd3ca6807db991dc7986040d3cfa03d9ce5211b209ebf77f40dec26db9505d9b47a918adb04bbac
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: aarch64-linux
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: []