[前][次][番号順一覧][スレッド一覧]

ruby-changes:69848

From: Hiroshi <ko1@a...>
Date: Mon, 22 Nov 2021 10:51:57 +0900 (JST)
Subject: [ruby-changes:69848] 905842e122 (ruby_3_0): Bump debug version to 0.2.0

https://git.ruby-lang.org/ruby.git/commit/?id=905842e122

From 905842e122a4c4f150f09e283fec6b004538e2a2 Mon Sep 17 00:00:00 2001
From: Hiroshi SHIBATA <hsbt@r...>
Date: Thu, 11 Nov 2021 16:02:44 +0900
Subject: Bump debug version to 0.2.0

---
 lib/debug.gemspec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/debug.gemspec b/lib/debug.gemspec
index 71f93f7409c..ccd7b776949 100644
--- a/lib/debug.gemspec
+++ b/lib/debug.gemspec
@@ -1,6 +1,6 @@ https://github.com/ruby/ruby/blob/trunk/lib/debug.gemspec#L1
 Gem::Specification.new do |spec|
   spec.name          = "debug"
-  spec.version       = "0.1.0"
+  spec.version       = "0.2.0"
   spec.authors       = ["Yukihiro Matsumoto"]
   spec.email         = ["matz@r..."]
 
@@ -17,6 +17,6 @@ Gem::Specification.new do |spec| https://github.com/ruby/ruby/blob/trunk/lib/debug.gemspec#L17
     `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
   end
   spec.bindir        = "exe"
-  spec.executables   = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
+  spec.executables   = []
   spec.require_paths = ["lib"]
 end
-- 
cgit v1.2.1


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]