thai_geodata 0.2.0 → 0.2.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 +4 -4
- data/lib/thai_geodata/version.rb +1 -1
- data/thai_geodata.gemspec +5 -3
- metadata +6 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a9a8263021e1dc2a4c6f329638cf8a4ffe48c4a6d3013b21aa63f943b346dfd1
|
|
4
|
+
data.tar.gz: '09c46f0d5bc7ee7fcc4caea9cb0fe0e23a0b77f968bb8519a487241f7c0c6fb6'
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 59e5349ea8e774303984743e9a02b5eff1ee3313586737fb4b209b0c3f56b81d9c20b7a6cee8580029a7571246cbacbf7f1e8e044076d20b63f667b67a95f1ab
|
|
7
|
+
data.tar.gz: 8652400eb84543b888e4760b553476f243ac6b413d2eacbacd23940ff0ccaa957b6a8ae147548862d8dfbda19b87593e3b64e147eaf3471aff6dd42d9090e2f4
|
data/lib/thai_geodata/version.rb
CHANGED
data/thai_geodata.gemspec
CHANGED
|
@@ -10,10 +10,12 @@ Gem::Specification.new do |s|
|
|
|
10
10
|
s.version = ThaiGeodata::VERSION
|
|
11
11
|
s.summary = 'Thailand geography data: provinces, districts, subdistricts, postal codes'
|
|
12
12
|
s.description = 'A Ruby gem wrapping the MIT-licensed Thailand Geography JSON dataset, with lookup helpers.'
|
|
13
|
-
s.authors = ['
|
|
14
|
-
s.email = ['
|
|
13
|
+
s.authors = ['Chayut Orapinpatipat']
|
|
14
|
+
s.email = ['chayut_o@hotmail.com']
|
|
15
15
|
s.files = Dir.chdir(__dir__) { `git ls-files -z`.split("\x0") }
|
|
16
|
-
s.homepage = 'https://github.com/
|
|
16
|
+
s.homepage = 'https://github.com/chayuto/thai_geodata'
|
|
17
|
+
s.metadata ||= {}
|
|
18
|
+
s.metadata['documentation_uri'] = 'https://github.com/chayuto/thai_geodata#readme'
|
|
17
19
|
s.license = 'MIT'
|
|
18
20
|
|
|
19
21
|
s.required_ruby_version = '>= 2.7'
|
metadata
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: thai_geodata
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
|
-
-
|
|
7
|
+
- Chayut Orapinpatipat
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
@@ -27,7 +27,7 @@ dependencies:
|
|
|
27
27
|
description: A Ruby gem wrapping the MIT-licensed Thailand Geography JSON dataset,
|
|
28
28
|
with lookup helpers.
|
|
29
29
|
email:
|
|
30
|
-
-
|
|
30
|
+
- chayut_o@hotmail.com
|
|
31
31
|
executables: []
|
|
32
32
|
extensions: []
|
|
33
33
|
extra_rdoc_files: []
|
|
@@ -45,10 +45,11 @@ files:
|
|
|
45
45
|
- lib/thai_geodata/version.rb
|
|
46
46
|
- test/test_thai_geodata.rb
|
|
47
47
|
- thai_geodata.gemspec
|
|
48
|
-
homepage: https://github.com/
|
|
48
|
+
homepage: https://github.com/chayuto/thai_geodata
|
|
49
49
|
licenses:
|
|
50
50
|
- MIT
|
|
51
|
-
metadata:
|
|
51
|
+
metadata:
|
|
52
|
+
documentation_uri: https://github.com/chayuto/thai_geodata#readme
|
|
52
53
|
post_install_message:
|
|
53
54
|
rdoc_options: []
|
|
54
55
|
require_paths:
|