Skip to content

Commit

Permalink
Merge pull request #789 from joshcooper/drop_stomp
Browse files Browse the repository at this point in the history
Drop stomp gem from pdk
  • Loading branch information
joshcooper authored Feb 15, 2024
2 parents 1e10ef1 + 42fdb4e commit 4aefa99
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 4aefa99

Please sign in to comment.