summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2021-11-11 16:02:44 +0900
committernagachika <nagachika@ruby-lang.org>2021-11-22 10:51:35 +0900
commit905842e122a4c4f150f09e283fec6b004538e2a2 (patch)
tree174363e30926002d52cc49e3dc43c34b3e441f2f /lib
parentb19b2e98675a132b4b4a59aa130fd5a9f65d775f (diff)
Bump debug version to 0.2.0
Diffstat (limited to 'lib')
-rw-r--r--lib/debug.gemspec4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/debug.gemspec b/lib/debug.gemspec
index 71f93f7409..ccd7b77694 100644
--- a/lib/debug.gemspec
+++ b/lib/debug.gemspec
@@ -1,6 +1,6 @@
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@ruby-lang.org"]
@@ -17,6 +17,6 @@ Gem::Specification.new do |spec|
`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