metric_admin 0.0.27 → 0.0.28
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 +4 -4
- data/app/views/admin/metrics/index.haml +2 -2
- data/lib/metric_admin/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 62c0c0b520fbc7ce04d4892a0766b7fb18d773d6
|
|
4
|
+
data.tar.gz: 6d28e54d4811fcf875c73016a1912fabd395eede
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 59d137dea8b280b9586bf3ac9e385e5775c54317119d7f66c9ad4a02f7cbd024a98c964a9bb641387f34e751b8c7f2da6f4e39faac6433ba4081b63ac7a00421
|
|
7
|
+
data.tar.gz: 80b94995ed3759bf55a05cec8ee29716cf6395de0b2c86b2a42c454240e02f16e0f3b8d8b4d7ecc34cb7ff44b142d98994d0db8a5beb2d4ec2f658be1363d816
|
|
@@ -31,8 +31,8 @@
|
|
|
31
31
|
%div.list-group-item
|
|
32
32
|
= link_to metric.title, edit_admin_metric_path(metric.id)
|
|
33
33
|
|
|
34
|
-
- if Result.count(:conditions=>["calculated_at = ? and metric_id = ?", Date.today.to_s, metric.id ]) == 0 && metric.status == 'active'
|
|
35
|
-
|
|
34
|
+
/ - if Result.count(:conditions=>["calculated_at = ? and metric_id = ?", Date.today.to_s, metric.id ]) == 0 && metric.status == 'active'
|
|
35
|
+
/ %p.label.warning Has not run today.
|
|
36
36
|
- if metric.status != 'active'
|
|
37
37
|
%p.label{:style=>"margin-left:5px;"} Not Active
|
|
38
38
|
|
data/lib/metric_admin/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: metric_admin
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.28
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Analytics For Lawyers
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2020-07-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|