pronto-dialyxir 0.1.1 → 0.1.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: a9abd5ffe44c279321c204bfc46fa8b5c8e3c56d
4
- data.tar.gz: 3aac7c04d7153c976675cdbbf19fe5b91c4f4512
3
+ metadata.gz: b1200ff8d82767fad32f7eff23be7e1819c3bd86
4
+ data.tar.gz: bd8789c150029801a897a4368111ef19006aed9d
5
5
  SHA512:
6
- metadata.gz: 5c247ab38d62d5be9efe16509dbc14e4be45d327b461e9925da48dc5913f6c26d1d692cf5ff9933890ad703a69408bd0915404ba5f0bee2ba8e3f1be6a1773b0
7
- data.tar.gz: f3daa6ebe9ab855adb6e366125fa2f6426dbafe340cbc37ebab5c929310236aea741bac9d5c7b06765341827cdad8ad911b8ac8acb7403905db05d63b3311188
6
+ metadata.gz: a4f047dacdc9d46aae0976e19827ef2ee9672dc82644a53ae7a14ed30d60b66bc6c81f39e3c66e43b7cf6ca88bb0671cdea403c621efb32be589998236798409
7
+ data.tar.gz: 5e88a325c5683891ccc78e5f56dee12c3cfd9a75572c050d28747d18fcdce957d0dfbb5c79be107ca66add6ec3a8d8f764f02d7fb12db2b78c059505068fa6f1
@@ -1,5 +1,5 @@
1
1
  module Pronto
2
2
  module Dialyxir
3
- VERSION = '0.1.1'
3
+ VERSION = '0.1.2'
4
4
  end
5
5
  end
@@ -18,9 +18,8 @@ module Pronto
18
18
  private
19
19
 
20
20
  def run_linter
21
- stdout, stderr, _ = Open3.capture3(dialyxir_executable)
22
- puts "WARN: pronto-dialyxir: #{stderr}" if stderr && stderr.size > 0
23
- stdout
21
+ _, stderr, _ = Open3.capture3(dialyxir_executable)
22
+ stderr
24
23
  end
25
24
 
26
25
  def dialyxir_executable
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pronto-dialyxir
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Anastasiya Dyachenko