mirror of
https://github.com/red-data-tools/YouPlot.git
synced 2025-05-06 07:10:10 +08:00
Rubocop auto correct
This commit is contained in:
parent
a8ce96888e
commit
b8e7f5af88
@ -67,8 +67,7 @@ module YouPlot
|
||||
else
|
||||
Array.new(arr[0].size, [])
|
||||
end
|
||||
else
|
||||
if transpose
|
||||
elsif transpose
|
||||
arr
|
||||
else
|
||||
transpose2(arr)
|
||||
@ -76,4 +75,3 @@ module YouPlot
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
|
@ -16,7 +16,7 @@ Gem::Specification.new do |spec|
|
||||
|
||||
spec.files = Dir['*.{md,txt}', '{lib,exe}/**/*']
|
||||
spec.bindir = 'exe'
|
||||
spec.executables = ['uplot', 'youplot']
|
||||
spec.executables = %w[uplot youplot]
|
||||
spec.require_paths = ['lib']
|
||||
|
||||
spec.add_runtime_dependency 'unicode_plot'
|
||||
|
Loading…
Reference in New Issue
Block a user