summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index c1eb913..3a207d5 100644
--- a/Rakefile
+++ b/Rakefile
@@ -26,7 +26,7 @@ $spec = eval(File.read(File.join($base_dir, $spec_path)))
$gem_path = File.join($base_dir, 'pkg', "#{$spec.name}-#{$spec.version}.gem")
def run(cmd)
- PTY.spawn(cmd) do |output, input, pid|
+ PTY.spawn(cmd) do |output, _input, _pid|
begin
while line = output.gets do
puts line