stat_board 0.1.10 → 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: a04643e2df929f159881e7a111f56616413ae785
4
- data.tar.gz: adcc487ac6cee8d3c66dbe3979b87ec6a66cfb2c
2
+ SHA256:
3
+ metadata.gz: 202b48189da6f26949f9c5c9db1b5b5af95f5036a246f0796b4fb1d312db7edc
4
+ data.tar.gz: 92baf8dba7d7f5ac03388dde54793a8ff2d78d9edf38bd53fb04b2fa937a177c
5
5
  SHA512:
6
- metadata.gz: bf217ffa0a5c974bae0e2145cb8d77683e98080076b8be24339ecec169efbd829294cf3187b952685c552274980f2d2c0df93eee424fb4ad52dd47b6d3a1d3bd
7
- data.tar.gz: a3abae285a32bc1d7688c26b029ba770cdf6c177cf4587ab6efb0837bbdf8195baa1a6eff5bc476bea5f30aebdf4251ebd29baaf9d34596e9c4ffeef1be8e706
6
+ metadata.gz: c974f72b1d84ebab0ac6830d3da121312962ed7cae6f2f17288ec524bbb4c7d82f1e7306a126f32a2455dc8313456146180276d7f2485eccb1caded9be2203d4
7
+ data.tar.gz: a04251fd445d3ec2c6e6f0c339c0c302492fed23c5d5b992ffea684fe072ca9a46006a13a61d0afcbc4d6ecca392d62380624218545aa4dc410c01c0c1030a89
@@ -2,7 +2,7 @@ require_dependency "stat_board/application_controller"
2
2
 
3
3
  module StatBoard
4
4
  class StatsController < ApplicationController
5
- before_filter :basic_authenticate, :if => lambda { StatBoard.username && StatBoard.password }
5
+ before_action :basic_authenticate, :if => lambda { StatBoard.username && StatBoard.password }
6
6
 
7
7
  def index
8
8
  @reports = ReportsFinder.all
@@ -1 +1,3 @@
1
+ Rails.application.config.assets.precompile += %w(stat_board/bootstrap.css)
2
+
1
3
  # StatBoard.models = [User, Post, Comment] # configure models
@@ -1,3 +1,3 @@
1
1
  module StatBoard
2
- VERSION = '0.1.10'
2
+ VERSION = '1.0.0'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stat_board
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.10
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Eisinger
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-05-26 00:00:00.000000000 Z
11
+ date: 2019-10-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -201,8 +201,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
201
201
  - !ruby/object:Gem::Version
202
202
  version: '0'
203
203
  requirements: []
204
- rubyforge_project:
205
- rubygems_version: 2.4.5.1
204
+ rubygems_version: 3.0.4
206
205
  signing_key:
207
206
  specification_version: 4
208
207
  summary: Simple dashboard of records created this week, this month, and all time,