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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 849a86d2b6ef6ae62d4925fd2f1afad6b48a80c4
4
- data.tar.gz: 3423a3d28d533aa69830bcd0f2452cb80b1f9de9
3
+ metadata.gz: 7af6f8d15c041385b198ac7aab7e3d0f7daec229
4
+ data.tar.gz: 8633dfde4863be308641d36c4aad7983981c1b03
5
5
  SHA512:
6
- metadata.gz: 6f4a88a03220d4f609be88e3d8c58833e951f21b3accfdcd1904151a776fab680122a8491d348a0ec910430ddefe99cfccbeb1bfbe6599f5a6cf83f6d6e75358
7
- data.tar.gz: 52efb475c3ce77857d36edaafa194434569383e51dc21b4bbf0c2fe64f6b420b73d57f8f5f4b8653a59d9f6c4be3152edf7e30d4ffa66470ad9437b21e5e2d15
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
@@ -31,7 +31,7 @@ def save_files(reports)
31
31
  format = file.split('.').last
32
32
 
33
33
  File.open(file, 'w') do |f|
34
- f.write report.send("to_#{format}")
34
+ f.write report
35
35
  end
36
36
  end
37
37
  end
@@ -1,3 +1,3 @@
1
1
  class HowIs
2
- VERSION = "18.0.1"
2
+ VERSION = "18.0.2"
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.1
4
+ version: 18.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ellen Marie Dash