wice_grid 3.2.1.pre1 → 3.2.1.pre2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. data/CHANGELOG +8 -2
  2. data/README.rdoc +1 -1
  3. data/VERSION +1 -1
  4. data/wice_grid.gemspec +2 -2
  5. metadata +2 -2
data/CHANGELOG CHANGED
@@ -1,3 +1,10 @@
1
+ 3.2.0pre2
2
+
3
+ Fixes:
4
+ https://github.com/leikind/wice_grid/issues/83
5
+ https://github.com/leikind/wice_grid/issues/82
6
+
7
+ 3.2.0pre1
1
8
 
2
9
  action_column can now also take a block. If the block returns a falsy value, no checkbox will be rendered
3
10
 
@@ -9,8 +16,7 @@ The default filter for numeric columns has been replaced by a simple one field f
9
16
  New column parameter :filter_type allows to load custom alternative filters. The old numeric range filter can still be used by specifying filter_type: :range.
10
17
  See lib/columns/column_processor_index.rb</tt> for the list of available filters.
11
18
 
12
- +++++++
13
- +++++++
19
+
14
20
  3.2.0pre1
15
21
 
16
22
 
data/README.rdoc CHANGED
@@ -1,6 +1,6 @@
1
1
  = WiceGrid
2
2
 
3
- Version:: 3.2.0
3
+ Version:: 3.2.1.pre2
4
4
  Author:: Yuri Leikind
5
5
  Sources:: https://github.com/leikind/wice_grid/
6
6
  Examples online:: http://grid.leikind.org
data/VERSION CHANGED
@@ -1 +1 @@
1
- 3.2.1.pre1
1
+ 3.2.1.pre2
data/wice_grid.gemspec CHANGED
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "wice_grid"
8
- s.version = "3.2.1.pre1"
8
+ s.version = "3.2.1.pre2"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new("> 1.3.1") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Yuri Leikind"]
12
- s.date = "2012-12-14"
12
+ s.date = "2013-01-21"
13
13
  s.description = "A Rails grid plugin to create grids with sorting, pagination, and (automatically generated) filters "
14
14
  s.email = "yuri.leikind@gmail.com"
15
15
  s.extra_rdoc_files = [
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wice_grid
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.2.1.pre1
4
+ version: 3.2.1.pre2
5
5
  prerelease: 6
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-12-14 00:00:00.000000000 Z
12
+ date: 2013-01-21 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: kaminari