pumi 0.16.0 → 0.17.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.github/dependabot.yml +10 -0
- data/.github/workflows/dependabot-auto-merge.yml +17 -0
- data/.github/workflows/update_data.yml +2 -2
- data/.tool-versions +1 -1
- data/CHANGELOG.md +7 -0
- data/data/villages.yml +16 -0
- data/lib/pumi/version.rb +1 -1
- metadata +5 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5292b35d55909c67cc984178dd4d4f28a7a6054cb45148f62dcdfbdf171d1ad9
|
4
|
+
data.tar.gz: 851e4eb11c886a7f4637063503234aa53e7229a7e0b834cac3dc56fcfc846a95
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7ce650a6a5a791a68d28ec26946bd6c8518fecbe9f7b3bdb1b1920cb4aec8a32fdf5ea947232d150a03d17bf55197ad6c147fc916e3a1516bfb710f2f90eec72
|
7
|
+
data.tar.gz: af3ec2635388df2890b5b81f517b66c9af96b0a86d85b8bbca5638696faf4630a28b396cd86bfe0bf8852e704e8c23dc6080c787a1e0c2216e68244dc52c0cb0
|
@@ -0,0 +1,17 @@
|
|
1
|
+
name: Dependabot auto-merge
|
2
|
+
on: pull_request
|
3
|
+
|
4
|
+
permissions:
|
5
|
+
contents: write
|
6
|
+
pull-requests: write
|
7
|
+
|
8
|
+
jobs:
|
9
|
+
dependabot:
|
10
|
+
runs-on: ubuntu-latest
|
11
|
+
if: ${{ github.actor == 'dependabot[bot]' }}
|
12
|
+
steps:
|
13
|
+
- name: Enable auto-merge for Dependabot PRs
|
14
|
+
run: gh pr merge --auto --merge "$PR_URL"
|
15
|
+
env:
|
16
|
+
PR_URL: ${{github.event.pull_request.html_url}}
|
17
|
+
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
|
@@ -23,7 +23,7 @@ jobs:
|
|
23
23
|
run: ./bin/parse_data
|
24
24
|
|
25
25
|
- name: Create Pull Request
|
26
|
-
uses: peter-evans/create-pull-request@
|
26
|
+
uses: peter-evans/create-pull-request@v5
|
27
27
|
with:
|
28
28
|
token: ${{ secrets.REPO_TOKEN }}
|
29
29
|
commit-message: "feat: Update data"
|
@@ -32,7 +32,7 @@ jobs:
|
|
32
32
|
base: "master"
|
33
33
|
|
34
34
|
- name: Upload Data
|
35
|
-
uses: actions/upload-artifact@
|
35
|
+
uses: actions/upload-artifact@v3
|
36
36
|
with:
|
37
37
|
name: data_files
|
38
38
|
path: tmp
|
data/.tool-versions
CHANGED
@@ -1,2 +1,2 @@
|
|
1
|
-
ruby 3.2.
|
1
|
+
ruby 3.2.2
|
2
2
|
nodejs 18.15.0
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,12 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
## [0.17.0](https://github.com/dwilkie/pumi/compare/v0.16.0...v0.17.0) (2023-05-26)
|
4
|
+
|
5
|
+
|
6
|
+
### Features
|
7
|
+
|
8
|
+
* Update data ([#47](https://github.com/dwilkie/pumi/issues/47)) ([68dc668](https://github.com/dwilkie/pumi/commit/68dc668b809ba1259c985b49f503a08f4cfe2a28))
|
9
|
+
|
3
10
|
## [0.16.0](https://github.com/dwilkie/pumi/compare/v0.15.0...v0.16.0) (2023-04-24)
|
4
11
|
|
5
12
|
|
data/data/villages.yml
CHANGED
@@ -53016,6 +53016,22 @@ villages:
|
|
53016
53016
|
km: ភូមិ
|
53017
53017
|
latin: Phum
|
53018
53018
|
en: Village
|
53019
|
+
'08130602':
|
53020
|
+
name:
|
53021
|
+
km: ស្វាយជ្រុំ
|
53022
|
+
latin: Svay Chrum
|
53023
|
+
administrative_unit:
|
53024
|
+
km: ភូមិ
|
53025
|
+
latin: Phum
|
53026
|
+
en: Village
|
53027
|
+
'08130603':
|
53028
|
+
name:
|
53029
|
+
km: បារាជ
|
53030
|
+
latin: Ba Reach
|
53031
|
+
administrative_unit:
|
53032
|
+
km: ភូមិ
|
53033
|
+
latin: Phum
|
53034
|
+
en: Village
|
53019
53035
|
'08130701':
|
53020
53036
|
name:
|
53021
53037
|
km: អរិយក្សត្រ
|
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.17.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: 2023-
|
11
|
+
date: 2023-05-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -230,7 +230,9 @@ files:
|
|
230
230
|
- ".github/actions/fetch_data/Dockerfile"
|
231
231
|
- ".github/actions/fetch_data/action.yml"
|
232
232
|
- ".github/actions/fetch_data/entrypoint.sh"
|
233
|
+
- ".github/dependabot.yml"
|
233
234
|
- ".github/workflows/build.yml"
|
235
|
+
- ".github/workflows/dependabot-auto-merge.yml"
|
234
236
|
- ".github/workflows/release.yml"
|
235
237
|
- ".github/workflows/update_data.yml"
|
236
238
|
- ".gitignore"
|
@@ -296,7 +298,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
296
298
|
- !ruby/object:Gem::Version
|
297
299
|
version: '0'
|
298
300
|
requirements: []
|
299
|
-
rubygems_version: 3.4.
|
301
|
+
rubygems_version: 3.4.10
|
300
302
|
signing_key:
|
301
303
|
specification_version: 4
|
302
304
|
summary: Villages (ភូមិ), Communes (ឃុំ - សង្កាត់), Districts (ស្រុក - ខណ្ឌ) and Provinces
|