rbbt-rest 1.4.0 → 1.4.1

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,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: bf6c08a28e051ad1767c8aea093bd67708841882
4
- data.tar.gz: 893924c2c1536c84eaa6d50a4087204bb946131d
3
+ metadata.gz: cc153c7403403412344272288039a699286fe930
4
+ data.tar.gz: 2390398cadcab3ff524b51062137d2156438a526
5
5
  SHA512:
6
- metadata.gz: 184d1329afd7ff57ed384bf3a5744728f63eefb8af19ec23e008f93a8fc32e169bf5da51b2935f95310a317bf3c1a353f88348b13af3fa9a2902b434773c4626
7
- data.tar.gz: 4eabaeabdf7abdfbaa8df2303cdcb79dd6fa79a8b89b394fa85cf1817bc25b7d02a31e9ec13f09eb1216c84a6a43eccd8f646fed8c8b70a0181768c71416cdf0
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.0
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-05 00:00:00.000000000 Z
11
+ date: 2014-09-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake