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 +4 -4
- data/lib/wolf_core/application/barton/routing.rb +1 -0
- data/lib/wolf_core/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3425c723ebf4313a3b8447441c1d6628959860b2d7fb52711405e29fb6f9b392
|
4
|
+
data.tar.gz: c7da4afbb6e20e359aa94b15ef2d5a605e89a55f33d053588d0cc7971e5fa712
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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:)
|
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.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-
|
11
|
+
date: 2024-08-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: httparty
|