jipcode-address_locator 0.0.1 → 0.0.2

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
  SHA256:
3
- metadata.gz: 29133c15968ba53a9a3184f33d98e3758abf44b9ff0e6d17cd2c168e50b6dea4
4
- data.tar.gz: a73ff328a9fb2dbcbee58606f18ecb9a79fceb245f0537500ac2edcf54deeac1
3
+ metadata.gz: ff7d724f508557838d4bed4046b14e273c16b799c8f9a057d2f45dfff947d0c2
4
+ data.tar.gz: 37a2b5adc599fc0dc8eed2795e723eab8a43ded8e0f225503835fe8bc3fe64f3
5
5
  SHA512:
6
- metadata.gz: 74a9c74f430c5e1d03df327f15577e3f3447d3c76c41b994a8101fcfb264c010a3c9bdd8d3949ac7f6a99b81c7eaf729bd20e578c9d9ff63975d3ec5ede21361
7
- data.tar.gz: adfc4b5bbb956dc2d5b866427fcc461ca1c2b5b79ef6e732a27b69a89fee37c94704493b926103ffed07ec00a04ffe102e4cc375d88e38bf834e80d4d617ecf5
6
+ metadata.gz: 6d9570d78d16667257237650fe5ccb6fe1625b8f2b41caea7f7398d6bcbe6921b6c008e29fa576bce2ab5c9b532b31bb30358673170a606bbdd79fc3683b9594
7
+ data.tar.gz: db79b508751d18b87b1d29b820dbaf67d2cb32a730efb7c674c934b93cd856cf04cc27a6014e61637fbbbe85bd5a545692528e75a88cd9f3ce7d14137b37fc68
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- jipcode-address_locator (0.0.1)
4
+ jipcode-address_locator (0.0.2)
5
5
  jaro_winkler (~> 1.5.3)
6
6
  jipcode (~> 1.5.0)
7
7
 
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
@@ -2,7 +2,8 @@
2
2
  # frozen_string_literal: true
3
3
 
4
4
  require 'bundler/setup'
5
- require 'jipcode-address_locator'
5
+ require 'jipcode'
6
+ require 'jipcode/address_locator'
6
7
  require 'byebug'
7
8
 
8
9
  # You can add fixtures and/or initialization code here to make experimenting
@@ -3,6 +3,7 @@
3
3
  require 'jipcode/address_locator/locator'
4
4
  require 'jipcode/address_locator/indexer'
5
5
  require 'jipcode/address_locator/version'
6
+ require 'jipcode/address_locator/ext_jipcode'
6
7
 
7
8
  module Jipcode
8
9
  module AddressLocator
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Jipcode
4
4
  module AddressLocator
5
- VERSION = '0.0.1'
5
+ VERSION = '0.0.2'
6
6
  end
7
7
  end
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.1
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-16 00:00:00.000000000 Z
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