howzit 2.0.31 → 2.0.32

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 26dd07092f365cd21cb4d077f0bc50fca533af0a887254e3086aa9151bb6a45a
4
- data.tar.gz: e015fc62c9540593afd17f8b134c1e0bedbd7ee14424ec02f9d8a7de419219c5
3
+ metadata.gz: 60d256888b71fff3d25c94ba6cf19bf8cbfcc9b683b220ac129ebe4def27c3ad
4
+ data.tar.gz: 57b4585039f4d277c88160402fcef38c5fc77c2c600f7e9008db6ffc2cfc6dd4
5
5
  SHA512:
6
- metadata.gz: 549a57df5cd0e0760ba579dea70c82d08db6cc743b5bcf3e659058534f01dfd2536ebf1fd0f3f47dac2e9275ed82ebef8353c630c961424797dc281931a4fc22
7
- data.tar.gz: f9fe0d54b25137ec1d89dfcd5ead0ee9814dd5b74af0a4797743c4e1f28e793aee4d018bfc1d1774470f5d7979dd9866aea80539a0bccc462f0fc0e53e413f77
6
+ metadata.gz: 7b9aa6a457a57ee619999b274d0371a18d99e6f2da8cc1ca6334a67e99e5e7010457a7b384a4be0b2b8ae0bbcb1cec5eac8061ab77dd817f38f21b8b559d6eff
7
+ data.tar.gz: c9d2b38a01f78bcad831a37bd14b35c9c1b20d106fd908c0088c6750d4aaa365ed75546b904e06a1a922fbf73982be530ebc9ffe0c65e74201d4375ace9b97c0
data/CHANGELOG.md CHANGED
@@ -1,3 +1,11 @@
1
+ ### 2.0.32
2
+
3
+ 2023-01-15 10:46
4
+
5
+ #### IMPROVED
6
+
7
+ - When using fzf chooser, make matching exact to avoid running multiple topics
8
+
1
9
  ### 2.0.31
2
10
 
3
11
  2022-08-31 07:17
data/README.md CHANGED
@@ -37,6 +37,11 @@ You can install `howzit` by running:
37
37
 
38
38
  gem install howzit
39
39
 
40
+ If you run into permission errors using the above command, you'll need to either use `sudo` (`sudo gem install howzit`) or if you're using Homebrew, you have the option to install via [brew-gem](https://github.com/sportngin/brew-gem):
41
+
42
+ brew install brew-gem
43
+ brew gem install howzit
44
+
40
45
  ### Usage
41
46
 
42
47
  [See the wiki](https://github.com/ttscoff/howzit/wiki) for documentation.
@@ -786,6 +786,7 @@ module Howzit
786
786
  else
787
787
  titles = matches.map { |topic| topic.title }
788
788
  res = Prompt.choose(titles)
789
+ Howzit.options[:matching] = 'exact'
789
790
  res.each { |title| topic_matches.concat(find_topic(title)) }
790
791
  end
791
792
  end
@@ -3,5 +3,5 @@
3
3
  # Primary module for this gem.
4
4
  module Howzit
5
5
  # Current Howzit version.
6
- VERSION = '2.0.31'
6
+ VERSION = '2.0.32'
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: howzit
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.31
4
+ version: 2.0.32
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brett Terpstra
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-08-31 00:00:00.000000000 Z
11
+ date: 2023-01-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler