Afip 0.3.7 → 0.3.8
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/Gemfile.lock +1 -1
- data/lib/Afip/auth_data.rb +2 -2
- data/lib/Afip/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 14339a7526709b0500e6a277f2eaf1efff9705cd
|
|
4
|
+
data.tar.gz: dc8acd86308ba3d67470ce6cc5d39a4ae271d92c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c221ade9aea0b0e4970f9d6739bb4fa630003c4b852994dce97e92518e83c663cffb5e652389ec32f6a4407c63931d734d86f67eb74453833629864db396099e
|
|
7
|
+
data.tar.gz: 8d2ffe0f90184c1377bc5fd94a4bcb07bb32751c98ea98d78bbbd58721eb6b1d89cc8e090969ebe7e28718c4df9b0ed59446da1f3e9dcf3c1b3279e838b455c3
|
data/Gemfile.lock
CHANGED
data/lib/Afip/auth_data.rb
CHANGED
|
@@ -49,7 +49,7 @@ module Afip
|
|
|
49
49
|
# @return [String]
|
|
50
50
|
#
|
|
51
51
|
def wsaa_url
|
|
52
|
-
Afip::URLS[environment][:wsaa]
|
|
52
|
+
Afip::URLS[Afip.environment][:wsaa]
|
|
53
53
|
end
|
|
54
54
|
|
|
55
55
|
# Returns the right wsfe url for the specific environment
|
|
@@ -57,7 +57,7 @@ module Afip
|
|
|
57
57
|
#
|
|
58
58
|
def wsfe_url
|
|
59
59
|
raise 'Environment not sent to either :test or :production' unless Afip::URLS.keys.include? environment
|
|
60
|
-
Afip::URLS[environment][:wsfe]
|
|
60
|
+
Afip::URLS[Afip.environment][:wsfe]
|
|
61
61
|
end
|
|
62
62
|
|
|
63
63
|
# Creates the data file name for a cuit number and the current day
|
data/lib/Afip/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: Afip
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.
|
|
4
|
+
version: 0.3.8
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Facundo A. Díaz Martínez
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-08-
|
|
11
|
+
date: 2018-08-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: savon
|