correios-cep 0.7.0 → 0.7.1

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: 3878236cae342f7c6e62e66a408af063068bbcf5b9afe35e306cc5a571ce8197
4
- data.tar.gz: e7f371280e7ef7461e9d3b63412d7befb9fd9de1134e259385da642c777932ca
3
+ metadata.gz: 60c18b73fd065415c0c648a5f0aead23366874e1b734f92f2a240d094d0c1dbf
4
+ data.tar.gz: c5c9faaf88a41de2a4dd1989d1c4e947093ac86f3a7cb998c0dd72501027d591
5
5
  SHA512:
6
- metadata.gz: a6107533785f9b1b8de191ffdf78a5525bad9da18abc057ee44394102dd6abb1d715265339c6b429eff6693448ed6e5394fa9fbe3141b9c3d6b15bd6931b20af
7
- data.tar.gz: d8aab12e160176bc8f1f5e7796a99aaf2280cafa20e7c44cffaaaf0695192ee855d5c995bffee7be2fe2d27efbc426fcd18b44a4050b7cf61c269c99d97890e5
6
+ metadata.gz: 9ad6717270026f3b563025e0f820fecb880c2223974e20ecda86dfcf22bdc0c58c479b2c3e76d42a65d7c61a975a234ca0259eb37282f68f0876e9780aa9e49a
7
+ data.tar.gz: 334ca5e791300628e2455ab29db86c16aaf5491a2dc526c3ed563c8126c3f4b6a35762f76d79c4a926cdb2bb87f41f4094bbf1009f7e9aa2c62d37280a77910e
@@ -1,6 +1,7 @@
1
1
  | Version | Changes |
2
2
  | ------- | ------- |
3
- | 0.7.0 | Replace Net::HTTP to HTTP gem. [Issue #15](https://github.com/prodis/correios-cep/issues/15); Remove `log-me` gem. |
3
+ | 0.7.1 | Fix uninitialised constant error [Issue #23](https://github.com/prodis/correios-cep/issues/23) |
4
+ | 0.7.0 | Replace Net::HTTP to HTTP gem. [Issue #15](https://github.com/prodis/correios-cep/issues/15); Remove `log-me` gem; Minimal required Ruby version now is 2.2.0. |
4
5
  | 0.6.8 | Fix parsing bug when Correios API omits "complemento" XML node in response. |
5
6
  | 0.6.7 | Update Ox gem version to `2.9`. |
6
7
  | 0.6.6 | Update Ox gem version to `2.8.4`. |
@@ -1,5 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
  require 'correios/cep/config'
3
+ require 'correios/cep/version'
3
4
  require 'correios/cep/address_finder'
4
5
  require 'correios/cep/parser'
5
6
  require 'correios/cep/web_service'
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
  module Correios
3
3
  module CEP
4
- VERSION = '0.7.0'
4
+ VERSION = '0.7.1'
5
5
  end
6
6
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: correios-cep
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.0
4
+ version: 0.7.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Fernando Hamasaki de Amorim
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-11-18 00:00:00.000000000 Z
11
+ date: 2018-11-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ox