pumi 0.44.0 → 0.44.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: cbd9437b7cae782b949a59fe67347d9e0bf94743d59df33a876f10592e05fd8f
4
- data.tar.gz: f0b828a8d9d91ec6f49e6c1e404beb5c9d50e43759118b5ab8fad7aeadd0c355
3
+ metadata.gz: 0074d955b52552bcbc18d39613c23fd1c8876d6b1ec743940e46445662845535
4
+ data.tar.gz: d8e1ea3adb1ca6f8ec5d18dadebfed0d195d8c1376e0062c3c0144627e8ef38e
5
5
  SHA512:
6
- metadata.gz: 3a6d44d7cafd27f448bb6f321781d2452a8edcbca1a820f44aaa23b717d7449e697c913e32e996d359eff68f0bf9a566dbe4fc05178f1acb2ac5d06c51a78f64
7
- data.tar.gz: e9f62183dc460521b8b845fcfb9017ccd147056ac6435c98487b8f17f5804a0488f0ebf80bd64053c65293f194e529d6654a408db110bd3de2955860e334a3ee
6
+ metadata.gz: e3056bbb81e8e371c2e7398b02549e65e5ad5298a76bd07852f87c97fd53e4a60797af24b6d96930b9ddade84516337ec8ac2249225641ee607220a6a17713dc
7
+ data.tar.gz: fdd044e262e2ed1e0e6b20aba9a3ae15fd68a139aaea7161010bf2165678d6321021a41661a44c29267e387652c7b85e97c7631fc90ed472b2d545d7f54c3b10
@@ -1,3 +1,3 @@
1
1
  {
2
- ".": "0.44.0"
2
+ ".": "0.44.1"
3
3
  }
data/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.44.1](https://github.com/dwilkie/pumi/compare/v0.44.0...v0.44.1) (2026-09-13)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * Update misspellings ([#138](https://github.com/dwilkie/pumi/issues/138)) ([8ee4b04](https://github.com/dwilkie/pumi/commit/8ee4b04e6d7b7c5730acb60441948d5fc14f12bd))
9
+
3
10
  ## [0.44.0](https://github.com/dwilkie/pumi/compare/v0.43.0...v0.44.0) (2026-09-13)
4
11
 
5
12
 
data/data/districts.yml CHANGED
@@ -1087,7 +1087,7 @@ districts:
1087
1087
  '0609':
1088
1088
  name:
1089
1089
  km: តាំងគោក
1090
- latin: Tang Kouk
1090
+ latin: Taing Kouk
1091
1091
  administrative_unit:
1092
1092
  km: ស្រុក
1093
1093
  latin: Srok
data/data/villages.yml CHANGED
@@ -14115,7 +14115,7 @@ villages:
14115
14115
  '03010907':
14116
14116
  name:
14117
14117
  km: តាំងគោក
14118
- latin: Tang Kouk
14118
+ latin: Taing Kouk
14119
14119
  administrative_unit:
14120
14120
  km: ភូមិ
14121
14121
  latin: Phum
@@ -19578,7 +19578,7 @@ villages:
19578
19578
  '03130708':
19579
19579
  name:
19580
19580
  km: តាំងគោក
19581
- latin: Tang Kouk
19581
+ latin: Taing Kouk
19582
19582
  administrative_unit:
19583
19583
  km: ភូមិ
19584
19584
  latin: Phum
@@ -46047,7 +46047,7 @@ villages:
46047
46047
  '06090501':
46048
46048
  name:
46049
46049
  km: តាំងគោក
46050
- latin: Tang Kouk
46050
+ latin: Taing Kouk
46051
46051
  administrative_unit:
46052
46052
  km: ភូមិ
46053
46053
  latin: Phum
@@ -90489,7 +90489,7 @@ villages:
90489
90489
  '15070116':
90490
90490
  name:
90491
90491
  km: តាំងគោក
90492
- latin: Tang Kouk
90492
+ latin: Taing Kouk
90493
90493
  administrative_unit:
90494
90494
  km: ភូមិ
90495
90495
  latin: Phum
@@ -23,7 +23,7 @@ module Pumi
23
23
  Misspelling.new(incorrect_text: "Prea​ek Chrey", correct_text: "Preaek Chrey"),
24
24
  Misspelling.new(incorrect_text: "Saensokh", correct_text: "Sen Sok"),
25
25
  Misspelling.new(incorrect_text: "Kaeb", correct_text: "Kep"),
26
- Misspelling.new(incorrect_text: "Taing Kouk", correct_text: "Tang Kouk"),
26
+ Misspelling.new(incorrect_text: "Tang Kouk", correct_text: "Taing Kouk"),
27
27
  Misspelling.new(incorrect_text: "Mongkol Borei", correct_text: "Mongkol Borey"),
28
28
  Misspelling.new(incorrect_text: "wat Kor", correct_text: "Wat Kor"),
29
29
  Misspelling.new(incorrect_text: "OMal", correct_text: "Ou Mal"),
data/lib/pumi/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Pumi
2
- VERSION = "0.44.0".freeze
2
+ VERSION = "0.44.1".freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pumi
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.44.0
4
+ version: 0.44.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Wilkie