File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
lib/code_style_validation Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- danger-code_style_validation (0.1 .0 )
4
+ danger-code_style_validation (0.2 .0 )
5
5
danger-plugin-api (~> 1.0 )
6
6
7
7
GEM
8
8
remote: https://rubygems.org/
9
9
specs:
10
- addressable (2.5.1 )
11
- public_suffix (~> 2.0 , >= 2.0.2 )
10
+ addressable (2.5.2 )
11
+ public_suffix (>= 2.0.2 , < 4.0 )
12
12
ast (2.3.0 )
13
13
claide (1.0.2 )
14
14
claide-plugins (0.9.2 )
33
33
danger-plugin-api (1.0.0 )
34
34
danger (> 2.0 )
35
35
diff-lcs (1.2.5 )
36
- faraday (0.13.0 )
36
+ faraday (0.13.1 )
37
37
multipart-post (>= 1.2 , < 3 )
38
38
faraday-http-cache (1.3.1 )
39
39
faraday (~> 0.8 )
Original file line number Diff line number Diff line change 1
1
module CodeStyleValidation
2
- VERSION = '0.1 .0' . freeze
2
+ VERSION = '0.2 .0' . freeze
3
3
end
You can’t perform that action at this time.
0 commit comments