danger-additional-logging 0.0.6 → 0.0.7

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
  SHA256:
3
- metadata.gz: 390571d729973fa4be224c9de65d609ec7aaffd0a1c162bdcc5e70c4ebc07923
4
- data.tar.gz: 613cf532e130b40d62bd5732479d4695fc0fa6a337c89ab324b83357a4b716e5
3
+ metadata.gz: 6f29e3f823e9fb3d9baba626fef6af0350e8f025175eb0e6fd57d5fddd8d73a5
4
+ data.tar.gz: 9b73669723b7fc7d9d1b90d102b1432fdfb306ce1ade1eb340c3a2be4b8551be
5
5
  SHA512:
6
- metadata.gz: 99dc62a3a802646511a3c519a8ed8ba9165641ff0011d4dbb0ee85dfcb760336e855c9932058718314463dc5ca2500663581fec90fb71bf55f4b1dee02481cf9
7
- data.tar.gz: 0da78c3ca6ee7ff9436c667165530ce1491b6d005823a8fcc65da4a5f20240a8e92f90f2a9e8b88e2b0454b3fa1d00736bec0274c61baf5d3df5b7b558eddd25
6
+ metadata.gz: 1da3620ce9b9d1658710da83b755abc0d9122c1b9d273add50e3d77d6bd8f95449e453812252e8cb468581f7c9d01afd0911a7bf1298da7a8d173fc369ca967a
7
+ data.tar.gz: 3c082a7840040829887721ba77069f138054e578b95a9198b3824287999f768d3758c9230af4be9a258bb446711ec3fef3a7540b4cd38313d497f3e759e5b840
@@ -54,7 +54,9 @@ module Danger
54
54
  Dir.chdir(self.folder || ".") do
55
55
  git_command = string.split(" ").dup.unshift("git")
56
56
  Open3.popen2(default_env, *git_command) do |_stdin, stdout, _wait_thr|
57
- stdout.read.rstrip
57
+ output = stdout.read.rstrip
58
+ puts output # Print the captured output
59
+ output # Return the captured output
58
60
  end
59
61
  end
60
62
  end
@@ -1,4 +1,4 @@
1
1
  module Danger
2
- VERSION = "0.0.6".freeze
2
+ VERSION = "0.0.7".freeze
3
3
  DESCRIPTION = "Like Unit Tests, but for your Team Culture.".freeze
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: danger-additional-logging
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Orta Therox