pumi 0.38.1 → 0.38.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e10b7edfad803d33f0afd54cce94fe06d39e22f61c96aff26673733e27451e37
4
- data.tar.gz: 622c86c9ab3e787914f3cabf6786ce7e124f211bde25267144af714ca68b2472
3
+ metadata.gz: dcfd5a72f669052493c39b28fb66ec35bd43ccbd8d2c65767aaf86e87db4ae90
4
+ data.tar.gz: 8245eb386808d6dbc67e561b4d44a42c3c757dcb5c2fd8602705775e47dc7659
5
5
  SHA512:
6
- metadata.gz: 4d416d2e8ea448c29354f782664c221a56357c831e95dadb44fe4ae6ab79eb7e5af7ca17e328e9dffa1a1b871428dc57fceb399474a3214e855040b1d74ecf0e
7
- data.tar.gz: b46332f54e7570276922a960621a28bf3448aab13c60b6085be0e7a74bea528b12939993a35b6fe904a87807b9fcdc7e49051e99a605b6f3409a1162072c4563
6
+ metadata.gz: 4b6b1bf0f06f10a8701a74be77fca3037a49dac183a646da3e95781b75a5385f5fab5f760e96c28b9e6392e5da331439ac015701dc52c0ca450965b7504841af
7
+ data.tar.gz: 2540c080f338ec0732f6fdda7b96cd669f7b44bde86c62993f2f3d010000cc9ab3b075d4665083b80f8bed404d06151f05334b95659100e3483fb5151e3ffc2d
@@ -1,6 +1,8 @@
1
1
  name: Build
2
2
 
3
- on: push
3
+ on:
4
+ - push
5
+ - pull_request
4
6
 
5
7
  jobs:
6
8
  build:
@@ -1,3 +1,3 @@
1
1
  {
2
- ".": "0.38.1"
2
+ ".": "0.38.2"
3
3
  }
data/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.38.2](https://github.com/dwilkie/pumi/compare/v0.38.1...v0.38.2) (2025-10-25)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * configure CI for pull requests ([#114](https://github.com/dwilkie/pumi/issues/114)) ([c0f27b8](https://github.com/dwilkie/pumi/commit/c0f27b81440ca29a98bbfa90fc9e1c741c9101eb))
9
+
3
10
  ## [0.38.1](https://github.com/dwilkie/pumi/compare/v0.38.0...v0.38.1) (2025-10-25)
4
11
 
5
12
 
data/data/communes.yml CHANGED
@@ -1213,7 +1213,7 @@ communes:
1213
1213
  '011002':
1214
1214
  name:
1215
1215
  km: ប៉ោយប៉ែត
1216
- latin: Paoy Paet
1216
+ latin: Poipet
1217
1217
  ungegn: Paôypêt
1218
1218
  administrative_unit:
1219
1219
  km: សង្កាត់
data/data/districts.yml CHANGED
@@ -155,7 +155,7 @@ districts:
155
155
  '0110':
156
156
  name:
157
157
  km: ប៉ោយប៉ែត
158
- latin: Paoy Paet
158
+ latin: Poipet
159
159
  ungegn: Paôypêt
160
160
  administrative_unit:
161
161
  km: ក្រុង
@@ -26,7 +26,8 @@ module Pumi
26
26
  Misspelling.new(incorrect_text: "Taing Kouk", correct_text: "Tang 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
- Misspelling.new(incorrect_text: "OMal", correct_text: "Ou Mal")
29
+ Misspelling.new(incorrect_text: "OMal", correct_text: "Ou Mal"),
30
+ Misspelling.new(incorrect_text: "Paoy Paet", correct_text: "Poipet")
30
31
  ].freeze
31
32
 
32
33
  AdministrativeUnit = Struct.new(:en, :km, :latin, :ungegn, :code_length, :group, :type, keyword_init: true)
data/lib/pumi/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Pumi
2
- VERSION = "0.38.1".freeze
2
+ VERSION = "0.38.2".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.38.1
4
+ version: 0.38.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Wilkie