danger-xcode_summary 1.3.0 → 1.3.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.github/workflows/ruby.yml +2 -2
- data/Gemfile.lock +36 -39
- data/danger-xcode_summary.gemspec +1 -1
- data/lib/xcode_summary/gem_version.rb +1 -1
- data/spec/spec_helper.rb +0 -2
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ba01bb92755852ab528ad3721b607d41ed61963d221d337a064fb8e54743871b
|
4
|
+
data.tar.gz: 7378e516f2a5c98751997ac1e1fbdb2305805ff8a7d3bc6485a98a53e6a0deda
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1d48beaddc39c86f9393d1f276d55ec9293b86abb3261f47d148dedf3c46b6a706cd98b1e1ee3f3a67ef6a01206d1d9e58c1ce23952e303809a331813f62dda4
|
7
|
+
data.tar.gz: ee27dafbd6f3915058dd04d0c5ec966ac0b6113fb61c4668e9c504a16a10eef0c418ce98ca10b8c3ff7e9f875ac25afec991eba54b984947c034f21127cc9d53
|
data/.github/workflows/ruby.yml
CHANGED
@@ -29,8 +29,8 @@ jobs:
|
|
29
29
|
- name: Set up Ruby
|
30
30
|
# To automatically get bug fixes and new Ruby versions for ruby/setup-ruby,
|
31
31
|
# change this to (see https://github.com/ruby/setup-ruby#versioning):
|
32
|
-
|
33
|
-
|
32
|
+
uses: ruby/setup-ruby@v1
|
33
|
+
# uses: ruby/setup-ruby@55283cc23133118229fd3f97f9336ee23a179fcf # v1.146.0
|
34
34
|
with:
|
35
35
|
ruby-version: ${{ matrix.ruby-version }}
|
36
36
|
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
|
data/Gemfile.lock
CHANGED
@@ -1,17 +1,16 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
danger-xcode_summary (1.3.
|
4
|
+
danger-xcode_summary (1.3.1)
|
5
5
|
danger-plugin-api (~> 1.0)
|
6
|
-
xcresult (~> 0.2)
|
6
|
+
xcresult (~> 0.2.2)
|
7
7
|
|
8
8
|
GEM
|
9
9
|
remote: https://rubygems.org/
|
10
10
|
specs:
|
11
|
-
addressable (2.8.
|
12
|
-
public_suffix (>= 2.0.2, <
|
11
|
+
addressable (2.8.7)
|
12
|
+
public_suffix (>= 2.0.2, < 7.0)
|
13
13
|
ast (2.4.2)
|
14
|
-
base64 (0.2.0)
|
15
14
|
claide (1.1.0)
|
16
15
|
claide-plugins (0.9.2)
|
17
16
|
cork
|
@@ -21,7 +20,7 @@ GEM
|
|
21
20
|
colored2 (3.1.2)
|
22
21
|
cork (0.3.0)
|
23
22
|
colored2 (~> 3.1)
|
24
|
-
danger (9.
|
23
|
+
danger (9.5.0)
|
25
24
|
claide (~> 1.0)
|
26
25
|
claide-plugins (>= 0.9.2)
|
27
26
|
colored2 (~> 3.1)
|
@@ -31,19 +30,19 @@ GEM
|
|
31
30
|
git (~> 1.13)
|
32
31
|
kramdown (~> 2.3)
|
33
32
|
kramdown-parser-gfm (~> 1.0)
|
34
|
-
no_proxy_fix
|
35
33
|
octokit (>= 4.0)
|
36
34
|
terminal-table (>= 1, < 4)
|
37
35
|
danger-plugin-api (1.0.0)
|
38
36
|
danger (> 2.0)
|
39
37
|
diff-lcs (1.5.1)
|
40
|
-
faraday (2.
|
41
|
-
faraday-net_http (>= 2.0, < 3.
|
38
|
+
faraday (2.11.0)
|
39
|
+
faraday-net_http (>= 2.0, < 3.4)
|
40
|
+
logger
|
42
41
|
faraday-http-cache (2.5.1)
|
43
42
|
faraday (>= 0.8)
|
44
|
-
faraday-net_http (3.
|
43
|
+
faraday-net_http (3.3.0)
|
45
44
|
net-http
|
46
|
-
ffi (1.
|
45
|
+
ffi (1.17.0)
|
47
46
|
formatador (1.1.0)
|
48
47
|
git (1.19.1)
|
49
48
|
addressable (~> 2.8)
|
@@ -62,73 +61,71 @@ GEM
|
|
62
61
|
guard (~> 2.1)
|
63
62
|
guard-compat (~> 1.1)
|
64
63
|
rspec (>= 2.99.0, < 4.0)
|
65
|
-
json (2.7.
|
64
|
+
json (2.7.2)
|
66
65
|
kramdown (2.4.0)
|
67
66
|
rexml
|
68
67
|
kramdown-parser-gfm (1.1.0)
|
69
68
|
kramdown (~> 2.0)
|
70
69
|
language_server-protocol (3.17.0.3)
|
71
|
-
listen (3.
|
70
|
+
listen (3.9.0)
|
72
71
|
rb-fsevent (~> 0.10, >= 0.10.3)
|
73
72
|
rb-inotify (~> 0.9, >= 0.9.10)
|
73
|
+
logger (1.6.1)
|
74
74
|
lumberjack (1.2.10)
|
75
|
-
method_source (1.
|
75
|
+
method_source (1.1.0)
|
76
76
|
nap (1.1.0)
|
77
77
|
nenv (0.3.0)
|
78
78
|
net-http (0.4.1)
|
79
79
|
uri
|
80
|
-
no_proxy_fix (0.1.2)
|
81
80
|
notiffany (0.1.3)
|
82
81
|
nenv (~> 0.1)
|
83
82
|
shellany (~> 0.0)
|
84
|
-
octokit (
|
85
|
-
base64
|
83
|
+
octokit (9.1.0)
|
86
84
|
faraday (>= 1, < 3)
|
87
85
|
sawyer (~> 0.9)
|
88
86
|
open4 (1.3.4)
|
89
|
-
parallel (1.
|
90
|
-
parser (3.3.0
|
87
|
+
parallel (1.26.3)
|
88
|
+
parser (3.3.5.0)
|
91
89
|
ast (~> 2.4.1)
|
92
90
|
racc
|
93
91
|
pry (0.14.2)
|
94
92
|
coderay (~> 1.1)
|
95
93
|
method_source (~> 1.0)
|
96
|
-
public_suffix (
|
97
|
-
racc (1.
|
94
|
+
public_suffix (6.0.1)
|
95
|
+
racc (1.8.1)
|
98
96
|
rainbow (3.1.1)
|
99
|
-
rake (13.1
|
97
|
+
rake (13.2.1)
|
100
98
|
rb-fsevent (0.11.2)
|
101
|
-
rb-inotify (0.
|
99
|
+
rb-inotify (0.11.1)
|
102
100
|
ffi (~> 1.0)
|
103
101
|
rchardet (1.8.0)
|
104
|
-
regexp_parser (2.9.
|
105
|
-
rexml (3.
|
102
|
+
regexp_parser (2.9.2)
|
103
|
+
rexml (3.3.7)
|
106
104
|
rspec (3.13.0)
|
107
105
|
rspec-core (~> 3.13.0)
|
108
106
|
rspec-expectations (~> 3.13.0)
|
109
107
|
rspec-mocks (~> 3.13.0)
|
110
|
-
rspec-core (3.13.
|
108
|
+
rspec-core (3.13.1)
|
111
109
|
rspec-support (~> 3.13.0)
|
112
|
-
rspec-expectations (3.13.
|
110
|
+
rspec-expectations (3.13.2)
|
113
111
|
diff-lcs (>= 1.2.0, < 2.0)
|
114
112
|
rspec-support (~> 3.13.0)
|
115
|
-
rspec-mocks (3.13.
|
113
|
+
rspec-mocks (3.13.1)
|
116
114
|
diff-lcs (>= 1.2.0, < 2.0)
|
117
115
|
rspec-support (~> 3.13.0)
|
118
|
-
rspec-support (3.13.
|
119
|
-
rubocop (1.
|
116
|
+
rspec-support (3.13.1)
|
117
|
+
rubocop (1.66.1)
|
120
118
|
json (~> 2.3)
|
121
119
|
language_server-protocol (>= 3.17.0)
|
122
120
|
parallel (~> 1.10)
|
123
121
|
parser (>= 3.3.0.2)
|
124
122
|
rainbow (>= 2.2.2, < 4.0)
|
125
|
-
regexp_parser (>=
|
126
|
-
|
127
|
-
rubocop-ast (>= 1.30.0, < 2.0)
|
123
|
+
regexp_parser (>= 2.4, < 3.0)
|
124
|
+
rubocop-ast (>= 1.32.2, < 2.0)
|
128
125
|
ruby-progressbar (~> 1.7)
|
129
126
|
unicode-display_width (>= 2.4.0, < 3.0)
|
130
|
-
rubocop-ast (1.
|
131
|
-
parser (>= 3.
|
127
|
+
rubocop-ast (1.32.2)
|
128
|
+
parser (>= 3.3.1.0)
|
132
129
|
ruby-progressbar (1.13.0)
|
133
130
|
sawyer (0.9.2)
|
134
131
|
addressable (>= 2.3.5)
|
@@ -136,11 +133,11 @@ GEM
|
|
136
133
|
shellany (0.0.1)
|
137
134
|
terminal-table (3.0.2)
|
138
135
|
unicode-display_width (>= 1.1.1, < 3)
|
139
|
-
thor (1.3.
|
136
|
+
thor (1.3.2)
|
140
137
|
unicode-display_width (2.5.0)
|
141
|
-
uri (0.13.
|
142
|
-
xcresult (0.2.
|
143
|
-
yard (0.9.
|
138
|
+
uri (0.13.1)
|
139
|
+
xcresult (0.2.2)
|
140
|
+
yard (0.9.37)
|
144
141
|
|
145
142
|
PLATFORMS
|
146
143
|
ruby
|
@@ -23,7 +23,7 @@ Gem::Specification.new do |spec|
|
|
23
23
|
|
24
24
|
spec.required_ruby_version = ">= 2.4.0"
|
25
25
|
|
26
|
-
spec.add_dependency 'xcresult', '~> 0.2'
|
26
|
+
spec.add_dependency 'xcresult', '~> 0.2.2'
|
27
27
|
spec.add_runtime_dependency 'danger-plugin-api', '~> 1.0'
|
28
28
|
|
29
29
|
# General ruby development
|
data/spec/spec_helper.rb
CHANGED
@@ -30,7 +30,6 @@ end
|
|
30
30
|
# it comes with an extra function `.string` which will
|
31
31
|
# strip all ANSI colours from the string.
|
32
32
|
|
33
|
-
# rubocop:disable Lint/NestedMethodDefinition
|
34
33
|
def testing_ui
|
35
34
|
@output = StringIO.new
|
36
35
|
def @output.winsize
|
@@ -43,7 +42,6 @@ def testing_ui
|
|
43
42
|
end
|
44
43
|
cork
|
45
44
|
end
|
46
|
-
# rubocop:enable Lint/NestedMethodDefinition
|
47
45
|
|
48
46
|
# Example environment (ENV) that would come from
|
49
47
|
# running a PR on TravisCI
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: danger-xcode_summary
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.3.
|
4
|
+
version: 1.3.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Diogo Tridapalli
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2024-
|
12
|
+
date: 2024-09-04 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: xcresult
|
@@ -17,14 +17,14 @@ dependencies:
|
|
17
17
|
requirements:
|
18
18
|
- - "~>"
|
19
19
|
- !ruby/object:Gem::Version
|
20
|
-
version:
|
20
|
+
version: 0.2.2
|
21
21
|
type: :runtime
|
22
22
|
prerelease: false
|
23
23
|
version_requirements: !ruby/object:Gem::Requirement
|
24
24
|
requirements:
|
25
25
|
- - "~>"
|
26
26
|
- !ruby/object:Gem::Version
|
27
|
-
version:
|
27
|
+
version: 0.2.2
|
28
28
|
- !ruby/object:Gem::Dependency
|
29
29
|
name: danger-plugin-api
|
30
30
|
requirement: !ruby/object:Gem::Requirement
|