Update gemspec

This commit is contained in:
kojix2
2020-07-28 23:14:47 +09:00
parent e96fe926e7
commit eeb5038602
10 changed files with 36 additions and 38 deletions

View File

@@ -1,4 +1,4 @@
require "uplot/version"
require 'uplot/version'
module Uplot
class Error < StandardError; end

View File

@@ -1,3 +1,3 @@
module Uplot
VERSION = "0.1.0"
VERSION = '0.1.0'.freeze
end