zipcode_ja 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/README.md +6 -2
  2. data/lib/zipcode_ja/version.rb +1 -1
  3. metadata +2 -2
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # ZipcodeJa
2
2
 
3
- TODO: Write a gem description
3
+ ZipcodeJa allows you to convert Japanese zipcode into a region.
4
4
 
5
5
  ## Installation
6
6
 
@@ -18,7 +18,11 @@ Or install it yourself as:
18
18
 
19
19
  ## Usage
20
20
 
21
- TODO: Write usage instructions here
21
+ ##### Convert a zipcode to region info.
22
+
23
+ ```
24
+ '1310045'.to_region #=> ["13107", "131 ", "1310045", "トウキョウト", "スミダク", "オシアゲ", "東京都", "墨田区", "押上", "0", "0", "1", "0", "0", "0"]
25
+ ```
22
26
 
23
27
  ## Contributing
24
28
 
@@ -1,3 +1,3 @@
1
1
  module ZipcodeJa
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: zipcode_ja
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-06-06 00:00:00.000000000 Z
12
+ date: 2013-06-07 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: ZipcodeJa allows you to convert Japanese zipcode into a region.
15
15
  email: