File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed
lib/code_style_validation Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- danger-code_style_validation (0.0.1 )
4+ danger-code_style_validation (0.1.0 )
55 danger-plugin-api (~> 1.0 )
66
77GEM
1010 addressable (2.5.1 )
1111 public_suffix (~> 2.0 , >= 2.0.2 )
1212 ast (2.3.0 )
13- claide (1.0.1 )
13+ claide (1.0.2 )
1414 claide-plugins (0.9.2 )
1515 cork
1616 nap
1919 colored2 (3.1.2 )
2020 cork (0.3.0 )
2121 colored2 (~> 3.1 )
22- danger (5.1.1 )
22+ danger (5.3.4 )
2323 claide (~> 1.0 )
2424 claide-plugins (>= 0.9.2 )
2525 colored2 (~> 3.1 )
2828 faraday-http-cache (~> 1.0 )
2929 git (~> 1 )
3030 kramdown (~> 1.5 )
31- octokit (~> 4.2 )
31+ octokit (~> 4.7 )
3232 terminal-table (~> 1 )
3333 danger-plugin-api (1.0.0 )
3434 danger (> 2.0 )
3535 diff-lcs (1.2.5 )
36- faraday (0.12.1 )
36+ faraday (0.13.0 )
3737 multipart-post (>= 1.2 , < 3 )
3838 faraday-http-cache (1.3.1 )
3939 faraday (~> 0.8 )
5454 guard (~> 2.1 )
5555 guard-compat (~> 1.1 )
5656 rspec (>= 2.99.0 , < 4.0 )
57- kramdown (1.13.2 )
57+ kramdown (1.14.0 )
5858 listen (3.0.7 )
5959 rb-fsevent (>= 0.9.3 )
6060 rb-inotify (>= 0.9.7 )
107107 faraday (~> 0.8 , < 1.0 )
108108 shellany (0.0.1 )
109109 slop (3.6.0 )
110- terminal-table (1.7.3 )
111- unicode-display_width (~> 1.1.1 )
110+ terminal-table (1.8.0 )
111+ unicode-display_width (~> 1.1 , >= 1.1 .1 )
112112 thor (0.19.4 )
113113 unicode-display_width (1.1.3 )
114114 yard (0.9.5 )
Original file line number Diff line number Diff line change 11module CodeStyleValidation
2- VERSION = '0.0.1 ' . freeze
2+ VERSION = '0.1.0 ' . freeze
33end
You can’t perform that action at this time.
0 commit comments