active_scaffold_config_list 3.3.2 → 3.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 CHANGED
@@ -1,15 +1,7 @@
1
1
  ---
2
- !binary "U0hBMQ==":
3
- metadata.gz: !binary |-
4
- ZGQ0NjU3MDZjYWM2MmFhZDcwM2UwMTY1MDExOTIzMTE1YWMyODA3MA==
5
- data.tar.gz: !binary |-
6
- NWVhNTI3MGY5OWY4YzExNjQ3MzMxYWRmOWE1MjYzYTE3MWIzZWM5Yg==
2
+ SHA1:
3
+ metadata.gz: 00ec1ab3c0bb40aedcad39ecf8ebb4b58f09575d
4
+ data.tar.gz: 9da07cbac9fd062852d28def657720c4e6584bc1
7
5
  SHA512:
8
- metadata.gz: !binary |-
9
- YjI3ZDRhNTUxZDBkZTI2ZjQ4MjE3MTgyYTA0YjI4NzRmNjRhNTNhODNhZWM0
10
- NDliMTM2MDBjMjUxNGE1ZTg4NDZmZTllNzA3YWU0OWNiZTM4YmVkZmVhYmY2
11
- MDFkODgwMzY5NDllYTJjM2JiYWJlMzJjNjdhNzc1NDFmZDE2YTQ=
12
- data.tar.gz: !binary |-
13
- NjBjOTUyMjk1OGQyMGM5ZGE5NDE3ZDgxNTU2MTk4NGI5NGVjMTJkMDI4YTky
14
- ZmMwZmUzNzZkOTJhM2I5NTkzM2ZhN2M0ZTVlNGVkNmM2YWZiNTc3MmNiNTRm
15
- YzljYmM5YzFjNDVmODVjYmJlYjc2OTJiNGMxZDIzM2ZhZmQ0OWM=
6
+ metadata.gz: 5c0c323cc36f7eaf5458a5dfd9569df826dbea9954a5e0b7e790d6a90ce08b4e25c7a1ca62c1e6f8055126cb0c5e507ab4717971c74748c6fe9eca84d0537dec
7
+ data.tar.gz: 689ae75ee360f5fbd87eb03a53abb06d41072431c0b6b1eabe4565d9e5d621435423f2b81263a4f601f537e7be0a20e0fb34c46b1673a820dd87d49151cc3eff
@@ -34,7 +34,7 @@ module ActiveScaffold::Config
34
34
  # ----------------------------
35
35
  # the label= method already exists in the Form base class
36
36
  def label
37
- @label ? as_(@label) : as_(:config_list_model, :model => @core.label)
37
+ @label ? as_(@label) : as_(:config_list_model, :model => @core.label(:count => 1))
38
38
  end
39
39
 
40
40
  # if you do not want to show all columns as a default you may define some
@@ -2,7 +2,7 @@ module ActiveScaffoldConfigList
2
2
  module Version
3
3
  MAJOR = 3
4
4
  MINOR = 3
5
- PATCH = 2
5
+ PATCH = 3
6
6
 
7
7
  STRING = [MAJOR, MINOR, PATCH].compact.join('.')
8
8
  end
metadata CHANGED
@@ -1,41 +1,41 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: active_scaffold_config_list
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.3.2
4
+ version: 3.3.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sergio Cambra
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-12-03 00:00:00.000000000 Z
11
+ date: 2016-06-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: active_scaffold
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - ! '>='
17
+ - - '>='
18
18
  - !ruby/object:Gem::Version
19
19
  version: 3.4.31
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - ! '>='
24
+ - - '>='
25
25
  - !ruby/object:Gem::Version
26
26
  version: 3.4.31
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: active_scaffold_sortable
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - ! '>='
31
+ - - '>='
32
32
  - !ruby/object:Gem::Version
33
33
  version: 3.2.2
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
- - - ! '>='
38
+ - - '>='
39
39
  - !ruby/object:Gem::Version
40
40
  version: 3.2.2
41
41
  description: User may reorder and hide/show list columns
@@ -73,17 +73,17 @@ require_paths:
73
73
  - lib
74
74
  required_ruby_version: !ruby/object:Gem::Requirement
75
75
  requirements:
76
- - - ! '>='
76
+ - - '>='
77
77
  - !ruby/object:Gem::Version
78
78
  version: '0'
79
79
  required_rubygems_version: !ruby/object:Gem::Requirement
80
80
  requirements:
81
- - - ! '>='
81
+ - - '>='
82
82
  - !ruby/object:Gem::Version
83
83
  version: '0'
84
84
  requirements: []
85
85
  rubyforge_project:
86
- rubygems_version: 2.4.4
86
+ rubygems_version: 2.4.8
87
87
  signing_key:
88
88
  specification_version: 4
89
89
  summary: User specific column configuration for ActiveScaffold