From 92989eb5822857e033eea97ebf1788aa07054186 Mon Sep 17 00:00:00 2001 From: kojix2 <2xijok@gmail.com> Date: Thu, 3 Jun 2021 12:01:07 +0900 Subject: [PATCH] :rocket: Transferred YouPlot to RedDataTools --- README.md | 7 +++---- lib/youplot/parser.rb | 2 +- youplot.gemspec | 2 +- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 8bd14be..6d6d806 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@

-![Build Status](https://github.com/kojix2/youplot/workflows/test/badge.svg) +![Build Status](https://github.com/red-data-tools/YouPlot/workflows/test/badge.svg) [![Gem Version](https://badge.fury.io/rb/youplot.svg)](https://badge.fury.io/rb/youplot) [![Docs Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://rubydoc.info/gems/youplot) [![The MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE.txt) @@ -230,8 +230,8 @@ uplot colors YouPlot is a library under development, so even small improvements like typofix are welcome! Please feel free to send us your pull requests. -* [Report bugs](https://github.com/kojix2/youplot/issues) -* Fix bugs and [submit pull requests](https://github.com/kojix2/youplot/pulls) +* [Report bugs](https://github.com/red-data-tools/YouPlot/issues) +* Fix bugs and [submit pull requests](https://github.com/red-data-tools/YouPlot/pulls) * Write, clarify, or fix documentation * English corrections by native speakers are welcome. * Suggest or add new features @@ -249,7 +249,6 @@ bundle exec rake install # Installation from source code ### Acknowledgements -* [Red Data Tools](https://github.com/red-data-tools) - Technical support * [sampo grafiikka](https://jypg.net/sampo_grafiikka) - Project logo creation * [yutaas](https://github.com/yutaas) - English proofreading diff --git a/lib/youplot/parser.rb b/lib/youplot/parser.rb index d1d0cd9..d8691e4 100644 --- a/lib/youplot/parser.rb +++ b/lib/youplot/parser.rb @@ -118,7 +118,7 @@ module YouPlot Program: YouPlot (Tools for plotting on the terminal) Version: #{YouPlot::VERSION} (using UnicodePlot #{UnicodePlot::VERSION}) - Source: https://github.com/kojix2/youplot + Source: https://github.com/red-data-tools/YouPlot Usage: uplot [options] diff --git a/youplot.gemspec b/youplot.gemspec index 5ad789a..c4c1169 100644 --- a/youplot.gemspec +++ b/youplot.gemspec @@ -10,7 +10,7 @@ Gem::Specification.new do |spec| spec.summary = 'A command line tool for Unicode Plotting' spec.description = 'A command line tool for Unicode Plotting' - spec.homepage = 'https://github.com/kojix2/youplot' + spec.homepage = 'https://github.com/red-data-tools/YouPlot' spec.license = 'MIT' spec.required_ruby_version = Gem::Requirement.new('>= 2.4.0')