brcep 2.1.4 → 2.1.5

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.
Files changed (2) hide show
  1. data/lib/brcep/version.rb +1 -1
  2. metadata +8 -8
data/lib/brcep/version.rb CHANGED
@@ -2,7 +2,7 @@ module BrCep
2
2
  module VERSION #:nodoc:
3
3
  MAJOR = 2
4
4
  MINOR = 1
5
- TINY = 4
5
+ TINY = 5
6
6
 
7
7
  STRING = "#{MAJOR}.#{MINOR}.#{TINY}"
8
8
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: brcep
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.4
4
+ version: 2.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - "Marcos Tapaj\xC3\xB3s"
@@ -12,7 +12,7 @@ autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
14
 
15
- date: 2009-03-04 00:00:00 -03:00
15
+ date: 2009-03-05 00:00:00 -03:00
16
16
  default_executable:
17
17
  dependencies: []
18
18
 
@@ -29,21 +29,21 @@ files:
29
29
  - README
30
30
  - CHANGELOG
31
31
  - MIT-LICENSE
32
- - lib/brcep.rb
33
32
  - lib/brcep
34
33
  - lib/brcep/busca_endereco.rb
35
34
  - lib/brcep/version.rb
36
- - test/test_helper.rb
35
+ - lib/brcep.rb
37
36
  - test/busca_endereco_test.rb
38
37
  - test/mocks
38
+ - test/mocks/zip_04006000_bronze_business.xml
39
+ - test/mocks/zip_20230024_buscar_cep.xml
39
40
  - test/mocks/zip_22640100.xml
40
- - test/mocks/zip_22640100_buscar_cep.xml
41
41
  - test/mocks/zip_22640100_bronze_business.xml
42
- - test/mocks/zip_not_found_buscar_cep.xml
43
- - test/mocks/zip_20230024_buscar_cep.xml
42
+ - test/mocks/zip_22640100_buscar_cep.xml
44
43
  - test/mocks/zip_invalid.xml
45
44
  - test/mocks/zip_not_found_bronze_business.xml
46
- - test/mocks/zip_04006000_bronze_business.xml
45
+ - test/mocks/zip_not_found_buscar_cep.xml
46
+ - test/test_helper.rb
47
47
  has_rdoc: true
48
48
  homepage: http://www.improveit.com.br/software_livre/brazilian_rails
49
49
  post_install_message: