afipws 1.3.1 → 1.3.2

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
- SHA1:
3
- metadata.gz: a7dec54b94e08d4b72c28b6a2167f05f8a440b7a
4
- data.tar.gz: d1bc809d14736f51baf59acc9f3d511a8d117b5e
2
+ SHA256:
3
+ metadata.gz: 010fac0fb543b010564f089fc4625d0b45d7c7d5f81b713832e0765bc7620cdf
4
+ data.tar.gz: acaa441393cd79fcbaac477d1c806e97988a93e3aef64fa9018693bff172b5c7
5
5
  SHA512:
6
- metadata.gz: 7562aa9ed71ad320ff060ce781d4ea7e311b17d787588395905985caec8e869aa237aabfd932fee7106ec3cbce6465851cf7999f91ee1de56f2cf8da71f49764
7
- data.tar.gz: 630d69e50358f5804a98c519ffa90925c9cbd98f34746e4a77e07e47ceb0dab6101d528f9bde099cc7fdd7315a2bcd2da98e3e6b54b248739d060c3c50808427
6
+ metadata.gz: 71cc61d3c240a9832897bc0ee397679cd4c9b0d0867e83c2a7c7e9832c88a144dff0170b9ba7b17a3825e2a7233fec72f93e6badfee6a6ca69269326877448da
7
+ data.tar.gz: fc5af32704571cfca4fda6ec345e4fc9d9237f7a00ac65a568f6116a1f09b15482f6af0c7fc5a6b845cf0eeb960c5eef60f92f836334cb49e79b0744e2191ca6
@@ -1 +1 @@
1
- 2.3.1
1
+ 2.5.0
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- afipws (1.3.1)
4
+ afipws (1.3.2)
5
5
  activesupport
6
6
  builder
7
7
  nokogiri
@@ -10,19 +10,20 @@ PATH
10
10
  GEM
11
11
  remote: http://rubygems.org/
12
12
  specs:
13
- activesupport (5.2.3)
13
+ activesupport (6.0.3.1)
14
14
  concurrent-ruby (~> 1.0, >= 1.0.2)
15
15
  i18n (>= 0.7, < 2)
16
16
  minitest (~> 5.1)
17
17
  tzinfo (~> 1.1)
18
+ zeitwerk (~> 2.2, >= 2.2.2)
18
19
  akami (1.3.1)
19
20
  gyoku (>= 0.4.0)
20
21
  nokogiri
21
22
  ast (2.4.0)
22
- builder (3.2.3)
23
+ builder (3.2.4)
23
24
  byebug (11.0.1)
24
25
  coderay (1.1.2)
25
- concurrent-ruby (1.1.5)
26
+ concurrent-ruby (1.1.6)
26
27
  diff-lcs (1.3)
27
28
  ffi (1.9.25)
28
29
  formatador (0.2.5)
@@ -45,7 +46,7 @@ GEM
45
46
  httpi (2.4.4)
46
47
  rack
47
48
  socksify
48
- i18n (1.6.0)
49
+ i18n (1.8.2)
49
50
  concurrent-ruby (~> 1.0)
50
51
  jaro_winkler (1.5.1)
51
52
  listen (3.1.5)
@@ -55,11 +56,11 @@ GEM
55
56
  lumberjack (1.0.13)
56
57
  method_source (0.9.0)
57
58
  mini_portile2 (2.4.0)
58
- minitest (5.11.3)
59
+ minitest (5.14.1)
59
60
  mocha (0.9.10)
60
61
  rake
61
62
  nenv (0.3.0)
62
- nokogiri (1.10.8)
63
+ nokogiri (1.10.9)
63
64
  mini_portile2 (~> 2.4.0)
64
65
  nori (2.6.0)
65
66
  notiffany (0.1.1)
@@ -75,7 +76,7 @@ GEM
75
76
  pry-byebug (3.7.0)
76
77
  byebug (~> 11.0)
77
78
  pry (~> 0.10)
78
- rack (2.0.8)
79
+ rack (2.2.3)
79
80
  rainbow (3.0.0)
80
81
  rake (13.0.1)
81
82
  rb-fsevent (0.10.3)
@@ -116,12 +117,13 @@ GEM
116
117
  socksify (1.7.1)
117
118
  thor (0.20.0)
118
119
  thread_safe (0.3.6)
119
- tzinfo (1.2.5)
120
+ tzinfo (1.2.7)
120
121
  thread_safe (~> 0.1)
121
122
  unicode-display_width (1.4.0)
122
123
  wasabi (3.5.0)
123
124
  httpi (~> 2.0)
124
125
  nokogiri (>= 1.4.2)
126
+ zeitwerk (2.3.0)
125
127
 
126
128
  PLATFORMS
127
129
  ruby
@@ -1,7 +1,7 @@
1
1
  module Afipws
2
2
  class Client
3
3
  def initialize savon_options
4
- @client = Savon.client savon_options.reverse_merge(soap_version: 2, ssl_version: :TLSv1)
4
+ @client = Savon.client savon_options.reverse_merge(soap_version: 2, ssl_version: :TLSv1_2)
5
5
  end
6
6
 
7
7
  def request action, body = nil
@@ -1,3 +1,3 @@
1
1
  module Afipws
2
- VERSION = '1.3.1'
2
+ VERSION = '1.3.2'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: afipws
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.1
4
+ version: 1.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Emmanuel Nicolau
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-04-24 00:00:00.000000000 Z
11
+ date: 2020-07-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rspec
@@ -271,7 +271,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
271
271
  version: '0'
272
272
  requirements: []
273
273
  rubyforge_project: afipws
274
- rubygems_version: 2.5.2
274
+ rubygems_version: 2.7.3
275
275
  signing_key:
276
276
  specification_version: 4
277
277
  summary: Ruby client para los web services de la AFIP