open_jp_reverse_geocoder 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f8fecb38113359a1616a27146af877795249de754261c441483f7fe6e2af56fb
4
- data.tar.gz: 24827dadd785a0995958a944a5ae9f7657b4bfc30768e2529018d9b9e39f9176
3
+ metadata.gz: c95eb7fab85ff6902edffa12ecaa51859e3087640b3ba7f48fe4375b83feebc2
4
+ data.tar.gz: '03197c532ea6ad814341194005b5979d656b26e6c0dd8a1fd7a451ea037428b4'
5
5
  SHA512:
6
- metadata.gz: 141aa69fa379a4ab5816a6ee01f1cb4351dd5526ab18b6ac04975b01be37c3d15d47f578cce00675ad26f6fef37b60b6f677c09212d5d55943f824c0752f0f90
7
- data.tar.gz: 04b121d31ff1a2445ca90a97b8c001afa87bf393861d992fac206ddd73134595a30d1a396ba6e8248c9307049543b0aae52f37a29643ad5d8164bee02e468087
6
+ metadata.gz: f56d020f26b1034789ce0bf7ba1240b0108b28668807c159eb7709b0ac15dfc4b2dff72caeb5173d2d26d26606886bd714ffdbfa726e521b1f353a04349cd894
7
+ data.tar.gz: f2085569e0f5899a4f4e43020994a34717b682c05d4f7151c5c5cdf28a6bf04f0b14272f05d416a11aa2cd9fdd573dea295f7e81df177d38f4cbd87c67c16298
data/CODE_OF_CONDUCT.md CHANGED
@@ -55,7 +55,7 @@ further defined and clarified by project maintainers.
55
55
  ## Enforcement
56
56
 
57
57
  Instances of abusive, harassing, or otherwise unacceptable behavior may be
58
- reported by contacting the project team at 72059651+HirakuEndo@users.noreply.github.com. All
58
+ reported by contacting the project team at 72059651+0Cuopen@users.noreply.github.com. All
59
59
  complaints will be reviewed and investigated and will result in a response that
60
60
  is deemed necessary and appropriate to the circumstances. The project team is
61
61
  obligated to maintain confidentiality with regard to the reporter of an incident.
data/LICENSE.txt CHANGED
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2021 HirakuEndo
3
+ Copyright (c) 2021 0Cuopen
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
@@ -1,3 +1,3 @@
1
1
  module OpenJpReverseGeocoder
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
@@ -6,12 +6,12 @@ require "open_jp_reverse_geocoder/version"
6
6
  Gem::Specification.new do |spec|
7
7
  spec.name = "open_jp_reverse_geocoder"
8
8
  spec.version = OpenJpReverseGeocoder::VERSION
9
- spec.authors = ["HirakuEndo"]
10
- spec.email = ["72059651+HirakuEndo@users.noreply.github.com"]
9
+ spec.authors = ["0Cuopen"]
10
+ spec.email = ["72059651+0Cuopen@users.noreply.github.com"]
11
11
 
12
12
  spec.summary = %q{this is japanese reverse geocoder.}
13
13
  spec.description = %q{answer the address from latitude and longitude.}
14
- spec.homepage = "https://github.com/HirakuEndo/open_jp_reverse_geocoder"
14
+ spec.homepage = "https://github.com/0Cuopen/open_jp_reverse_geocoder"
15
15
  spec.license = "MIT"
16
16
 
17
17
  # Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: open_jp_reverse_geocoder
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
- - HirakuEndo
7
+ - 0Cuopen
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-07-22 00:00:00.000000000 Z
11
+ date: 2021-07-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -54,7 +54,7 @@ dependencies:
54
54
  version: '3.0'
55
55
  description: answer the address from latitude and longitude.
56
56
  email:
57
- - 72059651+HirakuEndo@users.noreply.github.com
57
+ - 72059651+0Cuopen@users.noreply.github.com
58
58
  executables: []
59
59
  extensions: []
60
60
  extra_rdoc_files: []
@@ -73,7 +73,7 @@ files:
73
73
  - lib/open_jp_reverse_geocoder.rb
74
74
  - lib/open_jp_reverse_geocoder/version.rb
75
75
  - open_jp_reverse_geocoder.gemspec
76
- homepage: https://github.com/HirakuEndo/open_jp_reverse_geocoder
76
+ homepage: https://github.com/0Cuopen/open_jp_reverse_geocoder
77
77
  licenses:
78
78
  - MIT
79
79
  metadata: {}