danger-shroud 0.0.5 → 0.0.6

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: ef8bbfd7e32b3948a01570f48a893401eda640342e58fb4721c6da5dc66ea94e
4
- data.tar.gz: 8b4d3599b8eb136074632beba3c18c900ffea7b9ebc0d75abcaf9b986724e0d9
3
+ metadata.gz: f975c92a31f10bca3fc2a6172d1a22234a54efb953ba177618eb57bcf5b41d4d
4
+ data.tar.gz: fc40d2e2393708e0d19716fc7adb9f9495c253756f7b623831217db663729b7c
5
5
  SHA512:
6
- metadata.gz: af7c215e0fbaf9a39a6d7af965e3f322bb0a49fe9703782df35f74b016b4c7d5e081f14a769c9c4a0c70d6c9c48036124982b93ef59f5556dff43dbfa219a548
7
- data.tar.gz: 31bc8ee27909c4164b77b276d69f9c8d30d49fb3e0ee32a4d60c64774e588a6a2d5c1fb0e17d145bd7dbc8867213de7f753dc92d1fccdec4ebcb8f7c5e8094d6
6
+ metadata.gz: a39b278261fb7162d399b37ba70ae72522578e6a5438f48f90fef71e8cf9b8cc59fcf6cfa1285814d0ff93f14cffa48269dbd527dcfa9647abc9d81f1ebc9bd8
7
+ data.tar.gz: 2575bf0d9b1d91827e658565051e359808ed55bc7f6615e759084063fc5aebac9939e853ae8d45f58f50eb826e6238d14fc732ac60bb3d975fc4d358d0b2fc9e
@@ -0,0 +1,10 @@
1
+ version: 2
2
+ updates:
3
+ - package-ecosystem: "bundler"
4
+ directory: "/"
5
+ schedule:
6
+ interval: "daily"
7
+ open-pull-requests-limit: 0
8
+ # Add/Remove reviewers here
9
+ reviewers:
10
+ - "dperez37"
@@ -4,6 +4,9 @@ on:
4
4
  push:
5
5
  branches: [ "master" ]
6
6
 
7
+ env:
8
+ RUBY_VERSION: 2.7.2
9
+
7
10
  jobs:
8
11
  build:
9
12
  name: Build + Publish
@@ -14,10 +17,10 @@ jobs:
14
17
 
15
18
  steps:
16
19
  - uses: actions/checkout@v3
17
- - name: Set up Ruby 2.6
18
- uses: actions/setup-ruby@v1
20
+ - name: Set up Ruby ${{ env.RUBY_VERSION }}
21
+ uses: ruby/setup-ruby@v1
19
22
  with:
20
- ruby-version: 2.6.x
23
+ ruby-version: ${{ env.RUBY_VERSION }}
21
24
 
22
25
  - name: Publish to RubyGems
23
26
  run: |
data/Gemfile.lock CHANGED
@@ -1,56 +1,78 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- danger-shroud (0.0.5)
4
+ danger-shroud (0.0.6)
5
5
  danger-plugin-api (~> 1.0)
6
6
  nokogiri
7
7
 
8
8
  GEM
9
9
  remote: https://rubygems.org/
10
10
  specs:
11
- addressable (2.8.0)
12
- public_suffix (>= 2.0.2, < 5.0)
13
- ast (2.4.0)
14
- claide (1.0.3)
11
+ addressable (2.8.1)
12
+ public_suffix (>= 2.0.2, < 6.0)
13
+ ast (2.4.2)
14
+ claide (1.1.0)
15
15
  claide-plugins (0.9.2)
16
16
  cork
17
17
  nap
18
18
  open4 (~> 1.3)
19
- coderay (1.1.2)
19
+ coderay (1.1.3)
20
20
  colored2 (3.1.2)
21
21
  cork (0.3.0)
22
22
  colored2 (~> 3.1)
23
- danger (6.3.2)
23
+ danger (9.1.0)
24
24
  claide (~> 1.0)
25
25
  claide-plugins (>= 0.9.2)
26
26
  colored2 (~> 3.1)
27
27
  cork (~> 0.1)
28
- faraday (~> 0.9)
28
+ faraday (>= 0.9.0, < 2.0)
29
29
  faraday-http-cache (~> 2.0)
30
- git (~> 1.6)
31
- kramdown (~> 2.0)
30
+ git (~> 1.7)
31
+ kramdown (~> 2.3)
32
32
  kramdown-parser-gfm (~> 1.0)
33
33
  no_proxy_fix
34
- octokit (~> 4.7)
35
- terminal-table (~> 1)
34
+ octokit (~> 5.0)
35
+ terminal-table (>= 1, < 4)
36
36
  danger-plugin-api (1.0.0)
37
37
  danger (> 2.0)
