via_cep 0.2.1 → 0.2.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
  SHA1:
3
- metadata.gz: 28ae07ae24ba0766a1ebb411a759ba179d4efbfa
4
- data.tar.gz: 42dda2251888df5160c8ac65bc31dced889d8da5
3
+ metadata.gz: 6e1dc00866f51e1cbbd2f57373d807b9357f6ec0
4
+ data.tar.gz: c47a8cb976b3015985af14ba2f9ff04aa1eebf5d
5
5
  SHA512:
6
- metadata.gz: 29567bac66005ab75b5ad35be22282b4f6e7259e7ec78f45bb60db846dd09669bd74bffb95248b6d2aafac86a1d682d2e5ef4e46c40e3c08985b3577c8c05080
7
- data.tar.gz: 11a604452e5e61db02dbfcda264504c93762a246e1d480938b0b637e880dbb440e9febc6d5c4c0636c7dc0db5c8f9f2262604ca662a212be9845f9e53d2657b8
6
+ metadata.gz: 741d6e79f8422f0c9f1b45e108a023ba203c3586c212b22672431b8b29772d658732a8af96114945b58a4a39dd8da3ebd66cd55dc1d6e6c42759012531633203
7
+ data.tar.gz: bccf709d95d3dccd96021f73fa7b6f1dc68a81312dc81daceaadc1f1eead0698041e0aa7a27ce87edb2e6ecec00ebda1cbf21a1a8c6d6a77ca7224a8b56790fd
@@ -1,5 +1,4 @@
1
1
  require 'via_cep/version'
2
2
  require 'via_cep/methods'
3
- require 'via_cep/format'
4
3
  require 'via_cep/address'
5
4
  require 'httparty'
@@ -1,3 +1,3 @@
1
1
  module ViaCep
2
- VERSION = '0.2.1'
2
+ VERSION = '0.2.2'
3
3
  end
@@ -8,7 +8,7 @@ Gem::Specification.new do |s|
8
8
  s.version = ViaCep::VERSION
9
9
  s.authors = ["Marcelo Barreto"]
10
10
  s.email = ["marcelobarretojunior@gmail.com"]
11
- s.summary = %q{Get brazillian zip-code information}
11
+ s.summary = %q{Brazillian zip-code information}
12
12
  s.homepage = "http://www.github.com/marcelobarreto/via_cep"
13
13
  s.license = "MIT"
14
14
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: via_cep
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marcelo Barreto
@@ -140,5 +140,5 @@ rubyforge_project:
140
140
  rubygems_version: 2.4.8
141
141
  signing_key:
142
142
  specification_version: 4
143
- summary: Get brazillian zip-code information
143
+ summary: Brazillian zip-code information
144
144
  test_files: []