mirror of
https://github.com/red-data-tools/YouPlot.git
synced 2025-05-06 07:10:10 +08:00
Add youplot as an executable file
This commit is contained in:
parent
e831fa93f4
commit
b72f982618
6
exe/youplot
Executable file
6
exe/youplot
Executable file
@ -0,0 +1,6 @@
|
||||
#!/usr/bin/env ruby
|
||||
# frozen_string_literal: true
|
||||
|
||||
require 'youplot'
|
||||
|
||||
YouPlot::Command.new.run
|
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user