howzit 2.0.32 → 2.0.33

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 60d256888b71fff3d25c94ba6cf19bf8cbfcc9b683b220ac129ebe4def27c3ad
4
- data.tar.gz: 57b4585039f4d277c88160402fcef38c5fc77c2c600f7e9008db6ffc2cfc6dd4
3
+ metadata.gz: e4db0b38010c389a29c4b0782bb0af5feb7074312d68e4d9bf2621f980107bf4
4
+ data.tar.gz: cf3e73b06ebed418f06cd9c70101086b6ab3b6bd8197c6da0590f091fdd6cef0
5
5
  SHA512:
6
- metadata.gz: 7b9aa6a457a57ee619999b274d0371a18d99e6f2da8cc1ca6334a67e99e5e7010457a7b384a4be0b2b8ae0bbcb1cec5eac8061ab77dd817f38f21b8b559d6eff
7
- data.tar.gz: c9d2b38a01f78bcad831a37bd14b35c9c1b20d106fd908c0088c6750d4aaa365ed75546b904e06a1a922fbf73982be530ebc9ffe0c65e74201d4375ace9b97c0
6
+ metadata.gz: 30e7809cc491ad6436b3171bfca493e9f3147d3c6c727a8874dcd0bf37fa273fb5712ef3959cb48589c76b05f12c91a3c39eac9306462019f0f2086031fd2697
7
+ data.tar.gz: d223732085798c95b18b5801050c06f7894be9eebe95e7c5000ed6962045e8cc767ae30deecc8423f935b9b8ba85998f585636672bc6a57082c521b8e3c41784
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ### 2.0.33
2
+
3
+ 2023-01-15 13:26
4
+
1
5
  ### 2.0.32
2
6
 
3
7
  2023-01-15 10:46
@@ -786,8 +786,10 @@ module Howzit
786
786
  else
787
787
  titles = matches.map { |topic| topic.title }
788
788
  res = Prompt.choose(titles)
789
+ old_matching = Howzit.options[:matching]
789
790
  Howzit.options[:matching] = 'exact'
790
791
  res.each { |title| topic_matches.concat(find_topic(title)) }
792
+ Howzit.options[:matching] = old_matching
791
793
  end
792
794
  end
793
795
  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.32'
6
+ VERSION = '2.0.33'
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: howzit
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.32
4
+ version: 2.0.33
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brett Terpstra