jipcode-address_locator 0.0.1 → 0.0.2
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ff7d724f508557838d4bed4046b14e273c16b799c8f9a057d2f45dfff947d0c2
|
4
|
+
data.tar.gz: 37a2b5adc599fc0dc8eed2795e723eab8a43ded8e0f225503835fe8bc3fe64f3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6d9570d78d16667257237650fe5ccb6fe1625b8f2b41caea7f7398d6bcbe6921b6c008e29fa576bce2ab5c9b532b31bb30358673170a606bbdd79fc3683b9594
|
7
|
+
data.tar.gz: db79b508751d18b87b1d29b820dbaf67d2cb32a730efb7c674c934b93cd856cf04cc27a6014e61637fbbbe85bd5a545692528e75a88cd9f3ce7d14137b37fc68
|
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
@@ -1,3 +1,4 @@
|
|
1
|
+
[![Gem Version](https://badge.fury.io/rb/jipcode-address_locator.svg)](https://badge.fury.io/rb/jipcode-address_locator)
|
1
2
|
[![Build Status](https://travis-ci.com/oieioi/jipcode-address_locator.svg?branch=master)](https://travis-ci.com/oieioi/jipcode-address_locator)
|
2
3
|
|
3
4
|
# Jipcode::AddressLocator
|
data/bin/console
CHANGED
File without changes
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jipcode-address_locator
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- oieioi
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-07-
|
11
|
+
date: 2019-07-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jaro_winkler
|
@@ -127,8 +127,8 @@ files:
|
|
127
127
|
- bin/console
|
128
128
|
- bin/setup
|
129
129
|
- jipcode-address_locator.gemspec
|
130
|
-
- lib/jipcode-address_locator.rb
|
131
130
|
- lib/jipcode/address_locator.rb
|
131
|
+
- lib/jipcode/address_locator/ext_jipcode.rb
|
132
132
|
- lib/jipcode/address_locator/helper.rb
|
133
133
|
- lib/jipcode/address_locator/indexer.rb
|
134
134
|
- lib/jipcode/address_locator/locator.rb
|