simple_inline_text_annotation 1.1.0 → 1.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/CHANGELOG.md +10 -0
- data/lib/simple_inline_text_annotation/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 061a83e8872ec5b3b011d150d55666121873d2868bcccc038dfd6b62ccbd4403
|
4
|
+
data.tar.gz: 68305fb2bac8f52a78da2dcee8c5e126370a5787cfdc3bd8e3feb730f874c443
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2c82b34b2e6647847113e2b31927193af85f09d9ec285f6a510d4438d0425f7f8c3e3978c5269f4c75ceff3db0efe5f70304b78b0a33107198d59514e4920bd3
|
7
|
+
data.tar.gz: 2df5b80be4335a6106738846f07716770c1852b77e694c9157997d2987497462b7c5ff8f70b4d862f92c1e4f16cb11e9bcd0d2b513f6bbb1a55fa9e2a1e163cc
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,15 @@
|
|
1
1
|
## [Unreleased]
|
2
2
|
|
3
|
+
## [1.1.1] - 2025-05-22
|
4
|
+
|
5
|
+
- Changed `homepage` in gemspec and package.json to the organization repository (https://github.com/pubannotation/simple_inline_annotation_format)
|
6
|
+
|
7
|
+
|
8
|
+
## [1.1.0] - 2025-05-07
|
9
|
+
|
10
|
+
- Added support for relation annotation in `parse` and `generate` methods
|
11
|
+
|
12
|
+
|
3
13
|
## [0.1.0] - 2025-04-01
|
4
14
|
|
5
15
|
- Initial release
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: simple_inline_text_annotation
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.1.
|
4
|
+
version: 1.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- xaiBUh29wX
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-05-
|
11
|
+
date: 2025-05-27 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: This gem provides inline text annotation functionality, extracted from
|
14
14
|
PubAnnotation, with support for denotations, entity types, and nested spans.
|
@@ -35,12 +35,12 @@ files:
|
|
35
35
|
- lib/simple_inline_text_annotation/relation_validator.rb
|
36
36
|
- lib/simple_inline_text_annotation/version.rb
|
37
37
|
- sig/simple_inline_text_annotation.rbs
|
38
|
-
homepage: https://github.com/
|
38
|
+
homepage: https://github.com/pubannotation/simple_inline_annotation_format
|
39
39
|
licenses:
|
40
40
|
- MIT
|
41
41
|
metadata:
|
42
|
-
homepage_uri: https://github.com/
|
43
|
-
changelog_uri: https://github.com/
|
42
|
+
homepage_uri: https://github.com/pubannotation/simple_inline_annotation_format
|
43
|
+
changelog_uri: https://github.com/pubannotation/simple_inline_annotation_format/blob/master/ruby/CHANGELOG.md
|
44
44
|
rubygems_uri: https://rubygems.org/gems/simple_inline_text_annotation
|
45
45
|
post_install_message:
|
46
46
|
rdoc_options: []
|