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: e925f69924867d0a38870e2a7727abb5a6184df1
4
- data.tar.gz: 1de514e9df778d9103bae816e568d6d85998a1bd
3
+ metadata.gz: 5473f9fc248383e204d11d8643590e26f8d4e888
4
+ data.tar.gz: d8219eb00add8a55eb95ef2b8c5e81f3bf16a916
5
5
  SHA512:
6
- metadata.gz: 91b2586e9b58d013738fbc730536be8ff384a24427f7c28fe9f17ebffdce6c9aa6a11ca8b9064f2063804befe6dcdd3ed4e3399c712e9c6019515af065043b52
7
- data.tar.gz: b58ce472383f6690d647be15d05bfc51088db260bb7af39626cddf0bfa7f632ba895d781bd99fcc11707ac0a6d002c780be0ac6ba45a169e75da4bae9b3b2775
6
+ metadata.gz: e76fe0ec4c7edbee307e1f461012937410519e781ae71d830079e7a2770f64fe1c9dcefa33e5b3fb0e2e580fa43ec7c5fc34b8541266b3a5c9c1c245355d85ae
7
+ data.tar.gz: 70f305f57974668935cb2f34a59b477b1de87cdf9b3fb4fd30373901400d5e77a30cdefd7e1bf830fdaf16edd4f7b62ef5c139d6a5a0fcc687c68124a03efebb
data/CHANGELOG.markdown CHANGED
@@ -1,3 +1,8 @@
1
+ #### v0.5.6
2
+ * Fixing bug that makes metrics not show up on teams and repos page
3
+
4
+ > Emma Sax: Brian Bergstrom: https://github.com/sportngin/hubstats/pull/84
5
+
1
6
  #### v0.5.5
2
7
  * Another attempt at fixing bug to correct updated_at timestamp
3
8
 
@@ -1,7 +1,7 @@
1
1
  require_dependency "hubstats/application_controller"
2
2
 
3
3
  module Hubstats
4
- class ReposController < Hubstats::BaseController
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 < Hubstats::BaseController
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.
@@ -1,3 +1,3 @@
1
1
  module Hubstats
2
- VERSION = "0.5.5"
2
+ VERSION = "0.5.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.5.5
4
+ version: 0.5.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elliot Hursh