wolf_core 0.1.72 → 0.1.73
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 +2 -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: eea9b9ef51211d95b0cdc5f7f84694a714fb2e5c034e8c493d68766c7dcf1fa9
|
4
|
+
data.tar.gz: 04e50416cf28a41991ee3696a6cc2f465b8210cf0074b0512ffd1b52fbe13683
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 42b3c725460128051c813f74f3141f9f57f0aabb095ab03ac754410e5eeb267eec685f115ccc3ab9a0496df7c0013aa449bc1c03e14d538175b6301099f0444e
|
7
|
+
data.tar.gz: 5f7d2379e3285c23aea4c314917977a29bf095a6db56f513926e1b949480f87774582cef30dab2e2a339f097021be9882e69a2a6767642d0d8ac15f49f120796
|
@@ -20,6 +20,8 @@ module WolfCore
|
|
20
20
|
'barton/manage_assign_package' => 'BartonManageAssignPackage',
|
21
21
|
'barton/export/credential' => 'BartonExportCredential',
|
22
22
|
'barton/import/credential' => 'BartonImportCredential',
|
23
|
+
'barton/export/reference' => 'BartonExportReference',
|
24
|
+
'barton/export/disclosure' => 'BartonExportDisclosure',
|
23
25
|
}
|
24
26
|
|
25
27
|
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.73
|
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-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: httparty
|