Skip to content

Commit a2267c2

Browse files
authored
Merge pull request #129 from OpenVoxProject/choria_transport
enable Choria transport
2 parents 68596ef + 210fef8 commit a2267c2

File tree

4 files changed

+41
-0
lines changed

4 files changed

+41
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
component 'rubygem-choria-mcorpc-support' do |pkg, _settings, _platform|
2+
### Maintained by update_gems automation ###
3+
pkg.version '2.26.5'
4+
pkg.sha256sum '4f82fc732ab4c85b73a71941de3bae6b11ac5787c9e48f05f92679d82209f82d'
5+
### End automated maintenance section ###
6+
7+
instance_eval File.read('configs/components/_base-rubygem.rb')
8+
end
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
#####
2+
# Component release information:
3+
# https://rubygems.org/gems/nats-pure
4+
# https://github.com/nats-io/nats-pure.rb/blob/main/CHANGELOG.md
5+
#####
6+
component 'rubygem-nats-pure' do |pkg, _settings, _platform|
7+
# WARNING Update ahead
8+
# You shall not update beyond 0.6.0, because that is what bundler determined
9+
# https://github.com/OpenVoxProject/puppet-runtime/issues/128#issuecomment-3989498214
10+
### Maintained by update_gems automation ###
11+
pkg.version '0.6.2'
12+
pkg.sha256sum '4c8b24466ae4a364ac5e5f066d5045b6825632993a3d39ddd91718c2bc86c1f5'
13+
### End automated maintenance section ###
14+
15+
instance_eval File.read('configs/components/_base-rubygem.rb')
16+
end
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
#####
2+
# Component release information:
3+
# https://rubygems.org/gems/systemu
4+
#####
5+
component 'rubygem-systemu' do |pkg, _settings, _platform|
6+
### Maintained by update_gems automation ###
7+
pkg.version '2.6.5'
8+
pkg.sha256sum '01f7d014b1453b28e5781e15c4d7d63fc9221c29b174b7aae5253207a75ab33e'
9+
### End automated maintenance section ###
10+
11+
instance_eval File.read('configs/components/_base-rubygem.rb')
12+
end

configs/projects/openbolt-runtime.rb

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,11 @@
224224
proj.component 'rubygem-yard'
225225
proj.component 'rubygem-openvox-strings'
226226

227+
# Choria dependencies
228+
proj.component 'rubygem-systemu'
229+
proj.component 'rubygem-nats-pure'
230+
proj.component 'rubygem-choria-mcorpc-support'
231+
227232
# Core Windows dependencies
228233
proj.component 'rubygem-windows_error'
229234
proj.component 'rubygem-winrm'

0 commit comments

Comments
 (0)