38
- diff-lcs (1.3)
39
- faraday (0.17.3)
40
- multipart-post (>= 1.2, < 3)
41
- faraday-http-cache (2.0.0)
42
- faraday (~> 0.8)
43
- ffi (1.11.1)
44
- formatador (0.2.5)
45
- git (1.11.0)
38
+ diff-lcs (1.5.0)
39
+ faraday (1.10.2)
40
+ faraday-em_http (~> 1.0)
41
+ faraday-em_synchrony (~> 1.0)
42
+ faraday-excon (~> 1.1)
43
+ faraday-httpclient (~> 1.0)
44
+ faraday-multipart (~> 1.0)
45
+ faraday-net_http (~> 1.0)
46
+ faraday-net_http_persistent (~> 1.0)
47
+ faraday-patron (~> 1.0)
48
+ faraday-rack (~> 1.0)
49
+ faraday-retry (~> 1.0)
50
+ ruby2_keywords (>= 0.0.4)
51
+ faraday-em_http (1.0.0)
52
+ faraday-em_synchrony (1.0.0)
53
+ faraday-excon (1.1.0)
54
+ faraday-http-cache (2.4.1)
55
+ faraday (>= 0.8)
56
+ faraday-httpclient (1.0.1)
57
+ faraday-multipart (1.0.4)
58
+ multipart-post (~> 2)
59
+ faraday-net_http (1.0.1)
60
+ faraday-net_http_persistent (1.2.0)
61
+ faraday-patron (1.0.0)
62
+ faraday-rack (1.0.0)
63
+ faraday-retry (1.0.3)
64
+ ffi (1.15.5)
65
+ formatador (1.1.0)
66
+ git (1.12.0)
67
+ addressable (~> 2.8)
46
68
  rchardet (~> 1.8)
47
- guard (2.15.0)
69
+ guard (2.18.0)
48
70
  formatador (>= 0.2.4)
49
71
  listen (>= 2.7, < 4.0)
50
72
  lumberjack (>= 1.0.12, < 2.0)
51
73
  nenv (~> 0.1)
52
74
  notiffany (~> 0.0)
53
- pry (>= 0.9.12)
75
+ pry (>= 0.13.0)
54
76
  shellany (~> 0.0)
55
77
  thor (>= 0.18.1)
56
78
  guard-compat (1.2.1)
@@ -58,76 +80,87 @@ GEM
58
80
  guard (~> 2.1)
59
81
  guard-compat (~> 1.1)
60
82
  rspec (>= 2.99.0, < 4.0)
61
- jaro_winkler (1.5.2)
62
- kramdown (2.3.1)
83
+ json (2.6.3)
84
+ kramdown (2.4.0)
63
85
  rexml
64
86
  kramdown-parser-gfm (1.1.0)
65
87
  kramdown (~> 2.0)
66
88
  listen (3.0.7)
67
89
  rb-fsevent (>= 0.9.3)
68
90
  rb-inotify (>= 0.9.7)
69
- lumberjack (1.0.13)
70
- method_source (0.9.2)
91
+ lumberjack (1.2.8)
92
+ method_source (1.0.0)
71
93
  mini_portile2 (2.8.0)
72
- multipart-post (2.1.1)
94
+ multipart-post (2.2.3)
73
95
  nap (1.1.0)
74
96
  nenv (0.3.0)
75
97
  no_proxy_fix (0.1.2)
76
- nokogiri (1.13.6)
98
+ nokogiri (1.13.10)
77
99
  mini_portile2 (~> 2.8.0)
78
100
  racc (~> 1.4)
79
- notiffany (0.1.1)
101
+ nokogiri (1.13.10-arm64-darwin)
102
+ racc (~> 1.4)
103
+ notiffany (0.1.3)
80
104
  nenv (~> 0.1)
81
105
  shellany (~> 0.0)
82
- octokit (4.18.0)
83
- faraday (>= 0.9)
84
- sawyer (~> 0.8.0, >= 0.5.3)
106
+ octokit (5.6.1)
107
+ faraday (>= 1, < 3)
108
+ sawyer (~> 0.9)
85
109
  open4 (1.3.4)
86
- parallel (1.17.0)
87
- parser (2.6.3.0)
88
- ast (~> 2.4.0)
89
- pry (0.12.2)
90
- coderay (~> 1.1.0)
91
- method_source (~> 0.9.0)
92
- public_suffix (4.0.6)
93
- racc (1.6.0)
94
- rainbow (3.0.0)
95
- rake (13.0.3)
96
- rb-fsevent (0.10.3)
97
- rb-inotify (0.10.0)
110
+ parallel (1.22.1)
111
+ parser (3.1.3.0)
112
+ ast (~> 2.4.1)
113
+ pry (0.14.1)
114
+ coderay (~> 1.1)
115
+ method_source (~> 1.0)
116
+ public_suffix (5.0.1)
117
+ racc (1.6.1)
118
+ rainbow (3.1.1)
119
+ rake (13.0.6)
120
+ rb-fsevent (0.11.2)
121
+ rb-inotify (0.10.1)
98
122
  ffi (~> 1.0)
