iquest-simple_table 0.3.2 → 0.3.3
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/lib/iquest/simple_table/table_builder.rb +1 -1
- data/lib/iquest/simple_table/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: 79488eaf09465f82a4f385b4eeb7cf7315c78933
|
|
4
|
+
data.tar.gz: a798758530d87f018f48e3f106bfea81cad8e7ee
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2f81c302f1b80f5b709876bb15df389df1f2b711a50881c045045df9a51d6ba7f6e45ada53ee625b25096b8e6e0c69785f113fcdc0c16d5175543eabc3209b9f
|
|
7
|
+
data.tar.gz: a505619d57d0502aa5a3116d183b5758c9db05fb56248ca369a3acf384c13f7f2c71daed9733d9226fc61c450040bc9da034d61b0eb7eddfccb5b9fd45ace41b
|
|
@@ -60,7 +60,7 @@ module Iquest
|
|
|
60
60
|
@columns[attr][:search] = search
|
|
61
61
|
end
|
|
62
62
|
@columns[attr][:formatter] ||= block if block_given?
|
|
63
|
-
@columns[attr][:sort] ||= attr.to_s.tr('.','_') #sort link attr
|
|
63
|
+
@columns[attr][:sort] ||= attr.to_s.tr('.','_') unless @columns[attr][:sort] == false #sort link attr
|
|
64
64
|
end
|
|
65
65
|
|
|
66
66
|
def action(*args, &block)
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: iquest-simple_table
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.
|
|
4
|
+
version: 0.3.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Pavel Dusanek
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2015-02-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: ransack_simple_form
|