Skip to content

Commit

Permalink
Drop stomp gem from pdk
Browse files Browse the repository at this point in the history
The stomp gem used to be an mcollective dependency. We stopped shipping mco a
long time ago. This only affects the pdk, as the other runtimes already dropped
the stomp gem, see 64f4aec.
  • Loading branch information
joshcooper committed Feb 14, 2024
1 parent 1e10ef1 commit 42fdb4e
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 202 deletions.
54 changes: 0 additions & 54 deletions configs/components/_base-ruby-stomp.rb

This file was deleted.

18 changes: 0 additions & 18 deletions configs/components/ruby-2.7-stomp.rb

This file was deleted.

3 changes: 0 additions & 3 deletions configs/components/ruby-stomp.rb

This file was deleted.

2 changes: 0 additions & 2 deletions configs/projects/_pdk-components.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@

proj.component 'ruby-augeas' unless platform.is_windows?
proj.component 'ruby-selinux' if platform.is_el? || platform.is_fedora?
proj.component 'ruby-stomp'

# Additional Rubies
if proj.respond_to?(:additional_rubies)
Expand All @@ -43,7 +42,6 @@

proj.component "ruby-#{ruby_minor}-augeas" unless platform.is_windows?
proj.component "ruby-#{ruby_minor}-selinux" if platform.is_el? || platform.is_fedora?
proj.component "ruby-#{ruby_minor}-stomp"
proj.component "post-additional-rubies"
end
end
Expand Down
125 changes: 0 additions & 125 deletions resources/patches/ruby-stomp/connection_loss_reconnect_fix.patch

This file was deleted.

0 comments on commit 42fdb4e

Please sign in to comment.