Afip 0.3.1 → 0.3.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7ad6e3b7e1309ccfa7507b5c5395b8c0d0175be9
4
- data.tar.gz: 2213ff8e7d2ce4d7a01fa3e7e0760f9cf515cae0
3
+ metadata.gz: f0f89e130b1df497237cb94ee8af1d2edc197664
4
+ data.tar.gz: 7e6d57bbc6c9d317a84028a3678b439be99ba4fb
5
5
  SHA512:
6
- metadata.gz: 29a1dd2992dccd22fc6c7003333d1347dab0c505a4511d23926a2ac9e13fc3a94b86fdf168b6f4d144ee06714d1411ed2a4ea1b95e4b1a43b6f6074b2c049632
7
- data.tar.gz: 62ed82b730b767c0f2efbaf8b8a6a6695a9c40ab3478eaafdc306dab6a0982af6fc3ddbbf21b714712034907bdfd3402ae108fa9cfcd8ac2126ec3999cab12af
6
+ metadata.gz: bae4b25f4671b4cfd22aaf5733ca4840a3b10917370ec103e96bfc3beaf110c84e78ee18e68a36a6946c61ef9dc66d7c17887a5760e6242eecc5d89169a0f60c
7
+ data.tar.gz: 38f50a6fbc39ecc8aa8040632b50f3e91aadbf868e0829b45a2e546125925cd6b0fc33cccc8b14fbf919c725f702d7dae897b4b6d078dc58bf63e769a49438d5
data/.DS_Store CHANGED
Binary file
@@ -40,6 +40,8 @@ module Afip
40
40
  { 'Token' => Afip::TOKEN, 'Sign' => Afip::SIGN, 'Cuit' => Afip.cuit }
41
41
  when "ws_sr_padron_a4"
42
42
  { 'token' => Afip::TOKEN, 'sign' => Afip::SIGN, 'cuitRepresentado' => Afip.cuit }
43
+ when "wsctg"
44
+ { 'token' => Afip::TOKEN, 'sign' => Afip::SIGN, 'cuitRepresentado' => Afip.cuit }
43
45
  end
44
46
  end
45
47
 
@@ -47,7 +49,7 @@ module Afip
47
49
  # @return [String]
48
50
  #
49
51
  def wsaa_url
50
- pp Afip::URLS[environment][:wsaa]
52
+ Afip::URLS[environment][:wsaa]
51
53
  end
52
54
 
53
55
  # Returns the right wsfe url for the specific environment
data/lib/Afip/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Afip
2
- VERSION = "0.3.1"
2
+ VERSION = "0.3.3"
3
3
  end
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.1
4
+ version: 0.3.3
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-24 00:00:00.000000000 Z
11
+ date: 2018-08-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: savon