jpostcode 0.1.2 → 0.1.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +5 -0
- data/bin/setup +1 -0
- data/lib/jpostcode/version.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f0bb8c8e1733573db65cc46f1e2a98554298214c
|
4
|
+
data.tar.gz: 096f6546614222bfd3d8e3bd4d46ba3e7316ffca
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7c600457e98b3451d21807213579044ec7959c1df37e969f75f690ca546d8fc57c6e1092e5203cca00f49c6bd19f7b04459ce35b9f3af71da4fe23d62070fc2a
|
7
|
+
data.tar.gz: 8b417b22e7ea9ccb029397c49047c0a3eb17df41e333dfa22836d97673bf2705872c2982312a59f6bd3e63337cf7e2326a5d9a195a7b3ae4c1393e0a3c30fd0b
|
data/README.md
CHANGED
@@ -71,6 +71,11 @@ After checking out the repo, run `bin/setup` to install dependencies. Then, run
|
|
71
71
|
|
72
72
|
To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
|
73
73
|
|
74
|
+
### Update Submodule
|
75
|
+
|
76
|
+
This gem depends on `kakipo/jpostcode-data`.
|
77
|
+
After updating `kakipo/jpostcode-data`, run `git submodule foreach git pull origin master` in order to pull the data.
|
78
|
+
|
74
79
|
## Contributing
|
75
80
|
|
76
81
|
Bug reports and pull requests are welcome on GitHub at https://github.com/kakipo/jpostcode-rb.
|
data/bin/setup
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
git submodule update --init --recursive
|
data/lib/jpostcode/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jpostcode
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- kakipo
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-
|
11
|
+
date: 2018-11-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -153,6 +153,7 @@ files:
|
|
153
153
|
- LICENSE.txt
|
154
154
|
- README.md
|
155
155
|
- Rakefile
|
156
|
+
- bin/setup
|
156
157
|
- circle.yml
|
157
158
|
- jpostcode-data/data/json/001.json
|
158
159
|
- jpostcode-data/data/json/002.json
|