11# frozen_string_literal: true
22
3- lib = File . expand_path ( ' ../lib' , __FILE__ )
3+ lib = File . expand_path ( " ../lib" , __FILE__ )
44$LOAD_PATH. unshift ( lib ) unless $LOAD_PATH. include? ( lib )
55
66require 'zinbei/version'
7+ require 'zinbei/gem_version'
78
89Gem ::Specification . new do |s |
910 s . name = "zinbei"
@@ -18,20 +19,20 @@ Gem::Specification.new do |s|
1819 s . metadata = { "github_repo" => "ssh://github.com/takkii/zinbei" }
1920 s . licenses = [ "MIT" ]
2021 s . require_paths = [ "lib" ]
21- s . required_ruby_version = [ ' >= 3.0' ]
22- s . required_rubygems_version = '~> 3.6.9'
22+ s . required_ruby_version = [ " >= 3.0" ]
23+ s . required_rubygems_version = RbGemversion :: VERSION
2324 s . summary = "It is the work which saw the zinbeizame in notojima aquarium,
2425 and was made from the impression."
2526 s . description = "Zinbei is a shell, There are three types of executable files."
2627
2728 # dependent library
28- s . add_runtime_dependency ( ' rake' , ' ~> 13.2' )
29- s . add_runtime_dependency ( ' minitest' , ' ~> 5.25' )
30- s . add_runtime_dependency ( ' pycall' , ' ~> 1.5' ) unless Gem . win_platform?
31- s . add_runtime_dependency ( ' rinku' , ' ~> 2.0' ) unless Gem . win_platform?
32- s . add_runtime_dependency ( ' sanitize' , ' ~> 6.1' )
33- s . add_runtime_dependency ( ' test-unit' , ' ~> 3.6' )
34- s . add_runtime_dependency ( ' simplecov' , ' ~> 0.22' )
29+ s . add_runtime_dependency ( " rake" , " ~> 13.2" )
30+ s . add_runtime_dependency ( " minitest" , " ~> 5.25" )
31+ s . add_runtime_dependency ( " pycall" , " ~> 1.5" ) unless Gem . win_platform?
32+ s . add_runtime_dependency ( " rinku" , " ~> 2.0" ) unless Gem . win_platform?
33+ s . add_runtime_dependency ( " sanitize" , " ~> 6.1" )
34+ s . add_runtime_dependency ( " test-unit" , " ~> 3.6" )
35+ s . add_runtime_dependency ( " simplecov" , " ~> 0.22" )
3536
3637 if s . respond_to? :specification_version then
3738 s . specification_version = 4
0 commit comments