metric_admin 0.0.17 → 0.0.18

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.
@@ -27,14 +27,11 @@
27
27
  - summary_results(summary, @result.detailed_results).each do |s|
28
28
  %tr
29
29
  %td= s[:key]
30
- - if summary.action != "count" && ((summary.action_on.downcase["value"]) || (summary.action_on.downcase["amount"]) )
31
30
  %td.tr= s[:count]
32
- %td.tr= number_to_currency(s[summary.action.to_sym])
33
- - elsif summary.action_on.downcase["date"]
34
- %td.tr= s[:count]
35
- %td.tr= display_date(s[summary.action.to_sym])
36
- - else
37
- %td.tr= s[summary.action.to_sym]
31
+ - if summary.action != "count" && ((summary.action_on.downcase["value"]) || (summary.action_on.downcase["amount"]) )
32
+ %td.tr= number_to_currency(s[summary.action.to_sym])
33
+ - elsif summary.action_on.downcase["date"]
34
+ %td.tr= display_date(s[summary.action.to_sym])
38
35
 
39
36
 
40
37
 
@@ -1,3 +1,3 @@
1
1
  module MetricAdmin
2
- VERSION = "0.0.17"
2
+ VERSION = "0.0.18"
3
3
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 17
9
- version: 0.0.17
8
+ - 18
9
+ version: 0.0.18
10
10
  platform: ruby
11
11
  authors:
12
12
  - Analytics For Lawyers