mirror of
https://github.com/red-data-tools/YouPlot.git
synced 2025-05-07 07:31:12 +08:00
Rename gem name uplot -> u-plot
This commit is contained in:
parent
b35fc35abb
commit
2217396d04
@ -1,5 +1,8 @@
|
|||||||
# Uplot
|
# Uplot
|
||||||
|
|
||||||
|
[](https://travis-ci.com/kojix2/uplot)
|
||||||
|
[](https://badge.fury.io/rb/u-plot)
|
||||||
|
|
||||||
Create ASCII charts on the terminal with data from standard streams in the pipeline.
|
Create ASCII charts on the terminal with data from standard streams in the pipeline.
|
||||||
|
|
||||||
:bar_chart: Powered by [UnicodePlot](https://github.com/kojix2/uplot)
|
:bar_chart: Powered by [UnicodePlot](https://github.com/kojix2/uplot)
|
||||||
@ -9,7 +12,7 @@ Create ASCII charts on the terminal with data from standard streams in the pipel
|
|||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
```
|
```
|
||||||
gem install uplot
|
gem install u-plot
|
||||||
```
|
```
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
require_relative 'lib/uplot/version'
|
require_relative 'lib/uplot/version'
|
||||||
|
|
||||||
Gem::Specification.new do |spec|
|
Gem::Specification.new do |spec|
|
||||||
spec.name = 'uplot'
|
spec.name = 'u-plot'
|
||||||
spec.version = Uplot::VERSION
|
spec.version = Uplot::VERSION
|
||||||
spec.authors = ['kojix2']
|
spec.authors = ['kojix2']
|
||||||
spec.email = ['2xijok@gmail.com']
|
spec.email = ['2xijok@gmail.com']
|
||||||
|
Loading…
Reference in New Issue
Block a user