correios_toolkit 0.1.0 → 0.1.1

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: 48cb312a91a8bba19fae4653d1bb6b6476ff3a7d5c4ab66664511e967ba377b9
4
- data.tar.gz: 69f73b4dc4c685689ef26b49a3d968faaeac18381c0b64cae59cdf872b45cc0b
3
+ metadata.gz: 0a3dd587b5253a46e3b37f333ebad30b606e99a020f31d02db9dd52692db96ff
4
+ data.tar.gz: 58bb39b4914c8f6e13996b0a54e84842dff66d0035755d887ef4a63d2f19e4a8
5
5
  SHA512:
6
- metadata.gz: 6fa43e15edce41f9250a634f3434767da8c663d4e88df75f2f22a0bee11ef9abc4333d7bfb25f8748ae5e031105d22d84958a02ad2639bfafb630dd2788cd127
7
- data.tar.gz: 35969cf786c7065cde5d99a2b86e3d8945bee14300670e50d619f5fb7ab1f5c5690f2ca0daead2397f7142c654b27bc8f3494cf2aaa3decfc4e62495268ad88a
6
+ metadata.gz: e5b2e90aa278d42c109d051b4c6503b5c1fad3a39609eb963ef8a2cffec93f807113e7e6d8619e1b11a07e3797774516a33efcf46115885f14a38aa17462598c
7
+ data.tar.gz: 5982d9bfa5f0d0475541c47bfb05d01cd7fb214eead41aadeffedef48d1693390f9b0bfcc43dcb90dccd7983a56819398e45e299a2f205325a8448a30be9b4b7
data/README.md CHANGED
@@ -12,9 +12,9 @@ aims to create an abstraction layer that facilitates the communication and consu
12
12
  provided from ruby applications.
13
13
 
14
14
  ## Requirements
15
- Ruby 2.0 and newer are supported. Alternative interpreters compatible with 2.0+ should work as well.
15
+ Ruby 2.3 and newer are supported. Alternative interpreters compatible with 2.3+ should work as well.
16
16
 
17
- Earlier Ruby versions such as 1.8.7, 1.9.2, and 1.9.3 were not tested, don't have any official support,
17
+ Earlier Ruby versions such as 1.8.7, 1.9.2, 1.9.3 and 2.0 were not tested, don't have any official support,
18
18
  and will not receive features and/or security updates.
19
19
 
20
20
  The _correios_toolkit_ gem depends on these other gems for usage at runtime:
@@ -49,9 +49,9 @@ CorreiosToolkit.consulta_cep('01310000')
49
49
  ## Current available services
50
50
  On the following list are the services already available on this gem:
51
51
 
52
- * _ConsultaCEP_
53
- * Get address' information by zip code
54
- * Others are coming soon...
52
+ * **ConsultaCEP**
53
+ * _Get address' information by zip code_
54
+ * **Others are coming soon...**
55
55
 
56
56
  ## Contributing
57
57
  Bug reports and pull requests are welcome on GitHub at https://github.com/diligasi/correios_toolkit. This
@@ -1,3 +1,3 @@
1
1
  module CorreiosToolkit
2
- VERSION = "0.1.0"
2
+ VERSION = '0.1.1'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: correios_toolkit
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Diogo de Lima
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-04-21 00:00:00.000000000 Z
11
+ date: 2020-04-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -52,6 +52,34 @@ dependencies:
52
52
  - - "~>"
53
53
  - !ruby/object:Gem::Version
54
54
  version: '3.9'
55
+ - !ruby/object:Gem::Dependency
56
+ name: activesupport
57
+ requirement: !ruby/object:Gem::Requirement
58
+ requirements:
59
+ - - "~>"
60
+ - !ruby/object:Gem::Version
61
+ version: '6.0'
62
+ type: :runtime
63
+ prerelease: false
64
+ version_requirements: !ruby/object:Gem::Requirement
65
+ requirements:
66
+ - - "~>"
67
+ - !ruby/object:Gem::Version
68
+ version: '6.0'
69
+ - !ruby/object:Gem::Dependency
70
+ name: rest-client
71
+ requirement: !ruby/object:Gem::Requirement
72
+ requirements:
73
+ - - "~>"
74
+ - !ruby/object:Gem::Version
75
+ version: '2.1'
76
+ type: :runtime
77
+ prerelease: false
78
+ version_requirements: !ruby/object:Gem::Requirement
79
+ requirements:
80
+ - - "~>"
81
+ - !ruby/object:Gem::Version
82
+ version: '2.1'
55
83
  description: |2
56
84
  The Correios do Brasil (brazilian post office service) makes available, free of charge, to
57
85
  customers with or without a contract, a set of services accessible via a SOAP Web service
@@ -63,7 +91,8 @@ email:
63
91
  - diligasi@gmail.com
64
92
  executables: []
65
93
  extensions: []
66
- extra_rdoc_files: []
94
+ extra_rdoc_files:
95
+ - README.md
67
96
  files:
68
97
  - CODE_OF_CONDUCT.md
69
98
  - README.md
@@ -88,7 +117,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
88
117
  requirements:
89
118
  - - ">="
90
119
  - !ruby/object:Gem::Version
91
- version: '0'
120
+ version: '2.3'
92
121
  required_rubygems_version: !ruby/object:Gem::Requirement
93
122
  requirements:
94
123
  - - ">="