how_is 18.0.0 → 18.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -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: 849a86d2b6ef6ae62d4925fd2f1afad6b48a80c4
|
4
|
+
data.tar.gz: 3423a3d28d533aa69830bcd0f2452cb80b1f9de9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6f4a88a03220d4f609be88e3d8c58833e951f21b3accfdcd1904151a776fab680122a8491d348a0ec910430ddefe99cfccbeb1bfbe6599f5a6cf83f6d6e75358
|
7
|
+
data.tar.gz: 52efb475c3ce77857d36edaafa194434569383e51dc21b4bbf0c2fe64f6b420b73d57f8f5f4b8653a59d9f6c4be3152edf7e30d4ffa66470ad9437b21e5e2d15
|
data/CHANGELOG.md
CHANGED
@@ -9,6 +9,16 @@ this project adheres to [Semantic Versioning](http://semver.org).
|
|
9
9
|
|
10
10
|
(Nothing so far.)
|
11
11
|
|
12
|
+
## [v18.0.1]
|
13
|
+
|
14
|
+
This release ([snapshot](https://github.com/how-is/how_is/tree/v18.0.1))
|
15
|
+
fixes the `--config` flag, which was previously using the wrong method.
|
16
|
+
|
17
|
+
### Changes
|
18
|
+
|
19
|
+
* v18.0.1 - fix `--config` flag.
|
20
|
+
([#147](https://github.com/how-is/how_is/pull/147))
|
21
|
+
|
12
22
|
## [v18.0.0]
|
13
23
|
|
14
24
|
This release ([snapshot](https://github.com/how-is/how_is/tree/v18.0.0))
|
data/exe/how_is
CHANGED
data/lib/how_is/version.rb
CHANGED