99
123
  rchardet (1.8.0)
124
+ regexp_parser (2.6.1)
100
125
  rexml (3.2.5)
101
- rspec (3.8.0)
102
- rspec-core (~> 3.8.0)
103
- rspec-expectations (~> 3.8.0)
104
- rspec-mocks (~> 3.8.0)
105
- rspec-core (3.8.0)
106
- rspec-support (~> 3.8.0)
107
- rspec-expectations (3.8.3)
126
+ rspec (3.12.0)
127
+ rspec-core (~> 3.12.0)
128
+ rspec-expectations (~> 3.12.0)
129
+ rspec-mocks (~> 3.12.0)
130
+ rspec-core (3.12.0)
131
+ rspec-support (~> 3.12.0)
132
+ rspec-expectations (3.12.0)
108
133
  diff-lcs (>= 1.2.0, < 2.0)
109
- rspec-support (~> 3.8.0)
110
- rspec-mocks (3.8.0)
134
+ rspec-support (~> 3.12.0)
135
+ rspec-mocks (3.12.0)
111
136
  diff-lcs (>= 1.2.0, < 2.0)
112
- rspec-support (~> 3.8.0)
113
- rspec-support (3.8.0)
114
- rubocop (0.71.0)
115
- jaro_winkler (~> 1.5.1)
137
+ rspec-support (~> 3.12.0)
138
+ rspec-support (3.12.0)
139
+ rubocop (1.40.0)
140
+ json (~> 2.3)
116
141
  parallel (~> 1.10)
117
- parser (>= 2.6)
142
+ parser (>= 3.1.2.1)
118
143
  rainbow (>= 2.2.2, < 4.0)
144
+ regexp_parser (>= 1.8, < 3.0)
145
+ rexml (>= 3.2.5, < 4.0)
146
+ rubocop-ast (>= 1.23.0, < 2.0)
119
147
  ruby-progressbar (~> 1.7)
120
- unicode-display_width (>= 1.4.0, < 1.7)
121
- ruby-progressbar (1.10.1)
122
- sawyer (0.8.2)
148
+ unicode-display_width (>= 1.4.0, < 3.0)
149
+ rubocop-ast (1.24.0)
150
+ parser (>= 3.1.1.0)
151
+ ruby-progressbar (1.11.0)
152
+ ruby2_keywords (0.0.5)
153
+ sawyer (0.9.2)
123
154
  addressable (>= 2.3.5)
124
- faraday (> 0.8, < 2.0)
155
+ faraday (>= 0.17.3, < 3)
125
156
  shellany (0.0.1)
126
- terminal-table (1.8.0)
127
- unicode-display_width (~> 1.1, >= 1.1.1)
128
- thor (0.20.3)
129
- unicode-display_width (1.6.0)
130
- yard (0.9.26)
157
+ terminal-table (3.0.2)
158
+ unicode-display_width (>= 1.1.1, < 3)
159
+ thor (1.2.1)
160
+ unicode-display_width (2.3.0)
161
+ webrick (1.7.0)
162
+ yard (0.9.28)
163
+ webrick (~> 1.7.0)
131
164
 
132
165
  PLATFORMS
133
166
  ruby
@@ -145,4 +178,4 @@ DEPENDENCIES
145
178
  yard
146
179
 
147
180
  BUNDLED WITH
148
- 2.2.7
181
+ 2.3.18
@@ -1,3 +1,3 @@
1
1
  module Shroud
2
- VERSION = "0.0.5".freeze
2
+ VERSION = "0.0.6".freeze
3
3
  end
data/lib/shroud/plugin.rb CHANGED
@@ -190,7 +190,7 @@ module Danger
190
190
  output << "#{unreportedFileName}\n"
191
191
  end
192
192
 
193
- output << '> Codebase cunningly covered by count [Shroud 🧛](https://github.com/livefront/livefront-shroud-android/)'
193
+ output << '> Codebase cunningly covered by count [Shroud 🧛](https://github.com/livefront/danger-shroud)'
194
194
  markdown output
195
195
 
196
196
  # warn or fail if total coverage is under specified threshold
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: danger-shroud
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - andrewhaisting
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-07-14 00:00:00.000000000 Z
11
+ date: 2022-12-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: danger-plugin-api
@@ -171,6 +171,7 @@ executables: []
171
171
  extensions: []
172
172
  extra_rdoc_files: []
173
173
  files:
174
+ - ".github/dependabot.yml"
174
175
  - ".github/workflows/ci.yml"
175
176
  - ".github/workflows/publish.yml"
176
177
  - ".gitignore"
@@ -208,7 +209,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
208
209
  - !ruby/object:Gem::Version
209
210
  version: '0'
210
211
  requirements: []
211
- rubygems_version: 3.0.3.1
212
+ rubygems_version: 3.1.4
212
213
  signing_key:
213
214
  specification_version: 4
214
215
  summary: A danger plugin for enforcing code coverage via a Jacoco coverage report.