Add youplot as an executable file

This commit is contained in:
kojix2 2020-11-23 13:46:33 +09:00
parent e831fa93f4
commit b72f982618
2 changed files with 7 additions and 1 deletions

6
exe/youplot Executable file
View File

@ -0,0 +1,6 @@
#!/usr/bin/env ruby
# frozen_string_literal: true
require 'youplot'
YouPlot::Command.new.run

View File

@ -19,7 +19,7 @@ Gem::Specification.new do |spec|
spec.files = Dir['*.{md,txt}', '{lib,exe}/**/*']
spec.bindir = 'exe'
spec.executables = ['uplot']
spec.executables = ['uplot', 'youplot']
spec.require_paths = ['lib']
spec.add_runtime_dependency 'unicode_plot'