wolf_core 0.1.63 → 0.1.64

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: 0f2de1bf2a650decfa3c55f27a6b09aa19960875f5efd4924f97f2f86e9cb5fe
4
- data.tar.gz: 8f27d4d7e8032b73c0955277fa69a31616dcecdacfbda4984ef939192a4897b9
3
+ metadata.gz: 3425c723ebf4313a3b8447441c1d6628959860b2d7fb52711405e29fb6f9b392
4
+ data.tar.gz: c7da4afbb6e20e359aa94b15ef2d5a605e89a55f33d053588d0cc7971e5fa712
5
5
  SHA512:
6
- metadata.gz: dd4b9c7011a51b052c178f733d4dc7984a28d7bf116037de4a52059ff1fa9401c6cee030849aa30dc351f3f988fc827534e9ee8d6e1f735346ded4c629a37d68
7
- data.tar.gz: bd00aa024dd26f82d6d5b0f48e6711835b78c1aa3185bff30641852a2aadb40684f02dc2f182a8ea57401fbfbc7111d7123d58043b4ef1aecbdbe3f54ae04ca3
6
+ metadata.gz: 15733af5d621220bb169dab5a89f796f31fbaf967b94d14879e112e56398dceb0108eedb604a1f7cc5c100d41acbbc6f801d3174ee549735a43491d964746725
7
+ data.tar.gz: 8fa76bc6faad234e3977614f313fb95ee83f0ebc9836b454ca98c2dd3965be84799a67836a046bd376e3102ab247da016332631744101f66eca9669befd4c417
@@ -16,6 +16,7 @@ module WolfCore
16
16
  'barton/import/contract' => 'BartonImportContract',
17
17
  'barton/export/contract' => 'BartonExportContract',
18
18
  'barton/export/jobseeker/file' => 'BartonExportJobseekerFile',
19
+ 'barton/import/jobseeker/file' => 'BartonImportJobseekerFile',
19
20
  }
20
21
 
21
22
  def route_event_request(path:, body:)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module WolfCore
4
- VERSION = "0.1.63"
4
+ VERSION = "0.1.64"
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.63
4
+ version: 0.1.64
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-12 00:00:00.000000000 Z
11
+ date: 2024-08-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: httparty