ci_in_a_can 0.0.24 → 0.0.25

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 043cc0ae6caa1df792a1730f08d85d1f9b08bd53
4
- data.tar.gz: 2c244f084ed20982bac7f0fe169081f1c8306e5f
3
+ metadata.gz: 73df3df8205659926b06262cc3b7de93193c4112
4
+ data.tar.gz: 2915333ad1956d539c0b55548fd2a207e2feb001
5
5
  SHA512:
6
- metadata.gz: 9665974ac60bf64f78bc182158102dee3152a9489240025c9563479e3b2cb6094ce0fd8b49085d0721307a9f2fe2d92bb17a63b04a841202827aa180a19bf97b
7
- data.tar.gz: 85fa6850a938e65d65e62c4320d91ffd086dda0e6347c68bd6999ab579eaba5b2c92e5eab82d190138978567c4256bc88941057f31d18c7258983648c5ec4aa3
6
+ metadata.gz: 2462767fcd35e1a8bb8b3cc96ce9f23abf194945de80d9af9f885123d2e62ab824c7b4deb86289a17aff7ad71e24d596b98e54ad622fb7f132a2c264041513df
7
+ data.tar.gz: c5f4db5042869b114436fd561a818b1b8328da9a329a6e0ef48e5be711cd3225d2458f0b4c5e5609a9a8eb4af6241df17c8ba1cca4c21eb23ced61d6713c196a
@@ -59,7 +59,9 @@ EOF
59
59
  Repo
60
60
  </td>
61
61
  <td>
62
+ <a href="/repo/#{test_result.repo}">
62
63
  #{test_result.repo}
64
+ </a>
63
65
  </td>
64
66
  </tr>
65
67
  <tr>
@@ -108,7 +110,9 @@ EOF
108
110
  #{run.created_at}
109
111
  </td>
110
112
  <td>
113
+ <a href="/repo/#{run.repo}">
111
114
  #{run.repo}
115
+ </a>
112
116
  </td>
113
117
  <td>
114
118
  #{run.branch}
@@ -1,3 +1,3 @@
1
1
  module CiInACan
2
- VERSION = "0.0.24"
2
+ VERSION = "0.0.25"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ci_in_a_can
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.24
4
+ version: 0.0.25
5
5
  platform: ruby
6
6
  authors:
7
7
  - Darren Cauthon