hubstats 0.5.5 → 0.5.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: 5473f9fc248383e204d11d8643590e26f8d4e888
|
|
4
|
+
data.tar.gz: d8219eb00add8a55eb95ef2b8c5e81f3bf16a916
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e76fe0ec4c7edbee307e1f461012937410519e781ae71d830079e7a2770f64fe1c9dcefa33e5b3fb0e2e580fa43ec7c5fc34b8541266b3a5c9c1c245355d85ae
|
|
7
|
+
data.tar.gz: 70f305f57974668935cb2f34a59b477b1de87cdf9b3fb4fd30373901400d5e77a30cdefd7e1bf830fdaf16edd4f7b62ef5c139d6a5a0fcc687c68124a03efebb
|
data/CHANGELOG.markdown
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
require_dependency "hubstats/application_controller"
|
|
2
2
|
|
|
3
3
|
module Hubstats
|
|
4
|
-
class ReposController <
|
|
4
|
+
class ReposController < ApplicationController
|
|
5
5
|
|
|
6
6
|
# Public - Shows all of the repos, in either alphabetical order, by filter params, or that have done things in
|
|
7
7
|
# github between the selected @start_date and @end_date.
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
require_dependency "hubstats/application_controller"
|
|
2
2
|
|
|
3
3
|
module Hubstats
|
|
4
|
-
class TeamsController <
|
|
4
|
+
class TeamsController < ApplicationController
|
|
5
5
|
|
|
6
6
|
# Public - Shows all of the teams in either alphabetical order, by filter params, or that have done things in
|
|
7
7
|
# github between the selected @start_date and @end_date.
|
data/lib/hubstats/version.rb
CHANGED