prefecture_jp 0.1.0 → 0.1.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
  SHA1:
3
- metadata.gz: 50b1a6491a64d2f9d73907342547ad255b9a60c1
4
- data.tar.gz: d4d8425838960eed2fd839aebea74ab9fc63a06f
3
+ metadata.gz: 90481314e0cf730d68bedc9c5dca533df9cc81e9
4
+ data.tar.gz: 66577ddf1f153ba54b1dca86d241b0e440f96f90
5
5
  SHA512:
6
- metadata.gz: caf173b9ad1d1dd27685093dfd45c075dda20d321163421961d47c3c18bb6ab3b6cc387232cbd47751e0351896d5a8b718c44609fece4150ebdcc77e74ad4409
7
- data.tar.gz: bec5c3f17b56bb40583ae0aa49c90844c857636b4fb6a951c3358fd8e9d68144ecaec04242bf955d9865e8118f92712d8b5a2ec173ea6d4b87700c5a10f8ff2c
6
+ metadata.gz: e762cb7ba95ec90282dc085a38c55ccafd55dab4a625348fbdcfdc96c4be68177e9d9e1fceada4a9f6aa7832f7858977277e7347dbbc1d64269cb6278533cca4
7
+ data.tar.gz: 800633b569ea392e420c46b619c30bd451a0a422ac7a0cc53bc64f69485daa0b4f542d5539e636a690bd3351ad6597395f0237d74ed8ef61321d2894ad5d186a
data/README.md CHANGED
@@ -1,6 +1,8 @@
1
1
  # PrefectureJp
2
2
 
3
- A source for data about Japanese prefecture.
3
+ [![Gem Version](https://badge.fury.io/rb/prefecture_jp.svg)](https://badge.fury.io/rb/prefecture_jp)
4
+
5
+ A source for data about Japanese prefectures.
4
6
  Area and population are from [here](http://www.e-stat.go.jp/SG1/estat/GL08020103.do?_toGL08020103_&tclassID=000001068779&cycleCode=0&requestSender=search).
5
7
 
6
8
  ## Installation
@@ -21,7 +23,7 @@ Or install it yourself as:
21
23
 
22
24
  ## Usage
23
25
 
24
- #### Jpanese prefecture
26
+ #### Japanese prefectures
25
27
 
26
28
  List all prefectures.
27
29
 
@@ -50,6 +52,7 @@ kyushu = PrefectureJp::Prefecture.kyushu
50
52
  ```
51
53
 
52
54
  Find a specific prefecture.
55
+
53
56
  ```ruby
54
57
  tokyo = PrefectureJp::Prefecture.find_by_prefecture_code(13)
55
58
 
@@ -731,7 +731,7 @@
731
731
  "capital_en" : "Kochi",
732
732
  "first_name_governor" : "正直",
733
733
  "first_name_governor_en" : "Masanao",
734
- "last_name_governor" : "正直",
734
+ "last_name_governor" : "尾﨑",
735
735
  "last_name_governor_en" : "Ozaki",
736
736
  "Area" : 7103.91,
737
737
  "Population" : {
@@ -1,3 +1,3 @@
1
1
  module PrefectureJp
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
@@ -9,8 +9,8 @@ Gem::Specification.new do |spec|
9
9
  spec.authors = ["Ko Kumagai"]
10
10
  spec.email = ["ko.kumagai.ko@gmail.com"]
11
11
 
12
- spec.summary = %q{A source for data about Jpanese prefecture.}
13
- spec.description = %q{A source for data about Jpanese prefecture.}
12
+ spec.summary = %q{A source for data about Jpanese prefectures.}
13
+ spec.description = %q{A source for data about Jpanese prefectures.}
14
14
  spec.homepage = "https://github.com/KoKumagai/prefecture_jp"
15
15
  spec.license = "MIT"
16
16
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: prefecture_jp
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
7
  - Ko Kumagai
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-05-13 00:00:00.000000000 Z
11
+ date: 2016-07-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -66,7 +66,7 @@ dependencies:
66
66
  - - "~>"
67
67
  - !ruby/object:Gem::Version
68
68
  version: 1.8.3
69
- description: A source for data about Jpanese prefecture.
69
+ description: A source for data about Jpanese prefectures.
70
70
  email:
71
71
  - ko.kumagai.ko@gmail.com
72
72
  executables: []
@@ -111,5 +111,5 @@ rubyforge_project:
111
111
  rubygems_version: 2.5.1
112
112
  signing_key:
113
113
  specification_version: 4
114
- summary: A source for data about Jpanese prefecture.
114
+ summary: A source for data about Jpanese prefectures.
115
115
  test_files: []