lipsiadmin 4.1.7 → 4.1.8

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.
Files changed (3) hide show
  1. data/lib/controller/ext.rb +1 -1
  2. data/lib/version.rb +1 -1
  3. metadata +2 -2
@@ -71,7 +71,7 @@ module Lipsiadmin
71
71
 
72
72
  # Add some defaults
73
73
  options[:header] ||= options[:method].to_s
74
- options[:sortable] ||= true
74
+ options[:sortable] = options[:sortable].nil? ? true : options[:sortable]
75
75
 
76
76
  # Try to translate header
77
77
  options[:header] = @model.human_attribute_name(options[:header].to_s)
data/lib/version.rb CHANGED
@@ -2,7 +2,7 @@ module Lipsiadmin
2
2
  module VERSION #:nodoc:
3
3
  MAJOR = 4
4
4
  MINOR = 1
5
- TINY = 7
5
+ TINY = 8
6
6
 
7
7
  STRING = [MAJOR, MINOR, TINY].join('.')
8
8
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lipsiadmin
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.1.7
4
+ version: 4.1.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Davide D'Agostino
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-06-11 00:00:00 +02:00
12
+ date: 2009-06-18 00:00:00 +02:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency