danger-swiftlint 0.17.2 → 0.17.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 +4 -4
- data/ext/swiftlint/Rakefile +1 -1
- data/lib/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8e47bf07ee53760ad4e1cbfbb338cbcee5c9759e4475066356cb3730f9768eeb
|
|
4
|
+
data.tar.gz: ca08f36ab13566f4132502301fe804bfe3e7e1a2f3d694133a79ce6dd8eb9e18
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0a3eeb51f1c4c3ae9b409709294e90ae36b23638d12a6b52aa9b9fd76eaba791bcdc8bcb1ef58c0f74c212aa9756e320323b3b6b574c7554b08c9fdda52eea62
|
|
7
|
+
data.tar.gz: 5c4bbbf1ac16298f9a5336c98eaac996830b152eca66f3b2d082db0a5c6b880404df661c1363d8a9960150fa3bdc29ecca562817e909c4ab08634e832d5bb596
|
data/ext/swiftlint/Rakefile
CHANGED
|
@@ -5,7 +5,7 @@ require_relative '../../lib/version'
|
|
|
5
5
|
namespace :swiftlint do
|
|
6
6
|
desc 'Download and install swiftlint tool'
|
|
7
7
|
task :install do
|
|
8
|
-
|
|
8
|
+
next if ENV['DANGER_SKIP_SWIFTLINT_INSTALL'] == 'YES'
|
|
9
9
|
|
|
10
10
|
REPO = 'https://github.com/realm/SwiftLint'
|
|
11
11
|
VERSION = ENV['SWIFTLINT_VERSION'] || DangerSwiftlint::SWIFTLINT_VERSION
|
data/lib/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: danger-swiftlint
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.17.
|
|
4
|
+
version: 0.17.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ash Furrow
|
|
@@ -12,7 +12,7 @@ authors:
|
|
|
12
12
|
autorequire:
|
|
13
13
|
bindir: bin
|
|
14
14
|
cert_chain: []
|
|
15
|
-
date: 2018-07-
|
|
15
|
+
date: 2018-07-26 00:00:00.000000000 Z
|
|
16
16
|
dependencies:
|
|
17
17
|
- !ruby/object:Gem::Dependency
|
|
18
18
|
name: danger
|