danger-swiftformat 0.3.4 → 0.3.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 10ad44715ca49e7622129d680ccd2ab6a9b5d2a37dc8d8c58e75e0dba9d8bb36
4
- data.tar.gz: 8460b6d76d43ea3afa66c46cbc175d6448b940c42a533c58cfd56be6fc51695a
3
+ metadata.gz: 7945da2a2b7232307fd2f4d78fd9c1831231a7fcca7505e8ea4117c64ba36b09
4
+ data.tar.gz: 1bbab3588bc435e9124b997d4fc6ecc82967cd2daa2d9c1db7bfda69074c5485
5
5
  SHA512:
6
- metadata.gz: fb1232de8dd1d26985a54f0e3858d434fb440d5d979c538293866db01fe1fc499391d789eefeff390227d8a63d5de391952b1b0885b97d4f5d36f77ea18b9129
7
- data.tar.gz: 92dafae8fe336639ab399dd5599e87ed53cee8e4aad19c9104ab35da2c94e47930b31f8742d8e4d86a84756a2705d955fef9778d792fb2faf0ce892761fd3d6e
6
+ metadata.gz: 6c6f869836be76cac8e486638e8c3798064d9687e05eddf680ce12fd98760a9eee4bb885799b58b84dd9632ffee009c514578d562ddef5fab0f8d99d8e6b9329
7
+ data.tar.gz: 2cf9383c45d98d24427fdad8755d9d13217aab57b266b75140769eeb55fc1a4e06beef694bb6beb3ff62a6e0c1698ac7e3cc2978619be6152c671cfa62d70b98
data/.rubocop.yml CHANGED
@@ -3,7 +3,7 @@
3
3
  # If you don't like these settings, just delete this file :)
4
4
 
5
5
  AllCops:
6
- TargetRubyVersion: 2.1
6
+ TargetRubyVersion: 2.2
7
7
 
8
8
  Style/StringLiterals:
9
9
  EnforcedStyle: double_quotes
@@ -127,7 +127,7 @@ Metrics/BlockLength:
127
127
  Style/MixinGrouping:
128
128
  Enabled: false
129
129
 
130
- Style/FileName:
130
+ Naming/FileName:
131
131
  Enabled: false
132
132
 
133
133
  Layout/IndentHeredoc:
data/Gemfile.lock CHANGED
@@ -1,8 +1,8 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- danger-swiftformat (0.3.4)
5
- colorize (~> 0.7.7)
4
+ danger-swiftformat (0.3.5)
5
+ colorize (~> 0.8.1)
6
6
  danger-plugin-api (~> 1.0)
7
7
 
8
8
  GEM
@@ -10,7 +10,7 @@ GEM
10
10
  specs:
11
11
  addressable (2.5.2)
12
12
  public_suffix (>= 2.0.2, < 4.0)
13
- ast (2.3.0)
13
+ ast (2.4.0)
14
14
  claide (1.0.2)
15
15
  claide-plugins (0.9.2)
16
16
  cork
@@ -18,7 +18,7 @@ GEM
18
18
  open4 (~> 1.3)
19
19
  coderay (1.1.2)
20
20
  colored2 (3.1.2)
21
- colorize (0.7.7)
21
+ colorize (0.8.1)
22
22
  cork (0.3.0)
23
23
  colored2 (~> 3.1)
24
24
  danger (5.6.4)
@@ -40,13 +40,13 @@ GEM
40
40
  multipart-post (>= 1.2, < 3)
41
41
  faraday-http-cache (1.3.1)
42
42
  faraday (~> 0.8)
43
- ffi (1.9.18)
43
+ ffi (1.9.25)
44
44
  formatador (0.2.5)
45
45
  git (1.5.0)
46
- guard (2.14.1)
46
+ guard (2.14.2)
47
47
  formatador (>= 0.2.4)
48
48
  listen (>= 2.7, < 4.0)
49
- lumberjack (~> 1.0)
49
+ lumberjack (>= 1.0.12, < 2.0)
50
50
  nenv (~> 0.1)
51
51
  notiffany (~> 0.0)
52
52
  pry (>= 0.9.12)
@@ -57,12 +57,13 @@ GEM
57
57
  guard (~> 2.1)
58
58
  guard-compat (~> 1.1)
59
59
  rspec (>= 2.99.0, < 4.0)
60
+ jaro_winkler (1.5.1)
60
61
  kramdown (1.17.0)
61
62
  listen (3.1.5)
62
63
  rb-fsevent (~> 0.9, >= 0.9.4)
63
64
  rb-inotify (~> 0.9, >= 0.9.7)
64
65
  ruby_dep (~> 1.2)
65
- lumberjack (1.0.12)
66
+ lumberjack (1.0.13)
66
67
  method_source (0.9.0)
67
68
  multipart-post (2.0.0)
68
69
  nap (1.1.0)
@@ -71,43 +72,44 @@ GEM
71
72
  notiffany (0.1.1)
72
73
  nenv (~> 0.1)
73
74
  shellany (~> 0.0)
74
- octokit (4.10.0)
75
+ octokit (4.11.0)
75
76
  sawyer (~> 0.8.0, >= 0.5.3)
76
77
  open4 (1.3.4)
77
78
  parallel (1.12.1)
78
- parser (2.4.0.2)
79
- ast (~> 2.3)
80
- powerpack (0.1.1)
79
+ parser (2.5.1.2)
80
+ ast (~> 2.4.0)
81
+ powerpack (0.1.2)
81
82
  pry (0.11.3)
82
83
  coderay (~> 1.1.0)
83
84
  method_source (~> 0.9.0)
84
85
  public_suffix (3.0.3)
85
86
  rainbow (3.0.0)
86
- rake (12.3.0)
87
- rb-fsevent (0.10.2)
87
+ rake (12.3.1)
88
+ rb-fsevent (0.10.3)
88
89
  rb-inotify (0.9.10)
89
90
  ffi (>= 0.5.0, < 2)
90
- rspec (3.7.0)
91
- rspec-core (~> 3.7.0)
92
- rspec-expectations (~> 3.7.0)
93
- rspec-mocks (~> 3.7.0)
94
- rspec-core (3.7.0)
95
- rspec-support (~> 3.7.0)
96
- rspec-expectations (3.7.0)
91
+ rspec (3.8.0)
92
+ rspec-core (~> 3.8.0)
93
+ rspec-expectations (~> 3.8.0)
94
+ rspec-mocks (~> 3.8.0)
95
+ rspec-core (3.8.0)
96
+ rspec-support (~> 3.8.0)
97
+ rspec-expectations (3.8.1)
97
98
  diff-lcs (>= 1.2.0, < 2.0)
98
- rspec-support (~> 3.7.0)
99
- rspec-mocks (3.7.0)
99
+ rspec-support (~> 3.8.0)
100
+ rspec-mocks (3.8.0)
100
101
  diff-lcs (>= 1.2.0, < 2.0)
101
- rspec-support (~> 3.7.0)
102
- rspec-support (3.7.0)
103
- rubocop (0.52.0)
102
+ rspec-support (~> 3.8.0)
103
+ rspec-support (3.8.0)
104
+ rubocop (0.58.2)
105
+ jaro_winkler (~> 1.5.1)
104
106
  parallel (~> 1.10)
105
- parser (>= 2.4.0.2, < 3.0)
107
+ parser (>= 2.5, != 2.5.1.1)
106
108
  powerpack (~> 0.1)
107
109
  rainbow (>= 2.2.2, < 4.0)
108
110
  ruby-progressbar (~> 1.7)
109
111
  unicode-display_width (~> 1.0, >= 1.0.1)
110
- ruby-progressbar (1.9.0)
112
+ ruby-progressbar (1.10.0)
111
113
  ruby_dep (1.5.0)
112
114
  sawyer (0.8.1)
113
115
  addressable (>= 2.3.5, < 2.6)
@@ -116,8 +118,8 @@ GEM
116
118
  terminal-table (1.8.0)
117
119
  unicode-display_width (~> 1.1, >= 1.1.1)
118
120
  thor (0.20.0)
119
- unicode-display_width (1.3.0)
120
- yard (0.9.12)
121
+ unicode-display_width (1.4.0)
122
+ yard (0.9.16)
121
123
 
122
124
  PLATFORMS
123
125
  ruby
@@ -19,8 +19,7 @@ Gem::Specification.new do |spec|
19
19
  spec.require_paths = ['lib']
20
20
 
21
21
  spec.add_runtime_dependency 'danger-plugin-api', '~> 1.0'
22
-
23
- spec.add_runtime_dependency 'colorize', '~> 0.7.7'
22
+ spec.add_runtime_dependency 'colorize', '~> 0.8.1'
24
23
 
25
24
  # General ruby development
26
25
  spec.add_development_dependency 'bundler', '~> 1.16'
@@ -1,3 +1,3 @@
1
1
  module Swiftformat
2
- VERSION = "0.3.4".freeze
2
+ VERSION = "0.3.5".freeze
3
3
  end
data/spec/spec_helper.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  require "pathname"
2
- ROOT = Pathname.new(File.expand_path("../../", __FILE__))
2
+ ROOT = Pathname.new(File.expand_path("..", __dir__))
3
3
  $:.unshift((ROOT + "lib").to_s)
4
4
  $:.unshift((ROOT + "spec").to_s)
5
5
 
@@ -1,4 +1,4 @@
1
- require File.expand_path("../../spec_helper", __FILE__)
1
+ require File.expand_path("../spec_helper", __dir__)
2
2
 
3
3
  module Danger
4
4
  describe Danger::DangerSwiftformat do
@@ -1,4 +1,4 @@
1
- require File.expand_path("../../spec_helper", __FILE__)
1
+ require File.expand_path("../spec_helper", __dir__)
2
2
 
3
3
  RSpec.describe Danger::SwiftFormat do
4
4
  describe "#installed?" do
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.4
4
+ version: 0.3.5
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-08-22 00:00:00.000000000 Z
11
+ date: 2018-09-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: danger-plugin-api
@@ -30,14 +30,14 @@ dependencies:
30
30
  requirements:
31
31
  - - "~>"
32
32
  - !ruby/object:Gem::Version
33
- version: 0.7.7
33
+ version: 0.8.1
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
38
  - - "~>"
39
39
  - !ruby/object:Gem::Version
40
- version: 0.7.7
40
+ version: 0.8.1
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: bundler
43
43
  requirement: !ruby/object:Gem::Requirement