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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 513abc564042f1efe7332f657bc3bfce5906c6d25fe20e91466e51756557b3b4
4
- data.tar.gz: 4a422494d5b2f8f640274a678e480cd5b06912d4e5515561ec3e655bbc7cc2a0
3
+ metadata.gz: a9a8263021e1dc2a4c6f329638cf8a4ffe48c4a6d3013b21aa63f943b346dfd1
4
+ data.tar.gz: '09c46f0d5bc7ee7fcc4caea9cb0fe0e23a0b77f968bb8519a487241f7c0c6fb6'
5
5
  SHA512:
6
- metadata.gz: 011e3ddf709bb3cb7e9857dd8cbbeff216fbbec19e329e0c6b0f31042fd1dba5035e8ed1f3c93a198593122286bad1820b00f7eeead3ffc5ea2edad94d34e8dd
7
- data.tar.gz: 70152d421f491d3fa5536c4a202251e18168cb761876dd0c2e9c88eb0366dfa8ea7994de4bfc3b39fb90dbd932a9f4c22c3d321b587b25e2619e89b19da31275
6
+ metadata.gz: 59e5349ea8e774303984743e9a02b5eff1ee3313586737fb4b209b0c3f56b81d9c20b7a6cee8580029a7571246cbacbf7f1e8e044076d20b63f667b67a95f1ab
7
+ data.tar.gz: 8652400eb84543b888e4760b553476f243ac6b413d2eacbacd23940ff0ccaa957b6a8ae147548862d8dfbda19b87593e3b64e147eaf3471aff6dd42d9090e2f4
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ThaiGeodata
4
- VERSION = '0.2.0'
4
+ VERSION = '0.2.1'
5
5
  end
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 = ['Your Name']
14
- s.email = ['you@example.com']
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/yourusername/thai_geodata'
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.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
- - Your Name
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
- - you@example.com
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/yourusername/thai_geodata
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: