correios-ws 6.0 → 6.1

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- ## Correios-Ws
1
+ ## correios-ws
2
2
 
3
3
  correios-ws uses correios web-services SOAP to calculate shipping.
4
4
 
@@ -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
@@ -1,3 +1,3 @@
1
1
  module Correios
2
- VERSION = "6.0"
2
+ VERSION = "6.1"
3
3
  end
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.0'
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-07-22 00:00:00.000000000 Z
12
+ date: 2012-08-01 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: soap4r