danger-swiftformat 0.3.2 → 0.3.3

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: ebf8b1d2ff24ac7317fb0de8ffe196e4932ff619
4
- data.tar.gz: 4a01dfd3eb014ef6a8f77cffcc9fa7ed0ffdc91f
3
+ metadata.gz: c883fb1525099b15cb72efdb7ece5d79d2986f75
4
+ data.tar.gz: 33cbd9e67768de23493354a21b7477e8b693302a
5
5
  SHA512:
6
- metadata.gz: 65f69c53d940c0203f278f0dfe878df3d51244a1580c9e79f941f955ca85c66d8d21770d68fa61de69a703be73cf6c5dbaadb243aa1e7ff029c9798818faac7f
7
- data.tar.gz: 2dbfb599a455fb1f2a92a2ca85d18252db30a7fbc37d00a3455b37bbc7fc5a0756d296457f2588fc398d35754060c6e095a7b5e1120b784b2f049a4e15634127
6
+ metadata.gz: 3c6baa938a850d919fcb12fe3d6bb1c9e8d4bc00e4cb60cba7c9b8991f640b388a845ea5b7114759cc7caae7f2bb481f2d22853ea6745b1a2ee161446a7434f3
7
+ data.tar.gz: 77e5f98236a4077353d37f85be62c3fba6235e77d256eebe06005c82888c551052b5ad9bbf20b207b68c608e1a9ffa245f748df77cc98a32f4266af073b30ef2
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- danger-swiftformat (0.3.2)
4
+ danger-swiftformat (0.3.3)
5
5
  danger-plugin-api (~> 1.0)
6
6
 
7
7
  GEM
@@ -34,7 +34,7 @@ GEM
34
34
  danger-plugin-api (1.0.0)
35
35
  danger (> 2.0)
36
36
  diff-lcs (1.3)
37
- faraday (0.13.1)
37
+ faraday (0.14.0)
38
38
  multipart-post (>= 1.2, < 3)
39
39
  faraday-http-cache (1.3.1)
40
40
  faraday (~> 0.8)
@@ -79,7 +79,7 @@ GEM
79
79
  pry (0.11.3)
80
80
  coderay (~> 1.1.0)
81
81
  method_source (~> 0.9.0)
82
- public_suffix (3.0.1)
82
+ public_suffix (3.0.2)
83
83
  rainbow (3.0.0)
84
84
  rake (12.3.0)
85
85
  rb-fsevent (0.10.2)
@@ -133,4 +133,4 @@ DEPENDENCIES
133
133
  yard (~> 0.9)
134
134
 
135
135
  BUNDLED WITH
136
- 1.16.0
136
+ 1.16.3
@@ -1,3 +1,5 @@
1
+ require "shellwords"
2
+
1
3
  module Danger
2
4
  class Cmd
3
5
  def self.run(cmd)
@@ -1,3 +1,3 @@
1
1
  module Swiftformat
2
- VERSION = "0.3.2".freeze
2
+ VERSION = "0.3.3".freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: danger-swiftformat
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.2
4
+ version: 0.3.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vincent Garrigues
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-01-26 00:00:00.000000000 Z
11
+ date: 2018-07-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: danger-plugin-api