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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0c44d90a04abb7343c89a5ff858d63d23c98c0ce
4
- data.tar.gz: e2c1842533e09ec46d26d5cc6d5e24c72c2c65f2
3
+ metadata.gz: 849a86d2b6ef6ae62d4925fd2f1afad6b48a80c4
4
+ data.tar.gz: 3423a3d28d533aa69830bcd0f2452cb80b1f9de9
5
5
  SHA512:
6
- metadata.gz: 77dea4e880e70869bc7b9ad6a3ce2cd2d33cd20a07cfd5ebbf45e01937275fe828b7e448bfcbf0c93486720202c44244065da82b5251b0423358efcdd174905d
7
- data.tar.gz: 41c3d52d430ec1de181d01461db6b084e14ccbf3d50e147e72306f85214b367bb718d059199edb2ee9cc09f412c93e5b1c30b5e66b45a2bf53b6aa5481abc0e7
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
@@ -38,7 +38,7 @@ end
38
38
 
39
39
  begin
40
40
  if options[:config]
41
- reports = HowIs.from_config_file(YAML.load_file(options[:config]))
41
+ reports = HowIs.from_config(YAML.load_file(options[:config]))
42
42
 
43
43
  save_files(reports)
44
44
  else
@@ -1,3 +1,3 @@
1
1
  class HowIs
2
- VERSION = "18.0.0"
2
+ VERSION = "18.0.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: how_is
3
3
  version: !ruby/object:Gem::Version
4
- version: 18.0.0
4
+ version: 18.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ellen Marie Dash