This repository was archived by the owner on Oct 18, 2024. It is now read-only.
File tree 2 files changed +15
-10
lines changed
2 files changed +15
-10
lines changed Original file line number Diff line number Diff line change
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
+ # --------------------------------------
Original file line number Diff line number Diff line change 3
3
lib = File . expand_path ( '../lib' , __FILE__ )
4
4
$LOAD_PATH. unshift ( lib ) unless $LOAD_PATH. include? ( lib )
5
5
6
- require 'version'
7
-
8
- Encoding . default_internal = 'UTF-8'
9
- Encoding . default_external = 'UTF-8'
6
+ require "#{ File . dirname ( __FILE__ ) } /req/rubygems"
10
7
11
8
Gem ::Specification . new do |s |
12
9
s . name = "zinbeijett"
@@ -29,12 +26,8 @@ Gem::Specification.new do |s|
29
26
s . summary = "It is the form which made find of zinbeiw smart!"
30
27
s . description = "engine is simple search which moves by Ruby."
31
28
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')
38
31
39
32
if s . respond_to? :specification_version
40
33
s . specification_version = 4
You can’t perform that action at this time.
0 commit comments