rbbt-rest 1.6.4 → 1.6.5

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: aed841136faa280e2bf8db43c2492601ab9672f1
4
- data.tar.gz: 6ae31d8f2cc7daa05441de9806f86516810eee44
3
+ metadata.gz: 06f314767ae1d7c019b94dde061f9f6054468832
4
+ data.tar.gz: 679a21602a557f06238043ad006ca09aa6fbad9c
5
5
  SHA512:
6
- metadata.gz: 543608149f8869ffce73a5b831a40dbafbcf1196306348f22c063bd2f5c9b1bb929eea3b08c3c8ad87dcc52e4368ed869800f566c26934e3567fc6274913c58a
7
- data.tar.gz: 36e89360ad4e3a4df1f1ba01af438d976858893644d6e59434c451c786c7265568fa1226754a9ca684d6fc4350857d9c70a2a11b59b6a94705f2a659ec8bc5ac
6
+ metadata.gz: 4943cc3f9f6dae9630fff2da2a5bdb738e23b68b96b884f3ad3488dfd5a1cd83109507d3791a5a1ffca1bcf28f006707027714fe7d3d6f20dd275b403fad1cf7
7
+ data.tar.gz: 68fa386ded1a74b1ee8bd14bc2061bd73dceee7877fbeeba2b504d3ebc78ad1acc63d67e49f66784c6a5518a1cc1ef20b0535d2500a34b385cf876841e473975
@@ -118,7 +118,7 @@ module RbbtRESTHelpers
118
118
  content_type "text/html"
119
119
  data = nil
120
120
  excel_file = TmpFile.tmp_file
121
- tsv.excel(excel_file, :name => @excel_use_name, :sort_by => @excel_sort_by, :sort_by_cast => @excel_sort_by_cast, :name => true)
121
+ tsv.excel(excel_file, :sort_by => @excel_sort_by, :sort_by_cast => @excel_sort_by_cast, :name => true)
122
122
  send_file excel_file, :type => 'application/vnd.ms-excel', :filename => 'table.xls'
123
123
  else
124
124
  send_file fragment_file
@@ -8,7 +8,6 @@
8
8
 
9
9
  // Semantic-ui
10
10
 
11
- -# record_css '/stylesheets/app'
12
11
 
13
12
  -# record_css '/plugins/foundation-icons/foundation-icons.css'
14
13
  - record_css '/plugins/semantic-ui/dist/semantic.min.css'
@@ -21,6 +20,8 @@
21
20
  -# record_css '/stylesheets/menu'
22
21
  -# record_css '/stylesheets/color'
23
22
 
23
+ - record_css '/stylesheets/app'
24
+
24
25
  = serve_css
25
26
 
26
27
  // Third party frameworks
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rbbt-rest
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.4
4
+ version: 1.6.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Miguel Vazquez