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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e42b9c962917d4d0fc286646ce945dc785fab455
|
|
4
|
+
data.tar.gz: bbfecafe6d625f0cd30691ec7a8d5ced368d0aab
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b7cba546caf4c3be9f237e90d7db736130ba6a4a8bc230faa85eb048206b4a762255c4a8ea94d33489b29b6f1b03bea03b261f3f3c50ab1e2e982bcbbb5aad9c
|
|
7
|
+
data.tar.gz: f65223000be5eedf9121204633079636b754e8913c566d8c48dc1045a96bcd7fff209d25561cce172b1029339441df0bd1b5d8db016bbbddfcc45f4abf0d6e8a
|
data/CHANGELOG.markdown
CHANGED
|
@@ -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,
|
|
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
|
-
<
|
|
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,
|
|
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
|
-
<
|
|
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>
|
data/lib/hubstats/version.rb
CHANGED
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.
|
|
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-
|
|
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.
|
|
402
|
+
rubygems_version: 2.5.1
|
|
403
403
|
signing_key:
|
|
404
404
|
specification_version: 4
|
|
405
405
|
summary: Github Statistics
|