ports/net/ruby-net-scp/patches/patch-Rakefile

14 lines
289 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Allow tests to run without jeweler.
Index: Rakefile
--- Rakefile.orig
+++ Rakefile
@@ -35,7 +35,6 @@ begin
end
Jeweler::GemcutterTasks.new
rescue LoadError
- puts "Jeweler (or a dependency) not available. Install it with: sudo gem install jeweler"
end
require 'rake/testtask'