Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

Commit

Permalink
Merge pull request #337 from takkii/develop
Browse files Browse the repository at this point in the history
Update
  • Loading branch information
takkii authored Apr 17, 2024
2 parents 7a28ce5 + f327049 commit aaadde7
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 10 deletions.
12 changes: 12 additions & 0 deletions req/rubygems.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# frozen_string_literal: true

# dependent file or library.
# --------------------------------------
require 'version'
# --------------------------------------

# file encoding.
# --------------------------------------
Encoding.default_internal = 'UTF-8'
Encoding.default_external = 'UTF-8'
# --------------------------------------
13 changes: 3 additions & 10 deletions zinbeijett.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,7 @@
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)

require 'version'

Encoding.default_internal = 'UTF-8'
Encoding.default_external = 'UTF-8'
require "#{File.dirname(__FILE__)}/req/rubygems"

Gem::Specification.new do |s|
s.name = "zinbeijett"
Expand All @@ -29,12 +26,8 @@ Gem::Specification.new do |s|
s.summary = "It is the form which made find of zinbeiw smart!"
s.description = "engine is simple search which moves by Ruby."

# 依存ライブラリ
# s.add_runtime_dependency('himekuri', '~> 0.1')
# s.add_runtime_dependency('himekuri_ts', '~> 1.0')
# s.add_runtime_dependency('minitest-runners', '~> 1.1.5')
# s.add_runtime_dependency('tanraku', '~> 1.0')
# s.add_runtime_dependency('gem名', '~> 2桁バージョン番号')
# Needing to rubygems
# s.add_runtime_dependency('gem_name', '~> 0.1')

if s.respond_to? :specification_version
s.specification_version = 4
Expand Down

0 comments on commit aaadde7

Please sign in to comment.