pumi 0.16.0 → 0.17.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 775c0dcab5266ef3f25f7d8a0523805999854a332a367fb42df76007b49969ae
4
- data.tar.gz: 3fd66de604016b6b828058b2994c66e45622ea7a772ac118d64193e446c7c2db
3
+ metadata.gz: 5292b35d55909c67cc984178dd4d4f28a7a6054cb45148f62dcdfbdf171d1ad9
4
+ data.tar.gz: 851e4eb11c886a7f4637063503234aa53e7229a7e0b834cac3dc56fcfc846a95
5
5
  SHA512:
6
- metadata.gz: bb33a8fb37d22f5f62d8d78619aae9fb487b2b111d5de7b146cd33f82d87113402245eb702301f0c64fab4cc472bda3cbe72f4f3942b2622d904f452e91d439a
7
- data.tar.gz: bf1c72c9f9e242ed4761e1c8e69019d5ae94081efeb6ad309fa6d71785afc68da260fb2ab13c4cb10e6a4e971498f024d281cd23009feb5a8c6292df22c4d231
6
+ metadata.gz: 7ce650a6a5a791a68d28ec26946bd6c8518fecbe9f7b3bdb1b1920cb4aec8a32fdf5ea947232d150a03d17bf55197ad6c147fc916e3a1516bfb710f2f90eec72
7
+ data.tar.gz: af3ec2635388df2890b5b81f517b66c9af96b0a86d85b8bbca5638696faf4630a28b396cd86bfe0bf8852e704e8c23dc6080c787a1e0c2216e68244dc52c0cb0
@@ -0,0 +1,10 @@
1
+ version: 2
2
+ updates:
3
+ - package-ecosystem: 'bundler'
4
+ directory: '/'
5
+ schedule:
6
+ interval: 'daily'
7
+ - package-ecosystem: "github-actions"
8
+ directory: "/"
9
+ schedule:
10
+ interval: "daily"
@@ -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@v3
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@v2
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.0
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
@@ -1,3 +1,3 @@
1
1
  module Pumi
2
- VERSION = "0.16.0".freeze
2
+ VERSION = "0.17.0".freeze
3
3
  end
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.16.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-04-24 00:00:00.000000000 Z
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.1
301
+ rubygems_version: 3.4.10
300
302
  signing_key:
301
303
  specification_version: 4
302
304
  summary: Villages (ភូមិ), Communes (ឃុំ - សង្កាត់), Districts (ស្រុក - ខណ្ឌ) and Provinces