wolf_core 0.1.91 → 0.1.92
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 +3 -1
- 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: 99d40f26013a94735f4da9b17a774b7b8338d57c7b684f3f84b0bbb22bb03403
|
4
|
+
data.tar.gz: 8eced06644e17124505391fa14fb66ba337f3cd5bff727d2be85663e7a18fd3a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e6cf194726bd84f9409d13df4ee2eb813bd0861f46dd7aa3919f7d1e940b1a3d6eb3ae1ae0eec8df890584f2fb341b243f96fec8c1a03768406f3e96e92c3dbe
|
7
|
+
data.tar.gz: 1bf30ee6e4afe23eaaad68b96f3736faa252782910e0c393c54717a4d93585b0fa13bd10d4d0ad6d2d1aee82c004daa049361d9c6509be1a0a12dd95a55fdd33
|
@@ -17,6 +17,8 @@ module WolfCore
|
|
17
17
|
'barton/export/contract' => 'BartonExportContract',
|
18
18
|
'barton/export/jobseeker/file' => 'BartonExportJobseekerFile',
|
19
19
|
'barton/import/jobseeker/file' => 'BartonImportJobseekerFile',
|
20
|
+
'barton/export/credential/file' => 'BartonExportCredentialFile',
|
21
|
+
'barton/import/credential/file' => 'BartonImportCredentialFile',
|
20
22
|
'barton/manage_assign_package' => 'BartonManageAssignPackage',
|
21
23
|
'barton/export/credential' => 'BartonExportCredential',
|
22
24
|
'barton/import/credential' => 'BartonImportCredential',
|
@@ -43,4 +45,4 @@ module WolfCore
|
|
43
45
|
end
|
44
46
|
end
|
45
47
|
end
|
46
|
-
end
|
48
|
+
end
|
data/lib/wolf_core/version.rb
CHANGED