We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9c47e3 commit fae1cd0Copy full SHA for fae1cd0
Rakefile
@@ -103,8 +103,9 @@ desc "Build #{Bundler::GemHelper.gemspec.full_name} and move it to local ruby/ru
103
namespace :build do
104
task local_ruby: :build do
105
target = File.join("..", "ruby", "gems")
106
+
107
unless File.directory?(target)
- abort("Expected ruby to be cloned at the same level as #{Bundler::GemHelper.gemspec.full_name} to use this task")
108
+ abort("Expected Ruby to be cloned under the same parent directory as RDoc to use this task")
109
end
110
111
mv("#{path}.gem", target)
0 commit comments