From edb47d1dbdacc439ddb1fae7ce7ffa1b4b5b7738 Mon Sep 17 00:00:00 2001 From: mms Date: Thu, 28 Nov 2024 12:41:29 +0100 Subject: fix: properly set the executable in gemspec bump required respec --- chotto.gemspec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'chotto.gemspec') diff --git a/chotto.gemspec b/chotto.gemspec index 10fbc9f..6bb0654 100644 --- a/chotto.gemspec +++ b/chotto.gemspec @@ -1,17 +1,18 @@ Gem::Specification.new do |s| s.name = 'chotto' - s.version = '0.1.0' + s.version = '0.1.1' s.licenses = ['BSD-3-Clause'] - s.summary = "chotto-0.0.1" + s.summary = "chotto-0.1.1" s.description = "Initial tagging script for Notmuch" s.authors = ["mms"] s.email = 'chotto@sapka.me' s.files = `git ls-files -- lib/*`.split("\n") s.homepage = 'https://crys.site/projects/chotto' + s.bindir = 'exe' s.executables << "chotto" s.metadata = { "source_code_uri" => "https://cgit.crys.site/chotto" } - s.add_development_dependency "rspec", ">= 2" + s.add_development_dependency "rspec", ">= 3" end -- cgit v1.2.3