hubstats 0.7.5 → 0.7.6

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: fd6afdc60bb321ead7ca1d88abf2ef0c7dc0b0f3
4
- data.tar.gz: c8cdaa2df2c12b307931b5ebadcbe29270208747
3
+ metadata.gz: e42b9c962917d4d0fc286646ce945dc785fab455
4
+ data.tar.gz: bbfecafe6d625f0cd30691ec7a8d5ced368d0aab
5
5
  SHA512:
6
- metadata.gz: 82f465b50ec0e8e2ecbd5672fb055e4c87efc3f29eb8a5bbf2c6ad25a77b0d3c6a010728f150fc457de93469cafc874ff94e965a6181dddbdc1de7cf295c033f
7
- data.tar.gz: 7f5c3e6b305282393fd98d690c701d2f40c7f87ad8f1c7daed57e25d9779194e6f4f8ca4a5577778f29542745a0eb57c481abac1c0ceec6b6737e8979b270ff2
6
+ metadata.gz: b7cba546caf4c3be9f237e90d7db736130ba6a4a8bc230faa85eb048206b4a762255c4a8ea94d33489b29b6f1b03bea03b261f3f3c50ab1e2e982bcbbb5aad9c
7
+ data.tar.gz: f65223000be5eedf9121204633079636b754e8913c566d8c48dc1045a96bcd7fff209d25561cce172b1029339441df0bd1b5d8db016bbbddfcc45f4abf0d6e8a
data/CHANGELOG.markdown CHANGED
@@ -1,3 +1,8 @@
1
+ #### v0.7.6
2
+ * Links to the PR show page should instead route to GitHub
3
+
4
+ > Emma Sax: Olson3R: https://github.com/sportngin/hubstats/pull/107
5
+
1
6
  #### v0.7.5
2
7
  * Improved handling of labeling/unlabeling a PR
3
8
 
@@ -7,7 +7,7 @@
7
7
  <div class="pull-info col-lg-9 col-md-9 col-sm-9 col-xs-8">
8
8
  <h4>
9
9
  <%= link_to pull.repo.name, repo_path(pull.repo.name) %> /
10
- <%= link_to pull.title, repo_pull_path({:repo => pull.repo.name, :id => pull.id}) %>
10
+ <%= link_to pull.title, pull.html_url, :target => '_blank' %>
11
11
  </h4>
12
12
  by <%= link_to pull.user.login, user_path(pull.user) %>
13
13
  <% if pull.merged == '1'%>
@@ -22,10 +22,8 @@
22
22
  <!-- Show the pull request number and a link to the github PR -->
23
23
  <div class="col-lg-2 col-md-2 col-sm-2 col-xs-2" >
24
24
  <div class="pull-right">
25
- <%= pull.number %>
26
- <a class="subtle" href=<%= pull.html_url %> >
27
- <span class="octicon octicon-mark-github"></span>
28
- </a>
25
+ <%= pull.number %>
26
+ <span class="octicon octicon-mark-github"></span>
29
27
  </span>
30
28
  </div>
31
29
  </div>
@@ -5,9 +5,9 @@
5
5
 
6
6
  <!-- Show the repo name and the title of the PR, labels, and who made it when -->
7
7
  <div class="pull-info col-lg-9 col-md-9 col-sm-9">
8
- <h4>
8
+ <h4>
9
9
  <%= link_to pull.repo.name, repo_path(pull.repo.name) %> /
10
- <%= link_to pull.title, repo_pull_path({:repo => pull.repo.name, :id => pull.id}) %>
10
+ <%= link_to pull.title, pull.html_url, :target => '_blank' %>
11
11
  </h4>
12
12
  <% pull.labels.each do |label| %>
13
13
  <span class="color-label badge" title=<%=label.color%> ><%= label.name %></span>
@@ -26,10 +26,8 @@
26
26
  <!-- Show the PR number and a link to the github PR -->
27
27
  <div class="col-lg-2 col-md-2 col-sm-2" >
28
28
  <div class="pull-right">
29
- <%= pull.number %>
30
- <a class="subtle" href=<%= pull.html_url %> >
31
- <span class="octicon octicon-mark-github"></span>
32
- </a>
29
+ <%= pull.number %>
30
+ <span class="octicon octicon-mark-github"></span>
33
31
  </span>
34
32
  </div>
35
33
  </div>
@@ -1,3 +1,3 @@
1
1
  module Hubstats
2
- VERSION = "0.7.5"
2
+ VERSION = "0.7.6"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hubstats
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.5
4
+ version: 0.7.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elliot Hursh
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2016-09-09 00:00:00.000000000 Z
12
+ date: 2016-09-30 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails
@@ -399,7 +399,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
399
399
  version: '0'
400
400
  requirements: []
401
401
  rubyforge_project:
402
- rubygems_version: 2.4.8
402
+ rubygems_version: 2.5.1
403
403
  signing_key:
404
404
  specification_version: 4
405
405
  summary: Github Statistics