ct_table_for 1.0.5 → 1.0.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 +4 -4
- data/app/helpers/ct_table_for/application_helper.rb +1 -1
- data/lib/ct_table_for/version.rb +1 -1
- metadata +3 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ff60cb072eec63129209d1dfa4959297d57eee9ccba43457392eb1ab0e0b9314
|
|
4
|
+
data.tar.gz: ccaf8cfd8203d6646d5b8470131acd6262b2ebc5bda0c3a6dee1307625d940df
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ed574ade6a82985e01c6b4ee1fb239e73c1a03df37407fa441bb25f3c5a427b98959791da65a8128388f17d384981fdd7b13cf540ec9783d2ce25d38ad56ff35
|
|
7
|
+
data.tar.gz: 0d910e3fd7975ba533c24c29f52c5708ab54ba8e51dd6fac9e09cfbb02387c1b125cf871ffa5e033fa633cd6ced2ee867d7816c2fff2dbaf28979cdc9e2e03fc
|
|
@@ -236,7 +236,7 @@ module CtTableFor
|
|
|
236
236
|
end
|
|
237
237
|
custom_action_class = %Q{#{CtTableFor.table_for_default_action_base_class} #{parsed_extras[:class]}}
|
|
238
238
|
link_to(label.html_safe,
|
|
239
|
-
polymorphic_path([parsed_extras[:link], *ancestors, record]),
|
|
239
|
+
polymorphic_path([parsed_extras[:link]&.to_sym, *ancestors, record]),
|
|
240
240
|
class: custom_action_class,
|
|
241
241
|
method: parsed_extras[:method],
|
|
242
242
|
title: parsed_extras[:title])
|
data/lib/ct_table_for/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,16 +1,15 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ct_table_for
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Agustí B.R.
|
|
8
8
|
- Isaac Massot
|
|
9
9
|
- Marc Reniu
|
|
10
|
-
autorequire:
|
|
11
10
|
bindir: bin
|
|
12
11
|
cert_chain: []
|
|
13
|
-
date:
|
|
12
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
|
14
13
|
dependencies:
|
|
15
14
|
- !ruby/object:Gem::Dependency
|
|
16
15
|
name: rails
|
|
@@ -52,7 +51,6 @@ homepage: https://github.com/CodiTramuntana/ct_table_for
|
|
|
52
51
|
licenses:
|
|
53
52
|
- MIT
|
|
54
53
|
metadata: {}
|
|
55
|
-
post_install_message:
|
|
56
54
|
rdoc_options: []
|
|
57
55
|
require_paths:
|
|
58
56
|
- lib
|
|
@@ -67,8 +65,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
67
65
|
- !ruby/object:Gem::Version
|
|
68
66
|
version: '0'
|
|
69
67
|
requirements: []
|
|
70
|
-
rubygems_version: 3.
|
|
71
|
-
signing_key:
|
|
68
|
+
rubygems_version: 3.7.1
|
|
72
69
|
specification_version: 4
|
|
73
70
|
summary: Rails table builder that makes it easy to do responsive tables ActiveRecord
|
|
74
71
|
test_files: []
|