smart_table 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 127b79d3ef5fa896be99dbf5654744b1807598f70c678f206a967aee4da47cba
4
- data.tar.gz: fb1ed36eb99480fc91d430c820ce13ee79f3364adb5ac834eb8c1de8f2ceb214
3
+ metadata.gz: 0a7e962909bec4822257bf5342d65696b936327e0339a3deb1fe9eed5465a1a7
4
+ data.tar.gz: ee238dd3866bb18a38c8d6f0386590dbbd4e16aa885cf2aa9db5b1859a995679
5
5
  SHA512:
6
- metadata.gz: f6b82ed3f561626a2c0453fbc8aba57ed3a02a607a3793c9e31a337943af048771106d6a8e25254696a1e33dcb82d660bce98c3a0310eeeb98e933569c92d2c1
7
- data.tar.gz: 5b782e18f1f8b3a9a284d3c6b5b18141e192d8e0c0bd1087b975b97dadba09ac54444d17d374d587060b7d9ae57c7de68177994de2ed9a39a3059d07458a9e2d
6
+ metadata.gz: 6383ec231c759c9b4c3413480d9350fca4345d21813226ec75b7ca9b1511a2a223f792841bc5edd1872b061e4032ff8bf888b010c49ebb2e69877411c83372ee
7
+ data.tar.gz: 77b0ac06b1e4b1abba4f54c6225283319713b6d47b29b30eddc4afc1bd4c2d3d2515abc926d1106fb9128dd21aa333e14ec90cc5d96a64617fea5d209b404d1b
@@ -1,9 +1,6 @@
1
1
  module SmartTable
2
2
  module SmartTableHelper
3
3
 
4
- # include Kaminari helpers, like paginate
5
- include Kaminari::Helpers::HelperMethods
6
-
7
4
  # Renders pagination controls (centered, usually below the table). Usage:
8
5
  #
9
6
  # <%= smart_table_paginate @records, @total_records_count, Record.model_name.human %>
@@ -1,3 +1,3 @@
1
1
  module SmartTable
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: smart_table
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Henrique Gubert
@@ -188,6 +188,7 @@ files:
188
188
  - "./lib/smart_table/version.rb"
189
189
  - "./smart_table-0.0.1.gem"
190
190
  - "./smart_table-0.0.2.gem"
191
+ - "./smart_table-0.0.3.gem"
191
192
  - "./smart_table.gemspec"
192
193
  - "./spec/dummy_app/Rakefile"
193
194
  - "./spec/dummy_app/app/assets/config/manifest.js"