From 252d138bbb73221fc6aaf7d0045b3df19f305101 Mon Sep 17 00:00:00 2001 From: st0012 Date: Sun, 9 May 2021 15:50:20 +0800 Subject: [PATCH] Cleanup gemspec --- tapping_device.gemspec | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tapping_device.gemspec b/tapping_device.gemspec index 0cae821..a2d8ba8 100644 --- a/tapping_device.gemspec +++ b/tapping_device.gemspec @@ -15,15 +15,13 @@ Gem::Specification.new do |spec| spec.metadata["homepage_uri"] = spec.homepage spec.metadata["source_code_uri"] = "https://github.com/st0012/tapping_device" - spec.metadata["changelog_uri"] = "https://github.com/st0012/tapping_device/releases" + spec.metadata["changelog_uri"] = "https://github.com/st0012/tapping_device/CHANGELOG.md" # Specify which files should be added to the gem when it is released. # The `git ls-files -z` loads the files in the RubyGem that have been added into git. spec.files = Dir.chdir(File.expand_path('..', __FILE__)) do `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.require_paths = ["lib"] spec.add_dependency "method_source", "~> 1.0.0"