wolf_core 0.1.27 → 0.1.28
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 89932e1140c20b24b0de380a7734568f434ed8a0ed51fb492080bf7ea36217b7
|
4
|
+
data.tar.gz: 2bc80ddfdae98c1d97e4c738a0c2b6ab7eed99e40ab529a26a51df64405b9333
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4de2bed8e0cb028a9d01776da0a0c64d0cff9fd45cdfe0fd15f4e1098806471a0b78482ececb38c8535af20abd3ccbc9f2de20ff9617e5d54cae4d781f318113
|
7
|
+
data.tar.gz: 562faac225103241be4fac6c63820d4edb134983518643afc476cacd3830cc5ba70f03ae91d0084d812c1af0a35e101fe9517173bc72e67831d710cfba736b3d
|
@@ -5,6 +5,8 @@ module WolfCore
|
|
5
5
|
|
6
6
|
def async_http_get(**args)
|
7
7
|
puts "starting async_http_get"
|
8
|
+
puts "async_http_get args are"
|
9
|
+
pp args
|
8
10
|
run_async do
|
9
11
|
response = http_get(**args)
|
10
12
|
puts "async_http_get response is"
|
@@ -18,6 +20,8 @@ module WolfCore
|
|
18
20
|
|
19
21
|
def async_http_post(**args)
|
20
22
|
puts "starting async_http_post"
|
23
|
+
puts "async_http_post args are"
|
24
|
+
pp args
|
21
25
|
run_async do
|
22
26
|
response = http_post(**args)
|
23
27
|
puts "async_http_post response is"
|
@@ -31,6 +35,8 @@ module WolfCore
|
|
31
35
|
|
32
36
|
def async_http_put(**args)
|
33
37
|
puts "starting async_http_put"
|
38
|
+
puts "async_http_put args are"
|
39
|
+
pp args
|
34
40
|
run_async do
|
35
41
|
response = http_put(**args)
|
36
42
|
puts "async_http_put response is"
|
data/lib/wolf_core/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: wolf_core
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.28
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Javier Roncallo
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-07-
|
11
|
+
date: 2024-07-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: httparty
|