danger-SwiftInfo 0.0.4 → 0.0.5

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: ad09bccb0604f6885f6263b62e68e8321766f3d9855ea875692913acc67e5c01
4
- data.tar.gz: '09b97e63b9180bdf6731542a36819d13ca72c0533a04b8bc5815ce5351b5d14a'
3
+ metadata.gz: de7d5609d1459614588c4bd96c19b8fed1da7acb8590e26932da18bbad9b1028
4
+ data.tar.gz: a3b75b79cad968104ea8887f9422b0eba7ae0378d12f09a58c1ed2ae1fda67c4
5
5
  SHA512:
6
- metadata.gz: 9f20e40f9a0ee0772d8f9b2a029359f2fa3ca90e1aeff83ab6508476f078a36dc3e9826457b8d3b3e1538a6a883c3e8adf3ef58e97f00b9ba00a337b2254de3c
7
- data.tar.gz: e6ccc788b68450fff44b0996e95c4ceb98b92eb69538f0b4511d09df7b974aca90192e3b743e4de5c4e5a46221faf5b77416fdbdc23e276efd721caeffaa653a
6
+ metadata.gz: 86b5f32c8c46b99d9e16325a6fda9e43b96008b10c32599814cfa64f76af3f23e095886a5eead51243e79a0c54e201e30f7a224ccc7c87a6dbf990598bfa7d6f
7
+ data.tar.gz: e6d240923c345b39fec31bc18b546edeb7f945c209bcf19e436197943dc7a901f4c261a0d8a0c133193ab35baddbf67f65ad8b1513584581ade4d227c0fec69e
@@ -116,7 +116,7 @@ GEM
116
116
  unicode-display_width (~> 1.1, >= 1.1.1)
117
117
  thor (0.20.3)
118
118
  unicode-display_width (1.6.0)
119
- yard (0.9.19)
119
+ yard (0.9.20)
120
120
 
121
121
  PLATFORMS
122
122
  ruby
@@ -1,3 +1,3 @@
1
1
  module SwiftInfo
2
- VERSION = "0.0.4".freeze
2
+ VERSION = "0.0.5".freeze
3
3
  end
@@ -20,8 +20,8 @@ module Danger
20
20
  # @return [void]
21
21
  #
22
22
  def run(path)
23
- binPath = path
24
- output = `#{binPath} -pullRequest -s`
23
+ binPath = path + " -s -pullRequest"
24
+ output = `#{binPath}`
25
25
  html = output.sub("\n", "<br>")
26
26
  message(output)
27
27
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: danger-SwiftInfo
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bruno Rocha
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-05-20 00:00:00.000000000 Z
11
+ date: 2020-12-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: danger-plugin-api