Rename gem name uplot -> u-plot

This commit is contained in:
kojix2
2020-07-29 12:43:00 +09:00
parent b35fc35abb
commit 2217396d04
2 changed files with 5 additions and 2 deletions

View File

@@ -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']