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 bef2270 commit 392f879Copy full SHA for 392f879
rake_tasks/automation.rake
@@ -30,8 +30,8 @@ namespace :automation do
30
puts '-' * 80
31
puts "Building #{gem} v#{version} to #{output_dir}"
32
system "cd #{CURRENT_PATH.join(gem)} " \
33
- "&& gem build --silent -o #{gem}-#{version}.gem && " \
34
- "mv *.gem #{CURRENT_PATH.join(output_dir)}"
+ "&& gem build --silent -o #{gem}-#{version}.gem && " \
+ "mv *.gem #{CURRENT_PATH.join(output_dir)}"
35
end
36
37
0 commit comments