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: 3d51ec182318cf97c54c92a3800d854adee6d727559b753279adedb925bdd49c
4
- data.tar.gz: 9ffe2f1c4a402d454ba3c9b547bf731d6e66ebf19ac4ece66e43c1f46856148e
3
+ metadata.gz: 89932e1140c20b24b0de380a7734568f434ed8a0ed51fb492080bf7ea36217b7
4
+ data.tar.gz: 2bc80ddfdae98c1d97e4c738a0c2b6ab7eed99e40ab529a26a51df64405b9333
5
5
  SHA512:
6
- metadata.gz: b7bac9f5e39e034f7313f648541898c2c3bd4f5e04dd9a11a46ba3c8ffdc5e4ed3a4bdce58ccc0e08a96b39118648f62f90d76e19148cfb57b4e699beed01fa0
7
- data.tar.gz: 95ef614f875da89ec82f3cc21f3c73266f504f6734762c1d96162d6885b2c1c036264e84860e5abe56db1c98466d9f287c75330d11c879a3181d66c074a325f5
6
+ metadata.gz: 4de2bed8e0cb028a9d01776da0a0c64d0cff9fd45cdfe0fd15f4e1098806471a0b78482ececb38c8535af20abd3ccbc9f2de20ff9617e5d54cae4d781f318113
7
+ data.tar.gz: 562faac225103241be4fac6c63820d4edb134983518643afc476cacd3830cc5ba70f03ae91d0084d812c1af0a35e101fe9517173bc72e67831d710cfba736b3d
@@ -7,6 +7,7 @@ module WolfCore
7
7
  'PA' => ENV['PA_PRICING_ID'],
8
8
  'DMD' => ENV['DMD_PRICING_ID'],
9
9
  'NP' => ENV['NP_PRICING_ID'],
10
+ 'DDS' => ENV['DDS_PRICING_ID'],
10
11
  }
11
12
 
12
13
  LOCUM_AVAILABILITY_MAP = {
@@ -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"
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module WolfCore
4
- VERSION = "0.1.27"
4
+ VERSION = "0.1.28"
5
5
  end
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.27
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-22 00:00:00.000000000 Z
11
+ date: 2024-07-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: httparty