danger 4.2.0 → 4.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/danger/comment_generators/bitbucket_server.md.erb +1 -1
- data/lib/danger/comment_generators/github.md.erb +2 -2
- data/lib/danger/comment_generators/github_inline.md.erb +1 -1
- data/lib/danger/comment_generators/gitlab.md.erb +1 -1
- data/lib/danger/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 82dca74fcf8a4629e8c7fecf513fdbbd0feda54e
|
|
4
|
+
data.tar.gz: 11e28125d2bc46d16138ad84c5fdab0ade125c23
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 47ce76196203206dd4fcc774a1483f9676b78a12445f46a5c1b3967a39893e2c6a0d1f9ead92722938fb072c8761a8fc98e31b3a80b1dbc7b0a4eae6a76369f0
|
|
7
|
+
data.tar.gz: cdea49f48ea1e7f9f0f8f4e88f595fefdd3d990801a9876063167ec435beccdbc7119093c12554b0d91ca2f03f2b9f4b12eda37955415edb163e22bf2456ab61
|
|
@@ -17,4 +17,4 @@
|
|
|
17
17
|
<%# the previous line has to be aligned far to the left, otherwise markdown can break easily %>
|
|
18
18
|
<%- end -%>
|
|
19
19
|
|
|
20
|
-
Generated by [
|
|
20
|
+
Generated by [Danger](https://danger.systems/ "generated_by_<%= @danger_id %>")
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
<%= pluralize(table[:name], table[:count]) %><%= ": #{truncate(table[:content].first.message)}" if table[:count] > 0 %>
|
|
4
4
|
<%- end -%>
|
|
5
5
|
<%= pluralize("Markdown", @markdowns.size) %>
|
|
6
|
-
|
|
6
|
+
-->
|
|
7
7
|
<%- @tables.each do |table| -%>
|
|
8
8
|
<%- if table[:content].any? || table[:resolved].any? -%>
|
|
9
9
|
<table>
|
|
@@ -51,5 +51,5 @@
|
|
|
51
51
|
<%# the previous line has to be aligned far to the left, otherwise markdown can break easily %>
|
|
52
52
|
<%- end -%>
|
|
53
53
|
<p align="right" data-meta="generated_by_<%= @danger_id %>">
|
|
54
|
-
Generated by :no_entry_sign: <a href="http://danger.systems/">
|
|
54
|
+
Generated by :no_entry_sign: <a href="http://danger.systems/">Danger</a>
|
|
55
55
|
</p>
|
|
@@ -21,6 +21,6 @@
|
|
|
21
21
|
<%# it might be a little annoying, so we set on the table, but if we have markdown we add the footer anyway %>
|
|
22
22
|
<%- if @markdowns.count > 0 -%>
|
|
23
23
|
<p align="right" data-meta="generated_by_<%= @danger_id %>">
|
|
24
|
-
Generated by :no_entry_sign: <a href="http://danger.systems/">
|
|
24
|
+
Generated by :no_entry_sign: <a href="http://danger.systems/">Danger</a>
|
|
25
25
|
</p>
|
|
26
26
|
<%- end -%>
|
|
@@ -36,5 +36,5 @@
|
|
|
36
36
|
<%# the previous line has to be aligned far to the left, otherwise markdown can break easily %>
|
|
37
37
|
<%- end -%>
|
|
38
38
|
<p align="right" data-meta="generated_by_<%= @danger_id %>">
|
|
39
|
-
Generated by :no_entry_sign: <a href="https://github.com/danger/danger/">
|
|
39
|
+
Generated by :no_entry_sign: <a href="https://github.com/danger/danger/">Danger</a>
|
|
40
40
|
</p>
|
data/lib/danger/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: danger
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 4.2.
|
|
4
|
+
version: 4.2.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Orta Therox
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2017-02-
|
|
12
|
+
date: 2017-02-03 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: claide
|