yosina 1.1.1 → 1.1.2

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 (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/yosina/version.rb +1 -1
  3. metadata +6 -6
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e2f55aa031748a0855edb5e5d75e8f0aa61f2c1636432bf1d2582aaff0acbed7
4
- data.tar.gz: 7297e0aa25fd447303bc379e7206b76589bf1ffa970e767a11d82e04f92a480b
3
+ metadata.gz: c7ca0125c8c5a3aec77ebf72652c505dbfdf4ae0c4e50a3312a13328c67371e2
4
+ data.tar.gz: a6b8b625a7bf22a57d83778be0d82201458ced3e4b2433ef866189e9fa234035
5
5
  SHA512:
6
- metadata.gz: 1f9b3046e6e9ecd17080793bff4499af828826fb47fc1990aa5576d246e3a00d1030ef0694698b4e4b954f2de28ef95e7ebcccdcce6fb01823506232149b17a2
7
- data.tar.gz: 81abcc7866ccae0ad2966a7593f94cd5f4b4535709c752c369b20382e650186f8e85647e2a676ace9d586d97bd7a47ec36d2e7e264816df53ad6afe3a616d68f
6
+ metadata.gz: c660aebcf464b61edbd93ea6ea7db3c17b37b4db607078731699d55ca87ade1f49eb7801b1ad87abe7c02b3ea39df5491484c8fe93be740dbf834378be71595d
7
+ data.tar.gz: e974331d9d7dc1f124da5fe3f51b0f12c294afaf8bbbe62f927a722acd01203807ea25175a3e16d71e0cb6d48d2cda337ca9b226b3c7ab59a5af5a41b61e81d7
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Yosina
4
- VERSION = '1.1.1'
4
+ VERSION = '1.1.2'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: yosina
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.1
4
+ version: 1.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Moriyoshi Koizumi
8
- autorequire:
8
+ autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2026-03-19 00:00:00.000000000 Z
11
+ date: 2026-04-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: minitest
@@ -143,7 +143,7 @@ metadata:
143
143
  homepage_uri: https://github.com/yosina-lib/yosina
144
144
  source_code_uri: https://github.com/yosina-lib/yosina
145
145
  changelog_uri: https://github.com/yosina-lib/yosina/releases
146
- post_install_message:
146
+ post_install_message:
147
147
  rdoc_options: []
148
148
  require_paths:
149
149
  - lib
@@ -158,8 +158,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
158
158
  - !ruby/object:Gem::Version
159
159
  version: '0'
160
160
  requirements: []
161
- rubygems_version: 3.5.11
162
- signing_key:
161
+ rubygems_version: 3.0.3.1
162
+ signing_key:
163
163
  specification_version: 4
164
164
  summary: Japanese text transliteration library
165
165
  test_files: []