arca.rb 1.1.2 → 1.1.3
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 +4 -4
- data/.github/workflows/ci.yml +2 -0
- data/CHANGELOG.md +6 -0
- data/Gemfile +1 -1
- data/Gemfile.lock +17 -17
- data/arca.gemspec +4 -4
- data/lib/arca/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5763e810428c5bd52b2cce90b2d6104b0a58c0712e3717dc45e50a15c6642958
|
|
4
|
+
data.tar.gz: 9a23b7fab8dfc63f07fa7763a149fe36fc861213116fd0ed0309123f3ca7b17a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7ea46308c5aeee43f3394107d9f038ec000d836a4d14e4c3d4ba579382efaa8b29b16ac3b536c95d6dc18b44299817754027830fa326cd56cee8ec98bff82fb1
|
|
7
|
+
data.tar.gz: '0596e38318b5e54b3e45958c280aa95ee09cd29fcccfb8cc88a1dfd42dfae00bd6dec07dd7e8d1a838734008ccb0790a844de375e0299ccbacb23857dc76ae0c'
|
data/.github/workflows/ci.yml
CHANGED
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# Arca Changelog
|
|
2
2
|
|
|
3
|
+
## [1.1.3] - 2026-07-29
|
|
4
|
+
|
|
5
|
+
- **Seguridad:** Actualización de dependencias con vulnerabilidades conocidas (`nokogiri`, `rack`, `addressable`, `net-imap`, `json`, `concurrent-ruby`, `faraday`, `activesupport`).
|
|
6
|
+
- **Seguridad:** Fuente de gems cambiada a HTTPS (`https://rubygems.org`).
|
|
7
|
+
- **CI:** Permisos explícitos de `GITHUB_TOKEN` con `contents: read` (principio de mínimo privilegio).
|
|
8
|
+
|
|
3
9
|
## [1.1.2] 2025-03-02
|
|
4
10
|
|
|
5
11
|
- **VEConsumer** — Nuevo servicio: Ventanilla Electrónica - Consumir Comunicaciones (`veconsumerws`). Permite consultar y leer comunicaciones enviadas a un contribuyente vía SOAP 1.2.
|
data/Gemfile
CHANGED
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
arca.rb (1.1.
|
|
4
|
+
arca.rb (1.1.3)
|
|
5
5
|
activesupport
|
|
6
6
|
builder
|
|
7
7
|
httpclient
|
|
@@ -9,9 +9,9 @@ PATH
|
|
|
9
9
|
savon (~> 2.15.0)
|
|
10
10
|
|
|
11
11
|
GEM
|
|
12
|
-
remote:
|
|
12
|
+
remote: https://rubygems.org/
|
|
13
13
|
specs:
|
|
14
|
-
activesupport (8.1.2)
|
|
14
|
+
activesupport (8.1.2.1)
|
|
15
15
|
base64
|
|
16
16
|
bigdecimal
|
|
17
17
|
concurrent-ruby (~> 1.0, >= 1.3.1)
|
|
@@ -24,7 +24,7 @@ GEM
|
|
|
24
24
|
securerandom (>= 0.3)
|
|
25
25
|
tzinfo (~> 2.0, >= 2.0.5)
|
|
26
26
|
uri (>= 0.13.1)
|
|
27
|
-
addressable (2.
|
|
27
|
+
addressable (2.9.0)
|
|
28
28
|
public_suffix (>= 2.0.2, < 8.0)
|
|
29
29
|
akami (1.3.3)
|
|
30
30
|
base64
|
|
@@ -32,18 +32,18 @@ GEM
|
|
|
32
32
|
nokogiri
|
|
33
33
|
ast (2.4.3)
|
|
34
34
|
base64 (0.3.0)
|
|
35
|
-
bigdecimal (4.
|
|
35
|
+
bigdecimal (4.1.2)
|
|
36
36
|
builder (3.3.0)
|
|
37
37
|
coderay (1.1.3)
|
|
38
|
-
concurrent-ruby (1.3.
|
|
38
|
+
concurrent-ruby (1.3.8)
|
|
39
39
|
connection_pool (3.0.2)
|
|
40
40
|
date (3.5.1)
|
|
41
41
|
drb (2.2.3)
|
|
42
|
-
faraday (2.14.
|
|
42
|
+
faraday (2.14.3)
|
|
43
43
|
faraday-net_http (>= 2.0, < 3.5)
|
|
44
44
|
json
|
|
45
45
|
logger
|
|
46
|
-
faraday-net_http (3.4.
|
|
46
|
+
faraday-net_http (3.4.4)
|
|
47
47
|
net-http (~> 0.5)
|
|
48
48
|
gyoku (1.4.0)
|
|
49
49
|
builder (>= 2.1.2)
|
|
@@ -55,10 +55,10 @@ GEM
|
|
|
55
55
|
mutex_m
|
|
56
56
|
nkf
|
|
57
57
|
rack (>= 2.0, < 4)
|
|
58
|
-
i18n (1.
|
|
58
|
+
i18n (1.15.2)
|
|
59
59
|
concurrent-ruby (~> 1.0)
|
|
60
60
|
io-console (0.8.2)
|
|
61
|
-
json (2.
|
|
61
|
+
json (2.21.1)
|
|
62
62
|
language_server-protocol (3.17.0.5)
|
|
63
63
|
lint_roller (1.1.0)
|
|
64
64
|
logger (1.7.0)
|
|
@@ -77,7 +77,7 @@ GEM
|
|
|
77
77
|
mutex_m (0.3.0)
|
|
78
78
|
net-http (0.9.1)
|
|
79
79
|
uri (>= 0.11.1)
|
|
80
|
-
net-imap (0.6.
|
|
80
|
+
net-imap (0.6.4.1)
|
|
81
81
|
date
|
|
82
82
|
net-protocol
|
|
83
83
|
net-pop (0.1.2)
|
|
@@ -87,11 +87,11 @@ GEM
|
|
|
87
87
|
net-smtp (0.5.1)
|
|
88
88
|
net-protocol
|
|
89
89
|
nkf (0.2.0)
|
|
90
|
-
nokogiri (1.19.
|
|
90
|
+
nokogiri (1.19.4-aarch64-linux-gnu)
|
|
91
91
|
racc (~> 1.4)
|
|
92
|
-
nokogiri (1.19.
|
|
92
|
+
nokogiri (1.19.4-arm64-darwin)
|
|
93
93
|
racc (~> 1.4)
|
|
94
|
-
nokogiri (1.19.
|
|
94
|
+
nokogiri (1.19.4-x86_64-linux-gnu)
|
|
95
95
|
racc (~> 1.4)
|
|
96
96
|
nori (2.7.1)
|
|
97
97
|
bigdecimal
|
|
@@ -104,9 +104,9 @@ GEM
|
|
|
104
104
|
coderay (~> 1.1)
|
|
105
105
|
method_source (~> 1.0)
|
|
106
106
|
reline (>= 0.6.0)
|
|
107
|
-
public_suffix (7.0.
|
|
107
|
+
public_suffix (7.0.5)
|
|
108
108
|
racc (1.8.1)
|
|
109
|
-
rack (3.2.
|
|
109
|
+
rack (3.2.6)
|
|
110
110
|
rainbow (3.1.1)
|
|
111
111
|
rake (13.3.1)
|
|
112
112
|
regexp_parser (2.11.3)
|
|
@@ -153,7 +153,7 @@ GEM
|
|
|
153
153
|
nori (~> 2.4)
|
|
154
154
|
wasabi (>= 3.7, < 6)
|
|
155
155
|
securerandom (0.4.1)
|
|
156
|
-
timeout (0.6.
|
|
156
|
+
timeout (0.6.1)
|
|
157
157
|
tzinfo (2.0.6)
|
|
158
158
|
concurrent-ruby (~> 1.0)
|
|
159
159
|
unicode-display_width (3.2.0)
|
data/arca.gemspec
CHANGED
|
@@ -8,9 +8,9 @@ Gem::Specification.new do |s|
|
|
|
8
8
|
s.version = Arca::VERSION
|
|
9
9
|
s.platform = Gem::Platform::RUBY
|
|
10
10
|
s.required_ruby_version = '>= 3.3.4'
|
|
11
|
-
s.authors = [ '
|
|
11
|
+
s.authors = [ 'Simon Lev' ]
|
|
12
12
|
s.email = [ 'hola@arcakit.dev' ]
|
|
13
|
-
s.homepage = 'https://
|
|
13
|
+
s.homepage = 'https://github.com/simonlev/arca.rb'
|
|
14
14
|
s.summary = 'Cliente Ruby para webservices de AFIP/ARCA: facturación electrónica, comprobantes y servicios tributarios de Argentina'
|
|
15
15
|
s.description = 'Cliente Ruby para integrar webservices SOAP de ARCA/AFIP en Argentina.'
|
|
16
16
|
s.license = 'MIT'
|
|
@@ -31,10 +31,10 @@ Gem::Specification.new do |s|
|
|
|
31
31
|
s.add_development_dependency 'pry'
|
|
32
32
|
s.add_development_dependency 'rake'
|
|
33
33
|
s.add_development_dependency 'rubocop-rails-omakase'
|
|
34
|
-
|
|
34
|
+
|
|
35
35
|
s.add_dependency 'activesupport'
|
|
36
36
|
s.add_dependency 'builder'
|
|
37
37
|
s.add_dependency 'httpclient'
|
|
38
38
|
s.add_dependency 'nokogiri'
|
|
39
39
|
s.add_dependency 'savon', '~> 2.15.0'
|
|
40
|
-
end
|
|
40
|
+
end
|
data/lib/arca/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: arca.rb
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.1.
|
|
4
|
+
version: 1.1.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
|
-
-
|
|
7
|
+
- Simon Lev
|
|
8
8
|
bindir: bin
|
|
9
9
|
cert_chain: []
|
|
10
10
|
date: 1980-01-02 00:00:00.000000000 Z
|
|
@@ -300,7 +300,7 @@ files:
|
|
|
300
300
|
- test/fixtures/wsrgiva/wsrgiva.wsdl
|
|
301
301
|
- test/support/savon_extensions.rb
|
|
302
302
|
- test/test_helper.rb
|
|
303
|
-
homepage: https://
|
|
303
|
+
homepage: https://github.com/simonlev/arca.rb
|
|
304
304
|
licenses:
|
|
305
305
|
- MIT
|
|
306
306
|
metadata:
|