wolf_core 0.1.65 → 0.1.66

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: 4c09ab5a7c3aa039646379d0f034bdbd701d78746b0aea5e94d1bc4f7f8c4c29
4
- data.tar.gz: 98b8b9ecdd7c1c4838ccf4adc134908907371e08d58e05e54be1958cabd88f42
3
+ metadata.gz: 4151db7dda1b7de6a797283720f1abdd5931114f83ebbc878eddfd43746f1e64
4
+ data.tar.gz: f02536c95fb0b91559d2fe8db5c2c412d61935c84107afadcc455a88782ed74a
5
5
  SHA512:
6
- metadata.gz: fab759aa245c4ea9b15009ec091168a6c279269ec052a4e5811c95bbffb4336067bb0374be59d64a8c3babbff827691c6a7aefd709f24e49f15581c5e4f959fa
7
- data.tar.gz: 231f3004c96927192404179db30bdd082ccb78759990fee77bc253d9f8f49b24d05f85390c30b086c2a6a4c5cfc629e3566f7ecafe959164e99682ebce68cd1d
6
+ metadata.gz: a4b76718a23d7beb421bdd2cdc8a9f1321b878df00990df835c0b1d0dc5916919568076737e27c64472d551b68624fc2ad70edcbbf80cbbeb5b89e6f8091518a
7
+ data.tar.gz: 8cb9412a0cf087c1f7aad8edd50d04932e3faa943a451e4c866c359e2c260ee28c54bb5378dfa31aa60091d1626b50764a57255e716c2f864b86c3f04f3195f0
@@ -0,0 +1,7 @@
1
+ module WolfCore
2
+ module ArrayUtils
3
+ def first_or_self(input)
4
+ input.is_a?(Array) ? input.first : input
5
+ end
6
+ end
7
+ end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module WolfCore
4
- VERSION = "0.1.65"
4
+ VERSION = "0.1.66"
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.65
4
+ version: 0.1.66
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-08-16 00:00:00.000000000 Z
11
+ date: 2024-08-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: httparty
@@ -72,6 +72,7 @@ files:
72
72
  - lib/wolf_core/infrastructure/http_operations.rb
73
73
  - lib/wolf_core/infrastructure/lambda_function_data_source.rb
74
74
  - lib/wolf_core/infrastructure/lambda_function_operations.rb
75
+ - lib/wolf_core/utils/array_utils.rb
75
76
  - lib/wolf_core/utils/async_utils.rb
76
77
  - lib/wolf_core/utils/file_utils.rb
77
78
  - lib/wolf_core/utils/logging_utils.rb