diff options
author | mms <git@sapka.me> | 2024-11-28 12:41:29 +0100 |
---|---|---|
committer | mms <git@sapka.me> | 2024-11-28 12:41:29 +0100 |
commit | edb47d1dbdacc439ddb1fae7ce7ffa1b4b5b7738 (patch) | |
tree | e7be84b775ad7725b1f278eb9472227147562623 | |
parent | 1354fcfd222a922762999cd6a97dfe5845d4f835 (diff) |
bump required respec
-rw-r--r-- | chotto-0.1.1.gem | bin | 0 -> 6656 bytes | |||
-rw-r--r-- | chotto.gemspec | 7 | ||||
-rwxr-xr-x | exe/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 Binary files differnew file mode 100644 index 0000000..e4ec398 --- /dev/null +++ b/chotto-0.1.1.gem 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 |