From 2217396d04e7383e434d9435894dc74f190123b8 Mon Sep 17 00:00:00 2001 From: kojix2 <2xijok@gmail.com> Date: Wed, 29 Jul 2020 12:43:00 +0900 Subject: [PATCH] Rename gem name uplot -> u-plot --- README.md | 5 ++++- uplot.gemspec | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 93d9ea5..14e4985 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # Uplot +[![Build Status](https://travis-ci.com/kojix2/uplot.svg?branch=master)](https://travis-ci.com/kojix2/uplot) +[![Gem Version](https://badge.fury.io/rb/u-plot.svg)](https://badge.fury.io/rb/u-plot) + Create ASCII charts on the terminal with data from standard streams in the pipeline. :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 ``` -gem install uplot +gem install u-plot ``` ## Usage diff --git a/uplot.gemspec b/uplot.gemspec index 8c8f335..afe0612 100644 --- a/uplot.gemspec +++ b/uplot.gemspec @@ -1,7 +1,7 @@ require_relative 'lib/uplot/version' Gem::Specification.new do |spec| - spec.name = 'uplot' + spec.name = 'u-plot' spec.version = Uplot::VERSION spec.authors = ['kojix2'] spec.email = ['2xijok@gmail.com']