aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormms <git@sapka.me>2024-11-28 12:41:29 +0100
committermms <git@sapka.me>2024-11-28 12:41:29 +0100
commitedb47d1dbdacc439ddb1fae7ce7ffa1b4b5b7738 (patch)
treee7be84b775ad7725b1f278eb9472227147562623
parent1354fcfd222a922762999cd6a97dfe5845d4f835 (diff)
fix: properly set the executable in gemspecHEAD0.1.1master
bump required respec
-rw-r--r--chotto-0.1.1.gembin0 -> 6656 bytes
-rw-r--r--chotto.gemspec7
-rwxr-xr-xexe/chotto (renamed from bin/chotto)0
3 files changed, 4 insertions, 3 deletions
diff --git a/chotto-0.1.1.gem b/chotto-0.1.1.gem
new file mode 100644
index 0000000..e4ec398
--- /dev/null
+++ b/chotto-0.1.1.gem
Binary files differ
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
diff --git a/bin/chotto b/exe/chotto
index 0d6116f..0d6116f 100755
--- a/bin/chotto
+++ b/exe/chotto