pumi 0.31.0 → 0.33.0
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 +4 -4
- data/.release-please-manifest.json +1 -1
- data/CHANGELOG.md +14 -0
- data/data/communes.yml +2 -2
- data/data/districts.yml +1 -1
- data/lib/pumi/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 06e2f179654623096279a620b9fe19b051a79350f93caa6795ae0bc142e2e635
|
4
|
+
data.tar.gz: 8dd1b84978b0dfd02fc92d6833db8f343b8084ac5641e6dce7ca5b01d6ef66d9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d95119b1fd8514fb36eba6e5e1a0aeafb682daabd9884e2a7861b154f3e40e032024d4d82310f1959584d71906909a145d60235b58d4308c67f9d7413486e71a
|
7
|
+
data.tar.gz: b6d786732501776f304495e715a480ee5a91ac24764a41a3f125545c8debbcef1adbdfded3c59f94cbbf20026bd1e756841f56819cba5dfdd23465bf3472764c
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,19 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
## [0.33.0](https://github.com/dwilkie/pumi/compare/v0.32.0...v0.33.0) (2025-04-27)
|
4
|
+
|
5
|
+
|
6
|
+
### Features
|
7
|
+
|
8
|
+
* Update data ([#96](https://github.com/dwilkie/pumi/issues/96)) ([0959de4](https://github.com/dwilkie/pumi/commit/0959de4bb1872a1c8c75b9b2f36f3f5e6cae5937))
|
9
|
+
|
10
|
+
## [0.32.0](https://github.com/dwilkie/pumi/compare/v0.31.0...v0.32.0) (2025-02-16)
|
11
|
+
|
12
|
+
|
13
|
+
### Features
|
14
|
+
|
15
|
+
* Update data ([#94](https://github.com/dwilkie/pumi/issues/94)) ([780062d](https://github.com/dwilkie/pumi/commit/780062da5b150d17e043cb4a0b15358c8b4ec517))
|
16
|
+
|
3
17
|
## [0.31.0](https://github.com/dwilkie/pumi/compare/v0.30.0...v0.31.0) (2025-02-10)
|
4
18
|
|
5
19
|
|
data/data/communes.yml
CHANGED
@@ -1049,7 +1049,7 @@ communes:
|
|
1049
1049
|
en: Commune
|
1050
1050
|
ungegn: Khŭm
|
1051
1051
|
links:
|
1052
|
-
wikipedia: https://en.wikipedia.org/wiki/
|
1052
|
+
wikipedia: https://en.wikipedia.org/wiki/Treas_(Cambodia)
|
1053
1053
|
geodata:
|
1054
1054
|
lat: '13.8899882'
|
1055
1055
|
long: '102.9471226'
|
@@ -4284,7 +4284,7 @@ communes:
|
|
4284
4284
|
- 105.171692
|
4285
4285
|
'031310':
|
4286
4286
|
name:
|
4287
|
-
km:
|
4287
|
+
km: សូរសែន្យ
|
4288
4288
|
latin: Sour Saen
|
4289
4289
|
administrative_unit:
|
4290
4290
|
km: ឃុំ
|
data/data/districts.yml
CHANGED
data/lib/pumi/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: pumi
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.33.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- David Wilkie
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-
|
11
|
+
date: 2025-04-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|