arql 0.1.11 → 0.1.12

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: 65a539e6b5575a1849475cf4a339d28f742b2c92b35ea4dfc98b26de2f2ea634
4
- data.tar.gz: f3d0481117428f3e71123c27c22d268ea9f2d90723ff18881b93dbe50d73495b
3
+ metadata.gz: 85fcbdbbbb1fb63922b682ab5e666510d22305e59606379db57dca8d04eebf26
4
+ data.tar.gz: 3176979b46fd4021f149aa6c04ea44b5ddb76a522b065d89d7cb6c82ce37ed7f
5
5
  SHA512:
6
- metadata.gz: fb59a7d19f2349f3c5994b4d48115711773e91008aa3cc9d6c0a30d20d225b3bceb3b72832ca1a281c815d6e1f698ce48675028a4533b405c39f539c616e5efd
7
- data.tar.gz: c2659cec45e82dd7bb5a20efa3dd2635e965164a69f50c3bab8e9bd7b2f8747be51a5b150557b8821d50993694eecc2c1472ec2b778fc88a42f157f6138adc5b
6
+ metadata.gz: 575529d3c8aaa704aba90b1626310263e2900a13619637da651e3a4611f514c81bac68032d63955b082952539d7e4dcec77adbd902739584ef3924b83f1945c0
7
+ data.tar.gz: 479fbf975df4afb3d60068ad7bde49cb3167da461369cd0476b2867674b98e82ac44f8e512e15885724f69a238c80f2314d765a648680a76bb1791a6f7ff9659
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- arql (0.1.11)
4
+ arql (0.1.12)
5
5
  activerecord (~> 6.0.3)
6
6
  activesupport (~> 6.0.3)
7
7
  mysql2 (~> 0.5.3)
@@ -20,7 +20,7 @@ class Array
20
20
  t << first.attribute_names
21
21
  t << nil
22
22
  each do |e|
23
- t << e.attributes.values_at(*first.attribute_names)
23
+ t << e.attributes.values_at(*first.attribute_names).map(&:as_json)
24
24
  end
25
25
  t
26
26
  end
data/lib/arql/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Arql
2
- VERSION = "0.1.11"
2
+ VERSION = "0.1.12"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: arql
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.11
4
+ version: 0.1.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Liu Xiang