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

Commit aaadde7

Browse files
authored
Merge pull request #337 from takkii/develop
Update
2 parents 7a28ce5 + f327049 commit aaadde7

File tree

2 files changed

+15
-10
lines changed

2 files changed

+15
-10
lines changed

req/rubygems.rb

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# frozen_string_literal: true
2+
3+
# dependent file or library.
4+
# --------------------------------------
5+
require 'version'
6+
# --------------------------------------
7+
8+
# file encoding.
9+
# --------------------------------------
10+
Encoding.default_internal = 'UTF-8'
11+
Encoding.default_external = 'UTF-8'
12+
# --------------------------------------

zinbeijett.gemspec

+3-10
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,7 @@
33
lib = File.expand_path('../lib', __FILE__)
44
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
55

6-
require 'version'
7-
8-
Encoding.default_internal = 'UTF-8'
9-
Encoding.default_external = 'UTF-8'
6+
require "#{File.dirname(__FILE__)}/req/rubygems"
107

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

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

3932
if s.respond_to? :specification_version
4033
s.specification_version = 4

0 commit comments

Comments
 (0)