Skip to content
This repository has been archived by the owner on May 4, 2024. It is now read-only.

Commit

Permalink
Cleanup gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
st0012 committed May 9, 2021
1 parent 9132bcd commit 252d138
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tapping_device.gemspec
Expand Up @@ -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"
Expand Down

0 comments on commit 252d138

Please sign in to comment.