From ea53664a4574d627fb72c2127a0ed01ec820d85b Mon Sep 17 00:00:00 2001 From: Miguel Sousa Date: Wed, 25 Jun 2025 18:09:47 -0700 Subject: [PATCH] =?UTF-8?q?Removed=20the=20leading=20quote=20from=20=CA=BC?= =?UTF-8?q?Phags-pa=20name?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 4 ++++ Gemfile.lock | 2 +- data/Phag | 2 +- lib/speakeasy.rb | 2 +- speakeasy.gemspec | 4 ++-- 5 files changed, 9 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f29a2f7..46761b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +0.8.1 / 2025-06-25 +================== + * Removed the leading quote from ʼPhags-pa name. + 0.8.0 / 2025-04-22 ================== * Added Javanese, Maldivian (Dhivehi), Myanmar (Burmese), ʼPhags-pa, Tai Le, Tai Lue, and Uzbek. diff --git a/Gemfile.lock b/Gemfile.lock index a151848..3c58d1f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - speakeasy (0.8.0) + speakeasy (0.8.1) GEM remote: https://rubygems.org/ diff --git a/data/Phag b/data/Phag index c73286b..7f1008a 100644 --- a/data/Phag +++ b/data/Phag @@ -1,6 +1,6 @@ --- version: 2 -anglicized_name: ʼPhags-pa +anglicized_name: Phags-pa native_name: ꡏꡡꡃꡣꡡꡙꡐꡜꡞ codepoints: - !ruby/range 43072..43112 # ꡀ .. ꡨ diff --git a/lib/speakeasy.rb b/lib/speakeasy.rb index c6d5244..27dee28 100644 --- a/lib/speakeasy.rb +++ b/lib/speakeasy.rb @@ -1,5 +1,5 @@ require 'speakeasy/language' module Speakeasy - VERSION = "0.8.0" + VERSION = "0.8.1" end diff --git a/speakeasy.gemspec b/speakeasy.gemspec index c1dc3d8..834cc5e 100644 --- a/speakeasy.gemspec +++ b/speakeasy.gemspec @@ -13,8 +13,8 @@ Gem::Specification.new do |s| ## If your rubyforge_project name is different, then edit it and comment out ## the sub! line in the Rakefile s.name = 'speakeasy' - s.version = '0.8.0' - s.date = '2025-04-22' + s.version = '0.8.1' + s.date = '2025-06-25' s.rubyforge_project = 'speakeasy' ## Make sure your summary is short. The description may be as long