danger 4.2.0 → 4.2.1

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
  SHA1:
3
- metadata.gz: 39f7e0e319a1ff47514b465c8b6af97f7efa451a
4
- data.tar.gz: 8df633306a3819e57789498649890ba1865b9dc3
3
+ metadata.gz: 82dca74fcf8a4629e8c7fecf513fdbbd0feda54e
4
+ data.tar.gz: 11e28125d2bc46d16138ad84c5fdab0ade125c23
5
5
  SHA512:
6
- metadata.gz: b6382beb8f067502934f803a008a06b8348e23da486672ee887592e6516d11cc9d18de738e3e05138173a64d0f50e241ac616c6c8a3994e293dc9616d07cdac1
7
- data.tar.gz: f6e34348e7da47556d61ac7d50f4eeed2732fa7b6bf2ad6fb10db42482b2424001d946f8c7eba3aac429c930d58d6ab1bd76a69521740ae0e04563c0b995921c
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 [danger](https://danger.systems/ "generated_by_<%= @danger_id %>")
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/">danger</a>
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/">danger</a>
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/">danger</a>
39
+ Generated by :no_entry_sign: <a href="https://github.com/danger/danger/">Danger</a>
40
40
  </p>
@@ -1,4 +1,4 @@
1
1
  module Danger
2
- VERSION = "4.2.0".freeze
2
+ VERSION = "4.2.1".freeze
3
3
  DESCRIPTION = "Like Unit Tests, but for your Team Culture.".freeze
4
4
  end
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.0
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-02 00:00:00.000000000 Z
12
+ date: 2017-02-03 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: claide