simple_drilldown 0.9.9 → 0.9.10

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
2
  SHA256:
3
- metadata.gz: 8e0ff048ca6aef6cfe9f4e3ccc63eb22f7a303c53612bff80afffff62bc4fbc1
4
- data.tar.gz: fa462127353656e4f3ace83e97ac3c91065a3f0aa1b8a1a32c9429ab755c27ea
3
+ metadata.gz: 20b3fbd48f5942a10b5ffa459c1c9c900f8275d800eb52819945a7aacda37440
4
+ data.tar.gz: cf384149ace94850f19310210d4cc0a278b7dde606753afbe5e43dfd5600e88d
5
5
  SHA512:
6
- metadata.gz: 8c4fa801f0dadea11dc6821a750be32af77574f89d28500f867ac5224a45cf0533392630781ebf502e8a9d7726b0f463d3fe178ebab6193275e6024b27042a6f
7
- data.tar.gz: a820957b4d377ede56478ed6d46bc4622cf43738f5f14601fedff63af6eb4db54fe228e68b35036341f5332c4acd53e591175f436e7267cda980d5e832c225df
6
+ metadata.gz: c9e55d9444a72c13d3fde5ac7b58f60941299ae15d45fdcfda1dd0b4db385df99b5fbdf36570131328f007da3896a33d0caa26c411c0295cf499279bda5a3e22
7
+ data.tar.gz: f0f6794cd72544eca752af71dcaae8f153de7674424e0eebe7f99f34f453edf1f32caf1fa6b198f41d9b49948d0a7513b5940a9c9177014e77d08ea08d84a6bb
@@ -3,9 +3,9 @@
3
3
  <thead>
4
4
  <tr>
5
5
  <% @dimensions.each do |d| %>
6
- <th><%= h d[:pretty_name] %></th>
6
+ <th><%= d[:pretty_name] %></th>
7
7
  <% end %>
8
- <th><%= t controller.c_target_class.table_name.capitalize %></th>
8
+ <th><%= t controller.c_target_class.table_name, default: controller.c_target_class.table_name.capitalize %></th>
9
9
  <%= controller.c_summary_fields.map { |l| "<th>#{t(l)}</th>" }.join("\n").html_safe %>
10
10
  </tr>
11
11
  </thead>
@@ -1,3 +1,3 @@
1
1
  module SimpleDrilldown
2
- VERSION = '0.9.9'
2
+ VERSION = '0.9.10'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: simple_drilldown
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.9
4
+ version: 0.9.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Uwe Kubosch
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-06-11 00:00:00.000000000 Z
11
+ date: 2021-06-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: caxlsx_rails