From ea524324d8be9aacab422acc0efaf019065973b8 Mon Sep 17 00:00:00 2001 From: Miguel Sousa Date: Sun, 8 Sep 2024 15:01:40 -0700 Subject: [PATCH] Add Georgian --- CHANGELOG.md | 4 ++++ Gemfile.lock | 2 +- data/ka | 6 ++++++ lib/speakeasy.rb | 2 +- speakeasy.gemspec | 5 +++-- 5 files changed, 15 insertions(+), 4 deletions(-) create mode 100644 data/ka diff --git a/CHANGELOG.md b/CHANGELOG.md index ede433c..f02ce27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +0.5.0 / 2024-09-08 +================== + * Add Georgian. + 0.4.0 / 2024-03-12 ================== * Removed 4 characters from Arabic: diff --git a/Gemfile.lock b/Gemfile.lock index 12a024f..d58fad2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - speakeasy (0.4.0) + speakeasy (0.5.0) GEM remote: https://rubygems.org/ diff --git a/data/ka b/data/ka new file mode 100644 index 0000000..f2c0e7c --- /dev/null +++ b/data/ka @@ -0,0 +1,6 @@ +--- +version: 2 +anglicized_name: Georgian +native_name: ქართული +codepoints: +- !ruby/range 4304..4336 # ა .. ჰ diff --git a/lib/speakeasy.rb b/lib/speakeasy.rb index 6eccc94..cd0c7cd 100644 --- a/lib/speakeasy.rb +++ b/lib/speakeasy.rb @@ -1,5 +1,5 @@ require 'speakeasy/language' module Speakeasy - VERSION = "0.4.0" + VERSION = "0.5.0" end diff --git a/speakeasy.gemspec b/speakeasy.gemspec index faf85bb..d3657fb 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.4.0' - s.date = '2024-03-12' + s.version = '0.5.0' + s.date = '2024-09-08' s.rubyforge_project = 'speakeasy' ## Make sure your summary is short. The description may be as long @@ -98,6 +98,7 @@ Gem::Specification.new do |s| data/id data/it data/ja + data/ka data/kk data/kn data/ko