maxipago 0.1.24 → 0.1.25

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: dbd753a43e37132e08306ad050decd3f0a334ae7eae440a3e786235b0f62586b
4
- data.tar.gz: 80bace6fab7c155a755ba9f151af4c0b00c6e2bca217ac19b5dd8e1a4e58e15b
3
+ metadata.gz: 0dc3d1488b65d3e4d6b95a6a6dacc81bc55773352e12081b4174f0d57b7b14d3
4
+ data.tar.gz: a915351dac198c7b4d32c5de4cb42fbb54cd4d8f7049f98cf2f25965b5c18222
5
5
  SHA512:
6
- metadata.gz: 793312f04a53ac198e92b7904eb112daaa41a63574c6704bca46798d1225a0c0dd6a934ec18fed4d0c5eb43c4facfbd397f0d0bd2969e5f485dfe42aa108ba02
7
- data.tar.gz: ecc19ab232b7466a6996fe02b41f54caa2aef826dda98ddaf1a72354552cfb412b41f9ed3223d9ea43c90a359ba606cf384f166a7be1f07a90e84b3363a450c3
6
+ metadata.gz: e771261c5462937024884d2b85043ab24636bff0dd21f22ce6d4146909da653dbc1cd5ba83e7f3a1f5556709a77a1605928211afd3c5537727ac1dffa5b3160e
7
+ data.tar.gz: de8b3ca13f70db4b73af8993c1d6998c6f1b28475f062d3c9f7ff2f97908acc6a8d2dbeefb354c4d1b92e8861817c720b83acc0e6898c999a66eaf34f73e4e19
data/.gitignore CHANGED
File without changes
data/CODE_OF_CONDUCT.md CHANGED
File without changes
data/Gemfile CHANGED
File without changes
data/LICENSE CHANGED
File without changes
data/LICENSE.txt CHANGED
File without changes
data/README.md CHANGED
File without changes
data/Rakefile CHANGED
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
@@ -1,3 +1,3 @@
1
1
  module Maxipago
2
- VERSION = "0.1.24"
2
+ VERSION = "0.1.25"
3
3
  end
File without changes
File without changes
File without changes
@@ -397,6 +397,7 @@ module Maxipago
397
397
  }
398
398
  }
399
399
  end
400
+ puts builder.to_xml(indent: 2)
400
401
  builder.to_xml(indent: 2)
401
402
  end
402
403
 
data/lib/maxipago.rb CHANGED
File without changes
data/maxipago.gemspec CHANGED
File without changes
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: maxipago
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.24
4
+ version: 0.1.25
5
5
  platform: ruby
6
6
  authors:
7
7
  - leotads
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-11-07 00:00:00.000000000 Z
11
+ date: 2019-11-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: nokogiri