1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
|
Author: Jonas Genannt <jonas.genannt@capi2name.de>
Description: Remove require rubygems - no depend on rubygems package
Forwarded: not-needed
diff --git a/bin/catstomp b/bin/catstomp
index 9953259..c0bf03c 100755
--- a/bin/catstomp
+++ b/bin/catstomp
@@ -14,7 +14,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
-begin; require 'rubygems'; rescue; end
require 'stomp'
#
diff --git a/bin/stompcat b/bin/stompcat
index e51d0c6..1654ac8 100755
--- a/bin/stompcat
+++ b/bin/stompcat
@@ -14,7 +14,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
-begin; require 'rubygems'; rescue; end
require 'stomp'
#
|