lusnoc 1.0.1.70330 → 1.0.1.81647

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE +1 -1
  3. data/lib/lusnoc.rb +2 -2
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fb00bebf32a80c3a99f8ff461c455cf2853d41818b27f04856c630ed701e31db
4
- data.tar.gz: 48ce07dee25747022a75f87d1e442819658878a176e0f0c19367cf64b08ec386
3
+ metadata.gz: 50b154f750c90199db9d2fdf86287bbc5baf66a81487ae159ad967acf46648ed
4
+ data.tar.gz: f26b45a43f07cb5b74b65a2668e57604d400d76725b4e9ad6dbf65ed3bb3203c
5
5
  SHA512:
6
- metadata.gz: e52bb2129fa5e726e325b705fee0b5daf186dd44317f3652cb3e70c95644078a447b12bf8b5d7a61716a1921c3d6ad7dbe541d16399428c31bc35d5a8ae8e316
7
- data.tar.gz: adfefefbd0fa032b18d5d5a0f23b600bac51648a86b9475cebc4d2c8c2255d148147390913ee996c9256578d351fbdff1df4ea9348b8e51d6f1abc094c852e81
6
+ metadata.gz: 277c9b797899a742a635f4ab8fc58bbf0d92992d5f9e9019f32dd29469cf30abcc933880da135e5ce1f7d44a6607e33813d07642db27ff14d59506562a469d3b
7
+ data.tar.gz: 0fb138ae084b8639ff087427bea5e97540a94bcd1ee870a92d3e35b37bdbd3e54583849dd60705bfc5d4b06141c16c22cc78dd3efebb30075cf9775b65414db1
data/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2014-2019 Рнд Софт
1
+ Copyright (c) 2014-2022 Рнд Софт
2
2
 
3
3
  Permission is hereby granted, free of charge, to any person obtaining a copy
4
4
  of this software and associated documentation files (the "Software"), to deal
data/lib/lusnoc.rb CHANGED
@@ -24,7 +24,7 @@ module Lusnoc
24
24
  yield(configuration)
25
25
  end
26
26
 
27
- def http_get(url, timeout: 1)
27
+ def http_get(url, timeout: 5)
28
28
  uri = URI(url)
29
29
 
30
30
  with_http(uri, timeout: timeout) do |http|
@@ -36,7 +36,7 @@ module Lusnoc
36
36
  end
37
37
  end
38
38
 
39
- def http_put(url, value = nil, timeout: 1)
39
+ def http_put(url, value = nil, timeout: 5)
40
40
  uri = URI(url)
41
41
  data = value.is_a?(String) ? value : JSON.generate(value) unless value.nil?
42
42
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lusnoc
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1.70330
4
+ version: 1.0.1.81647
5
5
  platform: ruby
6
6
  authors:
7
7
  - Samoilenko Yuri
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-12-14 00:00:00.000000000 Z
11
+ date: 2022-04-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler