blackstack_commons 1.1.34 → 1.1.35

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/functions.rb +3 -2
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1bf323bf87e9ad791105370e7fbd0a41c7fc50ae
4
- data.tar.gz: 1c7bf646475bb5ab9c1b05080b68c0ded854bced
3
+ metadata.gz: b8162064b7ca165d7dfc2e916e105350788ff8ee
4
+ data.tar.gz: be908cce3827d4442170fddd947b09bfbb2ca805
5
5
  SHA512:
6
- metadata.gz: 7914ab263ca9f5ba3d853212bebeea28298aad8e0626cfca93f1904c3bc52c4ca342277bec7f619af3e8737b8b08e4cf7483cb006e2fcb3ae6b39584505b1b46
7
- data.tar.gz: 162f8cb3bfc71412a2ca5e29e9c31c53a09fefa073172c716d014fe4376d35284b67b2ce7b0369119ea93ae875871b2605d316284e013b9324a0a673bb499102
6
+ metadata.gz: 1ebe389a3dd4b8acf045956440ee5d5b896a37c1dba36623edef362c8ebc5bbc534c8ca40a7640cbedb97ecfda3abebebb580240f7e64c3c18be1b76960b2428
7
+ data.tar.gz: a729018e8cd9325575c855ab2e86325ac1d2b71349c962cfb05170ccd75a3ac32306ecfa60234ddbd2b0866731bee285395b386d6c6c1e09308e35ba5fa74da5
@@ -546,7 +546,8 @@ module BlackStack
546
546
  end
547
547
  =end
548
548
  begin
549
-
549
+ puts
550
+ puts "call_post:#{url}:."
550
551
  # do the call
551
552
  uri = URI(url)
552
553
  ret = Net::HTTP.start(uri.host, uri.port, :use_ssl => uri.scheme == 'https', :verify_mode => ssl_verify_mode) do |http|
@@ -557,7 +558,7 @@ module BlackStack
557
558
  res = http.request req
558
559
  case res
559
560
  when Net::HTTPSuccess then res
560
- when Net::HTTPRedirection then BlackStack::Netting::call_post(URI(res['location']), params, BlackStack::Netting::DEFAULT_SSL_VERIFY_MODE, false)
561
+ when Net::HTTPRedirection then BlackStack::Netting::call_post(URI(res['location']), params, BlackStack::Netting::DEFAULT_SSL_VERIFY_MODE, false) if use_lockfile
561
562
  else
562
563
  res.error!
563
564
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: blackstack_commons
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.34
4
+ version: 1.1.35
5
5
  platform: ruby
6
6
  authors:
7
7
  - Leandro Daniel Sardi
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-07-22 00:00:00.000000000 Z
11
+ date: 2020-07-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: content_spinning