rbbt-rest 1.4.0 → 1.4.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/share/views/partials/table.haml +1 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: cc153c7403403412344272288039a699286fe930
|
4
|
+
data.tar.gz: 2390398cadcab3ff524b51062137d2156438a526
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4085db804d1a15577f0677b3f394fd1ae0a9f3b9db7a00ab6f8b92c4a6b666d9c5e6c95871869dc49706a5d621f3b3e9cf28d65ac2b112b60493746d816ef28a
|
7
|
+
data.tar.gz: e42cfb77919f8500a9847bd3427bb874c6b85cafc17e46d9a2e8e5400d4349e0c4e1595769c5b7a681f5b6487deafb7792a805295cf2d0a6c33d0beb47fbcad7
|
@@ -5,6 +5,7 @@
|
|
5
5
|
- table_class = table_options[:table_class] unless defined? table_class and table_class
|
6
6
|
- header = table_options[:header] unless defined? header and header
|
7
7
|
- row_ids = table_options[:row_ids] unless defined? row_ids and row_ids
|
8
|
+
- row_ids = consume if row_ids and row_ids.to_s == "false"
|
8
9
|
- table_url = table_options[:url] unless defined? table_url and table_url
|
9
10
|
- total_size = table_options[:total_size] unless defined? total_size and total_size
|
10
11
|
- filters = table_options[:filters] unless defined? filters and filters
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rbbt-rest
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.4.
|
4
|
+
version: 1.4.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Miguel Vazquez
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-09-
|
11
|
+
date: 2014-09-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rake
|