correios-ws 6.0 → 6.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.
- data/README.md +1 -1
- data/lib/correios-ws.rb +2 -2
- data/lib/correios-ws/version.rb +1 -1
- metadata +2 -2
data/README.md
CHANGED
data/lib/correios-ws.rb
CHANGED
|
@@ -114,7 +114,7 @@ module Correios
|
|
|
114
114
|
FORMATS = { :box => 1, :roll => 2, :envelope => 3 }
|
|
115
115
|
|
|
116
116
|
def initialize
|
|
117
|
-
@peso, @formato, @comprimento, @altura, @largura, @diametro, @valor_declarado, @mao_propria, @aviso_recebimento = '', FORMATS[:box], '', '', '', '', '',
|
|
117
|
+
@peso, @formato, @comprimento, @altura, @largura, @diametro, @valor_declarado, @mao_propria, @aviso_recebimento = '', FORMATS[:box], '', '', '', '', '', false, false
|
|
118
118
|
yield self if block_given?
|
|
119
119
|
end
|
|
120
120
|
end
|
|
@@ -212,4 +212,4 @@ module Correios
|
|
|
212
212
|
results
|
|
213
213
|
end
|
|
214
214
|
end
|
|
215
|
-
end
|
|
215
|
+
end
|
data/lib/correios-ws/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: correios-ws
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: '6.
|
|
4
|
+
version: '6.1'
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2012-
|
|
12
|
+
date: 2012-08-01 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: soap4r
|