Skip to content
This repository was archived by the owner on Aug 30, 2025. It is now read-only.

Commit c3b9954

Browse files
committed
Update.
1 parent c3528a5 commit c3b9954

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

zinbei.gemspec

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
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

66
require 'zinbei/version'
7+
require 'zinbei/gem_version'
78

89
Gem::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

Comments
 (0)