arql 0.1.21 → 0.1.22

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
  SHA256:
3
- metadata.gz: 3e66f429bfd374a86cada3192de5f27eb639a393297d9c3ccffcc778e9fba960
4
- data.tar.gz: e62183c3d4372a3388aa1252ea0da0ac691abe0cd89c93bc647266ff1851b21b
3
+ metadata.gz: 8f5c7a264d240ee1cac06ad0f79ebf578f877e5e151f7ab294c43f742ba110d2
4
+ data.tar.gz: 738eb831752775b5c55fa919e9a064eca8439e239a4b345aea36c3cbab9e0500
5
5
  SHA512:
6
- metadata.gz: 1affdb82cfdc85929ee9a7dc14156feee185fc4cd2e27a07b9353b61d765ec397f328f82381970eaa0f0b923692fb7e568a1cd4dab8ecd4ec799d20a62303936
7
- data.tar.gz: c7e5a7c9f47d36ef21c2eed2fd9534bd8ff14025334bc5a10288da42ec99099f19959f935ee736d4b750ded186ca5f9f72d2840510adeca88e8761d88d688529
6
+ metadata.gz: 3e6f61c3cf125f1cfa81be9737ed7aa54857651344916d10ba587580842d4985b4873fb6ae042cac917dbdfe73a0306e4ead523d4f99613e0786f377da10b228
7
+ data.tar.gz: 5c6ba812cde58dfb5ece38cbb89d369c078d4c06d42a48df55eba59a064eaeeae4de9a1273b3b0f882acc88130d0379d1800fa4f9cadd316cc8dc67683d0a75f
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- arql (0.1.20)
4
+ arql (0.1.21)
5
5
  activerecord (~> 6.0.3)
6
6
  activerecord-oracle_enhanced-adapter
7
7
  activerecord-sqlserver-adapter
@@ -28,7 +28,7 @@ class Array
28
28
  }.to_s
29
29
 
30
30
  terminal_width = `tput cols`.to_i
31
- if table.first.size > terminal_width
31
+ if table.lines.first.size > terminal_width
32
32
  table = table.lines.map(&:chomp)
33
33
  puts table[0..2].join("\n")
34
34
  puts table[3..-1].join("\n#{'-' * terminal_width}\n")
@@ -1,3 +1,3 @@
1
1
  module Arql
2
- VERSION = "0.1.21"
2
+ VERSION = "0.1.22"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: arql
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.21
4
+ version: 0.1.22
5
5
  platform: ruby
6
6
  authors:
7
7
  - Liu Xiang
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-06-05 00:00:00.000000000 Z
11
+ date: 2020-06-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: mysql2