how_is 18.0.1 → 18.0.2
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 +4 -4
- data/CHANGELOG.md +11 -0
- data/exe/how_is +1 -1
- data/lib/how_is/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7af6f8d15c041385b198ac7aab7e3d0f7daec229
|
|
4
|
+
data.tar.gz: 8633dfde4863be308641d36c4aad7983981c1b03
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0b9ed47bce960ecac6e3b32b1cf95495e6a14624f7a1c713709b8e5a92a91a4c4bb30d1ebe544ae8d06dc6f2099fe72d45588f734c5395187fc7cdddf6e31e34
|
|
7
|
+
data.tar.gz: d03d18caf52eb5b3195c925ce87137399ed7f172aed06c653afefc6b695f4079ca1635d5ac5bf05ded466f1f4f6afedc0705ab8810732a53b821a6eb71157e1b
|
data/CHANGELOG.md
CHANGED
|
@@ -9,6 +9,17 @@ this project adheres to [Semantic Versioning](http://semver.org).
|
|
|
9
9
|
|
|
10
10
|
(Nothing so far.)
|
|
11
11
|
|
|
12
|
+
## [v18.0.2]
|
|
13
|
+
|
|
14
|
+
This release ([snapshot](https://github.com/how-is/how_is/tree/v18.0.2))
|
|
15
|
+
_actually_ fixes the `--config` flag, which made an unecessary method
|
|
16
|
+
call.
|
|
17
|
+
|
|
18
|
+
### Changes
|
|
19
|
+
|
|
20
|
+
* v18.0.2 - Remove unnecessary `.send()` call in exe/how_is.
|
|
21
|
+
([#148](https://github.com/how-is/how_is/pull/148))
|
|
22
|
+
|
|
12
23
|
## [v18.0.1]
|
|
13
24
|
|
|
14
25
|
This release ([snapshot](https://github.com/how-is/how_is/tree/v18.0.1))
|
data/exe/how_is
CHANGED
data/lib/how_is/version.rb
CHANGED