mirror of
https://github.com/red-data-tools/YouPlot.git
synced 2025-09-28 10:08:08 +08:00
Add youplot as an executable file
This commit is contained in:
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'
|
||||
|
Reference in New Issue
Block a user