wolf_core 0.1.61 → 0.1.62
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 +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 853e6d2ff17b08176755e0369ab146f3935ef2a77f11bd123bf65018a4591cd8
|
4
|
+
data.tar.gz: 85f22572ca89535a3ad09fcee391bf10cbbc23c66cb94adc6ab97c39636a72c8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b83678cbc64b36f000e8f20ffccce69735ca0d16cc1836f9c292a2ae13a7539d9c09452b6f98aba773dcf5bd31e5a5bddcdd15b31f37dbb527084e0805324306
|
7
|
+
data.tar.gz: acc23d398c33403eec19a06b5f3c6fbd4d04f551b227c58a78f85d6d8e85a0d67d30e4befa9902a0f23e34a3183ec0b08fbb8ca4644e8eddb67e000b1cc2f73f
|
@@ -15,6 +15,7 @@ module WolfCore
|
|
15
15
|
'barton/export/order_application' => 'BartonExportOrderApplication',
|
16
16
|
'barton/import/contract' => 'BartonImportContract',
|
17
17
|
'barton/export/contract' => 'BartonExportContract',
|
18
|
+
'barton/export/jobseeker/file' => 'BartonExportJobseekerFile',
|
18
19
|
}
|
19
20
|
|
20
21
|
def route_event_request(path:, body:)
|
data/lib/wolf_core/version.rb
CHANGED