hubstats 0.3.7 → 0.3.8
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 +8 -8
- data/CHANGELOG.markdown +1 -0
- data/app/views/hubstats/tables/_users.html.erb +1 -1
- data/lib/hubstats/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
OGQ2OWYyM2Q1ZjVkOTJlOTdkMDAwNGRmZDY2OWIwZWZmMWM2MGYxNw==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
Y2QxN2YxY2U5YmEyMmU4ZDRmMGY5NmU5ZTFhNzVjMDE5MDI5YzBjMg==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
ODRlNjczNzJmZDM1YWU0MzEwOWI3Yzg0ZTVjZTYwMTJmMjY4NjdiMjBhOTc5
|
|
10
|
+
OGMxZjcwZjgxOTg1NWE4YTZiOGFkYTA0MjRhZGYxZDhjZTc4OTM0YjAxNDM0
|
|
11
|
+
ZmUzYzUzOTc3MWQ4ZTIxN2QyNDExOThiMjE0OWFlMDI2YzE5NDI=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
MDRlZGJmM2RkOGM0NTA3YjZmMzE5MzI0M2Q5NjYyZjU3OTVhNjYyNzM3OTlk
|
|
14
|
+
OWFjYTIzOTVhODk3NTIwZGJjMWIxMjk2ZGM4MDI4NGM3YWE2N2MyZGNjYjJh
|
|
15
|
+
Y2MwMDM2NDVjMTk2ZDMxMmJmZTFiMWY3OTZiMmJmZWQ3NDVhNGE=
|
data/CHANGELOG.markdown
CHANGED
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
</div>
|
|
15
15
|
<!-- Show the net additions instead of the additions and deletions separately -->
|
|
16
16
|
<div class="col-lg-2 col-md-2 col-sm-2">
|
|
17
|
-
<a class="header desc" id="additions"> Net Additions <span class="octicon"></span></a>
|
|
17
|
+
<a class="header desc" id="additions"> Net Average Additions <span class="octicon"></span></a>
|
|
18
18
|
</div>
|
|
19
19
|
<!-- <div class="col-lg-2 col-md-2 col-sm-2">
|
|
20
20
|
<a class="header desc" id="additions"> Additions <span class="octicon"></span></a>
|
data/lib/hubstats/version.rb
CHANGED