Skip to content

Commit

Permalink
Merge pull request #48 from typekit/add-georgian
Browse files Browse the repository at this point in the history
Add Georgian
  • Loading branch information
miguelsousa authored Sep 8, 2024
2 parents 9750db6 + ea52432 commit 35d7bef
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
0.5.0 / 2024-09-08
==================
* Add Georgian.

0.4.0 / 2024-03-12
==================
* Removed 4 characters from Arabic:
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
speakeasy (0.4.0)
speakeasy (0.5.0)

GEM
remote: https://rubygems.org/
Expand Down
6 changes: 6 additions & 0 deletions data/ka
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
version: 2
anglicized_name: Georgian
native_name: ქართული
codepoints:
- !ruby/range 4304..4336 # ა .. ჰ
2 changes: 1 addition & 1 deletion lib/speakeasy.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
require 'speakeasy/language'

module Speakeasy
VERSION = "0.4.0"
VERSION = "0.5.0"
end
5 changes: 3 additions & 2 deletions speakeasy.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -98,6 +98,7 @@ Gem::Specification.new do |s|
data/id
data/it
data/ja
data/ka
data/kk
data/kn
data/ko
Expand Down

0 comments on commit 35d7bef

Please sign in to comment.