bidu-house 0.1.0 → 0.1.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: bf8431dbc896d4009687b3896a2d11f268d48a18
4
- data.tar.gz: 295a7b922f4af26fb58e8a5b4d59ce6cba59c512
3
+ metadata.gz: 0f2691ba3e4a43b932d5ba3770027da4f9c15ce1
4
+ data.tar.gz: 827b28c6b28b3766a77250a3dec8678c74449044
5
5
  SHA512:
6
- metadata.gz: 94962c145b428b9a261b5df1871586a556d15553ebdd97ef1c36fa2f1ba3e171e3e21672f60df3a624329c05dc72375dac38dd4f042c6840dc95710def42ec16
7
- data.tar.gz: f596699a632c86fd136b50312db1490528b6d9bdfadde67405a9a19add49122fb9130d0009c3cf2d9c347bb4af044577baba07fe96075e15d1d199c3e7cdc6b8
6
+ metadata.gz: 1599973e3f184f9e0082a5b7c38971fa55296864d672722fcf4c04fde4984d7e4c99b24af7339b0433a3321462dde3fa595b6a2f8974b84349d23a5891f70203
7
+ data.tar.gz: c2e980424aa1d6f5bfdd2ae75f59d1b40a074ab1613e53c066e536becea3fba553d4ecb15cb187c1b3cdb240ed21490504ea49cef4c925b6e27966292cfc6ff7
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- bidu-house (0.1.0)
4
+ bidu-house (0.1.1)
5
5
  activesupport
6
6
  bidu-core_ext
7
7
  concern_builder
@@ -36,7 +36,7 @@ module Bidu
36
36
 
37
37
  def as_json
38
38
  {
39
- ids: scoped.map(&external_key),
39
+ ids: scoped.pluck(external_key),
40
40
  percentage: percentage
41
41
  }
42
42
  end
@@ -1,5 +1,5 @@
1
1
  module Bidu
2
2
  module House
3
- VERSION = '0.1.0'
3
+ VERSION = '0.1.1'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bidu-house
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bidu Dev's Team