tabulatr2 0.9.47 → 0.9.48

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: 5dcccfb8018a85997ce1e6645fbc01a16a4db014fc25eee4a364b561a846fce2
4
- data.tar.gz: 0ed7c9e6ddf4dde151edc68ff914c2a30f3cfe6720df3fb928b36310f9d3776e
3
+ metadata.gz: 529e1c4299c8377f6c5d108014e440fd5d3081c1c36694a54e38ff0d4aeac38c
4
+ data.tar.gz: a991342b3c04d2042687d4e728c937fdf9c8f919fb3840eef30d43da1fcb256b
5
5
  SHA512:
6
- metadata.gz: 68ecf2a9df11419a27f87c57947985f90fb8782d11c89b6430544df8d73d02cd375a5f86d558847f141edbb63207c70dd067ef9bba92ecaaf8e3ec954feca222
7
- data.tar.gz: cf1627feddae12607afcff88995223837d07907705649303ce2a72f0cd1e0186e408647594f44ba720a7131e444ed83d032b33cc05de4fc7d2ac7a94a0e6b683
6
+ metadata.gz: edb0bd4150734762a714012297edc593367dbdb245e7e9feed72c10938e91a805f34b031d25687c2b6f3c1dfc1e2d43999e9150caf10753d0386b911c1fcfcb7
7
+ data.tar.gz: 3b70cd921bf2234566c7154e6320a04d574801937f7a365eaffabff03ad26cb0d2664f531940a53aa3c2176788bafeefb5c7329335060c4a768cd0e389209c43
@@ -53,6 +53,7 @@ module Tabulatr::Data::Sorting
53
53
 
54
54
  def sort_by(column, orientation)
55
55
  sort_sql = column.col_options.sort_sql
56
+ orientation = 'asc' unless ['asc', 'desc'].member?(orientation.downcase)
56
57
  if sort_sql.respond_to? :call
57
58
  @relation = sort_sql.call(@relation, orientation, "#{@table_name}.#{@base.primary_key}", @base)
58
59
  else
@@ -22,5 +22,5 @@
22
22
  #++
23
23
 
24
24
  module Tabulatr
25
- VERSION = "0.9.47"
25
+ VERSION = "0.9.48"
26
26
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tabulatr2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.47
4
+ version: 0.9.48
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter Horn
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2024-03-15 00:00:00.000000000 Z
13
+ date: 2024-04-16 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: rails