jpostcode 0.1.2 → 0.1.3

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: ea57726f3ef06d0b05eed237a124d487ebfb61ca
4
- data.tar.gz: d56b56e991e10133a290a8205d32b09c5429e7d8
3
+ metadata.gz: f0bb8c8e1733573db65cc46f1e2a98554298214c
4
+ data.tar.gz: 096f6546614222bfd3d8e3bd4d46ba3e7316ffca
5
5
  SHA512:
6
- metadata.gz: 41234e0d890098c953ede2ac1dd1783629e44cdcd1dc0840c39b489138939aea89fbdac2cffc03e64de0a1e64af8c92ed655266d63e4dee3f39a0352641b0e9e
7
- data.tar.gz: 1d6345d749872da802b5940634705707f6c9fd382bcbc2ed4eedec5463e0ed22bebfde24c3ff694d5f4a4d2a13e5b124dd1a2dbdc3df07464f64d4b42996e5c9
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
@@ -1,4 +1,4 @@
1
1
  # frozen_string_literal: true
2
2
  module Jpostcode
3
- VERSION = '0.1.2'
3
+ VERSION = '0.1.3'
4
4
  end
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.2
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-10-12 00:00:00.000000000 Z
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