howzit 2.0.33 → 2.0.34

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: e4db0b38010c389a29c4b0782bb0af5feb7074312d68e4d9bf2621f980107bf4
4
- data.tar.gz: cf3e73b06ebed418f06cd9c70101086b6ab3b6bd8197c6da0590f091fdd6cef0
3
+ metadata.gz: 3c2e8aec0ff890ed7c44ef8408de0661815ecc9de2af2c7b2a1a792186d00a02
4
+ data.tar.gz: b9564b552071749654a60087304b8c8ccc3ac70452434de8de8502267b7b79d9
5
5
  SHA512:
6
- metadata.gz: 30e7809cc491ad6436b3171bfca493e9f3147d3c6c727a8874dcd0bf37fa273fb5712ef3959cb48589c76b05f12c91a3c39eac9306462019f0f2086031fd2697
7
- data.tar.gz: d223732085798c95b18b5801050c06f7894be9eebe95e7c5000ed6962045e8cc767ae30deecc8423f935b9b8ba85998f585636672bc6a57082c521b8e3c41784
6
+ metadata.gz: 214bbba16b9e9a2fcc4b5ee4f4331448e09fcc0a4101fea02d69433a22e1edf8bec348d5022c7a38b95b7af25000ac4a111b65202b1bdc45a766f9d17a2d4337
7
+ data.tar.gz: 4364000c0df9ebeb7415034847e25e5aa90ac9c81ca94b86a877f7e781ef8227bc001ee76340e39d06763035be244fa8b79e81ceca066e5735a1c73ee7b98f16
data/CHANGELOG.md CHANGED
@@ -1,3 +1,11 @@
1
+ ### 2.0.34
2
+
3
+ 2023-01-15 13:32
4
+
5
+ #### FIXED
6
+
7
+ - Fail to partial match include commands after running fzf
8
+
1
9
  ### 2.0.33
2
10
 
3
11
  2023-01-15 13:26
@@ -83,7 +83,6 @@ module Howzit
83
83
  Color.template(self)
84
84
  end
85
85
 
86
-
87
86
  ##
88
87
  ## Convert a string to a regex object based on matching settings
89
88
  ##
@@ -3,5 +3,5 @@
3
3
  # Primary module for this gem.
4
4
  module Howzit
5
5
  # Current Howzit version.
6
- VERSION = '2.0.33'
6
+ VERSION = '2.0.34'
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.33
4
+ version: 2.0.34
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brett Terpstra