wolf_core 0.1.66 → 0.1.68

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: 4151db7dda1b7de6a797283720f1abdd5931114f83ebbc878eddfd43746f1e64
4
- data.tar.gz: f02536c95fb0b91559d2fe8db5c2c412d61935c84107afadcc455a88782ed74a
3
+ metadata.gz: 629c125f824ef110888b26ce769db1ac86594f7f0238d62fcd4b8c72f542f808
4
+ data.tar.gz: 582c3e08891172f4f12f31d555dee3dd27847855944809caf2ac307c8804031a
5
5
  SHA512:
6
- metadata.gz: a4b76718a23d7beb421bdd2cdc8a9f1321b878df00990df835c0b1d0dc5916919568076737e27c64472d551b68624fc2ad70edcbbf80cbbeb5b89e6f8091518a
7
- data.tar.gz: 8cb9412a0cf087c1f7aad8edd50d04932e3faa943a451e4c866c359e2c260ee28c54bb5378dfa31aa60091d1626b50764a57255e716c2f864b86c3f04f3195f0
6
+ metadata.gz: 95815b5369d931b93b3f605f3d76757a3b045fe7b28e421bb201948dd926ed795ac5727149f231eb97dcfeed18adab128c314351e003f16669b315df2c694b79
7
+ data.tar.gz: fc3082d437a6b061b38d2a29ea3170c13bff6a19b44ed8a0610bd250f3a25af775407923135c78e2ba310f424f0c07fede5133184a03289798f43076367e279e
@@ -17,6 +17,7 @@ module WolfCore
17
17
  'barton/export/contract' => 'BartonExportContract',
18
18
  'barton/export/jobseeker/file' => 'BartonExportJobseekerFile',
19
19
  'barton/import/jobseeker/file' => 'BartonImportJobseekerFile',
20
+ 'barton/manage_assign_package' => 'BartonManageAssignPackage',
20
21
  }
21
22
 
22
23
  def route_event_request(path:, body:)
@@ -1,6 +1,7 @@
1
1
  module WolfCore
2
2
  module StringUtils
3
3
  def camelcase_to_spaces(str)
4
+ return if str.nil?
4
5
  str.gsub(/([A-Z])/, ' \1').strip.downcase.capitalize
5
6
  end
6
7
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module WolfCore
4
- VERSION = "0.1.66"
4
+ VERSION = "0.1.68"
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.66
4
+ version: 0.1.68
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-17 00:00:00.000000000 Z
11
+ date: 2024-08-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: httparty