aranha-parsers 0.26.0 → 0.26.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: 20c45269e86bbe5ebf11d4986dbe6b1560c818e9657beaf184704145c68c1fc6
4
- data.tar.gz: ce36aaa3d663a64638ab7ab1b2d798a1d45aed9303fd55a1af68d9146d84476d
3
+ metadata.gz: fd9986bee48feadb55f67832575054d64f609a9376d57c3abddd407e66c4a68c
4
+ data.tar.gz: b557d94181bfcdf0a972e1dd075d54026074018a3c4418895c76da8653dfc927
5
5
  SHA512:
6
- metadata.gz: dfd71fb1b9a02fbe30115a8074a6addf1eb58f8ef90c39cda1d5523b4b33812886df170c48e0b306d9399715a71e1e3541151713e92ebfa3ec3a34f1d130c13c
7
- data.tar.gz: 0e1972c6e7ef732ea42416a2b40fd397eeff921f64b53e17a6490ac0a76cc0be2f21f71a96a7fafbd622884af545485a20fd100623fd54837ce5fb726d342685
6
+ metadata.gz: 482a325a3280cf4725c111065576f938b853aa62bcad5294b78ae6e76bf452fdc35ad33e594cd8c99fbbd08f26ed8e4d9537c56539bb7d0d40e8a8d574e2acfa
7
+ data.tar.gz: 06b0a6d09865795b42aa64b5b7fe0efc837909b5452f5a888df7c0b0a397fa354309a1e7fc360edb26599abcf1c13565ca803651f187290752fc991cfeed5771
@@ -32,5 +32,5 @@ module Aranha
32
32
  end
33
33
  end
34
34
 
35
- EacRubyUtils.patch(OfxParser::OfxParser, Aranha::Parsers::Patches::OfxParser::OfxParser)
36
- EacRubyUtils.patch(OfxParser::Transaction, Aranha::Parsers::Patches::OfxParser::Transaction)
35
+ EacRubyUtils.patch_module(OfxParser::OfxParser, Aranha::Parsers::Patches::OfxParser::OfxParser)
36
+ EacRubyUtils.patch_module(OfxParser::Transaction, Aranha::Parsers::Patches::OfxParser::Transaction)
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Aranha
4
4
  module Parsers
5
- VERSION = '0.26.0'
5
+ VERSION = '0.26.1'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aranha-parsers
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.26.0
4
+ version: 0.26.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Esquilo Azul Company
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-06-20 00:00:00.000000000 Z
11
+ date: 2025-06-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -85,6 +85,9 @@ dependencies:
85
85
  - - "~>"
86
86
  - !ruby/object:Gem::Version
87
87
  version: '0.128'
88
+ - - ">="
89
+ - !ruby/object:Gem::Version
90
+ version: 0.128.1
88
91
  type: :runtime
89
92
  prerelease: false
90
93
  version_requirements: !ruby/object:Gem::Requirement
@@ -92,6 +95,9 @@ dependencies:
92
95
  - - "~>"
93
96
  - !ruby/object:Gem::Version
94
97
  version: '0.128'
98
+ - - ">="
99
+ - !ruby/object:Gem::Version
100
+ version: 0.128.1
95
101
  - !ruby/object:Gem::Dependency
96
102
  name: nokogiri
97
103
  requirement: !ruby/object:Gem::Requirement