sigep_web 0.2.6 → 0.2.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ec762bf9835e71b1504c629437e1ad59dbb19f5c
4
- data.tar.gz: 980397275dd4ca2013c2f6e64625e89ab964f844
3
+ metadata.gz: 6af35752c6caa31690a413562092097a0d297ece
4
+ data.tar.gz: d7211e92263a0206c53035673e5dfdc0d6f23b8e
5
5
  SHA512:
6
- metadata.gz: d0ccc3d1a25037b86ffdcc71ed1fcf2ac5aa01d81c8211857c0b4754e81c5ebe108b82837a8007bca3f89a23d451a2ea9d4a74cbc6e2fa4ca79cffcab2abc89c
7
- data.tar.gz: 5d8db055c6927542d857ae33909e1aada01f62d67313c7ef023680a7c272728db4e9bb7dae429011ddcc77de455ba7ac3606681fe1cb6afa854fe1fba0ed4380
6
+ metadata.gz: c47a93123e14f08279c175a45e45fb0c5087f6b816786bd86fd3bc969dc87f792ad37f585d6f0537bf6852f358ca99b12e2e2ade1b5a50536ee4c572ab6520c2
7
+ data.tar.gz: f09ce7c2c1bfb2237f1f9a6dd42a43b44b310e00558fb1a49f9f5d0ff47c8543f8c301888c657f38808bfb1d267528f8e1fe658ac5211f4f45e388176296f4fd
@@ -28,8 +28,8 @@ module SigepWeb
28
28
  xml.correioslog do
29
29
  xml.tipo_arquivo 'Postagem'
30
30
  xml.versao_arquivo '2.3'
31
- plp_xml
32
- receiver_xml
31
+ plp_xml(xml)
32
+ receiver_xml(xml)
33
33
  xml.forma_pagamento @payment_form
34
34
 
35
35
  XML::PostalObject.new(xml, @postal_objects).build_xml
@@ -41,7 +41,7 @@ module SigepWeb
41
41
 
42
42
  private
43
43
 
44
- def plp_xml (xml)
44
+ def plp_xml(xml)
45
45
  xml.plp do
46
46
  xml.id_plp
47
47
  xml.valor_global
@@ -51,7 +51,7 @@ module SigepWeb
51
51
  end
52
52
  end
53
53
 
54
- def receiver_xml (xml)
54
+ def receiver_xml(xml)
55
55
  xml.remetente do
56
56
  xml.numero_contrato @contract_number
57
57
  xml.numero_diretoria @directorship_number
@@ -1,3 +1,3 @@
1
1
  module SigepWeb
2
- VERSION = '0.2.6'
2
+ VERSION = '0.2.6.1'
3
3
  end
data/sigep_web.gemspec CHANGED
@@ -18,11 +18,11 @@ Gem::Specification.new do |spec|
18
18
 
19
19
  # Prevent pushing this gem to RubyGems.org by setting 'allowed_push_host', or
20
20
  # delete this section to allow pushing this gem to any host.
21
- # if spec.respond_to?(:metadata)
22
- # spec.metadata['allowed_push_host'] = "TODO: Set to 'http://mygemserver.com'"
23
- # else
24
- # raise "RubyGems 2.0 or newer is required to protect against public gem pushes."
25
- # end
21
+ # if spec.respond_to?(:metadata)
22
+ # spec.metadata['allowed_push_host'] = "TODO: Set to 'http://mygemserver.com'"
23
+ # else
24
+ # raise "RubyGems 2.0 or newer is required to protect against public gem pushes."
25
+ # end
26
26
 
27
27
  spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
28
28
  spec.bindir = 'exe'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sigep_web
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.6
4
+ version: 0.2.6.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marcelo Perini Veloso\n\n
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-10-25 00:00:00.000000000 Z
11
+ date: 2016-11-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: savon