wolf_core 0.1.50 → 0.1.51

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: 1300576efdc2106aca06d783067ce049b0b5a67be847e9f2a21c040bab7193c6
4
- data.tar.gz: 025bf0e116fba9153660c8c599f5936a27a737f0c637f24d326dcd52b000a0bf
3
+ metadata.gz: 28676d23d136f8a687aa46a1d97db6a38294c02a5e511137a78e2bc49dee1596
4
+ data.tar.gz: 3e7e657b5fa036e5607b8c00e9e9e0cb5454c3be6445351f8e1460693cff7cb4
5
5
  SHA512:
6
- metadata.gz: 284f56638e3d3d2388726ffa3cf3365b1d06bd25467a9bcdac15e00381ac5dd30cd10d158827ad180df295e7ea6dac7181b3244c41be9ad85460b892832f3e8d
7
- data.tar.gz: dbd3c4ae6cbab2e75babbb8fd340d983a2ee75fa382807a542d5332dc9bde58c24e7191bbf041395da0075867508ee9bdf75f7fd16e29e6174c04c0827fff78d
6
+ metadata.gz: cf37861f85f2b88fdad8ec569a95f7d03da1f05b5ee891cc5f074fe733abc6dfc45628735eb944fc0bec7cb6cc44a0cde42d264a12d496009a4caae0ac475ee9
7
+ data.tar.gz: 5d397958d479764860d4fde4470365b54b253da2ec54646dd21a82b4f43d0cc9e2027ec74c287ba6a76189e0652df5d59c1ae4442aa033a67df6c01a264e92e1
@@ -10,6 +10,8 @@ module WolfCore
10
10
  'barton/import/order' => 'BartonImportOrder',
11
11
  'barton/export/order' => 'BartonExportOrder',
12
12
  'barton/import/order_description' => 'BartonImportOrderDescription',
13
+ 'barton/import/order_application' => 'BartonImportOrderApplication',
14
+ 'barton/export/order_application' => 'BartonExportOrderApplication',
13
15
  }
14
16
 
15
17
  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.50"
4
+ VERSION = "0.1.51"
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.50
4
+ version: 0.1.51
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-01 00:00:00.000000000 Z
11
+ date: 2024-08-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: httparty