lipsiadmin 5.1.8 → 5.1.9
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.
- data/lib/version.rb +1 -1
- data/lib/view/helpers/ext/column_model.rb +1 -1
- metadata +4 -4
data/lib/version.rb
CHANGED
|
@@ -29,7 +29,7 @@ module Lipsiadmin
|
|
|
29
29
|
#
|
|
30
30
|
class ColumnModel < Component
|
|
31
31
|
def initialize(options={}, &block)#:nodoc:
|
|
32
|
-
super("Ext.grid.ColumnModel", { :columns => [] }.merge(options))
|
|
32
|
+
super("Ext.grid.ColumnModel", { :columns => [], :defaults => { :sortable => true } }.merge(options))
|
|
33
33
|
yield self if block_given?
|
|
34
34
|
end
|
|
35
35
|
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: lipsiadmin
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 33
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 5
|
|
8
8
|
- 1
|
|
9
|
-
-
|
|
10
|
-
version: 5.1.
|
|
9
|
+
- 9
|
|
10
|
+
version: 5.1.9
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Davide D'Agostino
|
|
@@ -15,7 +15,7 @@ autorequire:
|
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
17
|
|
|
18
|
-
date: 2012-03-
|
|
18
|
+
date: 2012-03-25 00:00:00 Z
|
|
19
19
|
dependencies:
|
|
20
20
|
- !ruby/object:Gem::Dependency
|
|
21
21
|
name: haml
|