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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 54b2eb70ade1f40cc7c1d576c6992dc8dbba0452e95a879e51d090229bcf5011
4
- data.tar.gz: c2730f877c0e6e07b06d6f011160ad29e45fce0ce9c7e6c8a4e2b0e004b5499b
3
+ metadata.gz: 061a83e8872ec5b3b011d150d55666121873d2868bcccc038dfd6b62ccbd4403
4
+ data.tar.gz: 68305fb2bac8f52a78da2dcee8c5e126370a5787cfdc3bd8e3feb730f874c443
5
5
  SHA512:
6
- metadata.gz: 0ef5000debc433f0013102d5dbec539624f437028a5cdbe3e1cfa3351c7de59c2a0a5d284dfbffdf197c9db0f05a131d42daff7301fbf78ae4ffab9488add300
7
- data.tar.gz: 4008f849ba4493b9ecf85596a755d7d952c609a64e7a92a4a9d38222494778a675ddf35f32e0330bce3a29765e1147628686e74314f64a3012d2c4283bbd2967
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
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  class SimpleInlineTextAnnotation
4
- VERSION = "1.1.0"
4
+ VERSION = "1.1.1"
5
5
  end
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.0
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-08 00:00:00.000000000 Z
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/Tamada-Arino/simple-inline-text-annotation
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/Tamada-Arino/simple-inline-text-annotation
43
- changelog_uri: https://github.com/Tamada-Arino/simple-inline-text-annotation/blob/master/CHANGELOG.md
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: []