calculable_attrs 0.0.11 → 0.0.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
  SHA1:
3
- metadata.gz: 954d47ca697bae820aebb918de5f919b6196c17b
4
- data.tar.gz: 439f28fcf53f237e7a2d93c216a08f110584e830
3
+ metadata.gz: d2db75dc162e747bb97d3f536e53d8f045498c6d
4
+ data.tar.gz: 071b639a91ad0166bf83336e0aca8ff5c801a207
5
5
  SHA512:
6
- metadata.gz: cfeb311e114c035366739d280cd716b9cdc1356d8591e2f06e1c9b07c805c360f289330cbea3718cee682f592c493e728570cf9ab5f953f56ba34f9cdc0b6171
7
- data.tar.gz: cefa24ecd22b704477ae1a56e7e42b81386a2dc6d96afa36d072d6fda62221ddab88cfb7bf27cb1bdbc8116bbb1408b67ffff9e745bece24e8c6daa8155fef10
6
+ metadata.gz: dbfac64f1b6e7d34e7769c760905f4c1addbe19530152792c359b2ac58564539167fdc2c3acbc752c9b1550c180e4810d18bc920a928bb564d1a5918c1f83651
7
+ data.tar.gz: 92c1d114380579d7009fe5206b354293a6fe10b18554a2abd2b3f83a6538c2c26a603f6334c6fd8b760453e18ab659e3b6b91ec545d046cfa93b4ae80422417c
@@ -31,6 +31,7 @@ module CalculableAttrs::ActiveRecord::Relation
31
31
  calculable_orig_exec_queries
32
32
  else
33
33
  wrap_with_left_joins_and_exec_queries
34
+ append_joinded_calculable_attrs
34
35
  end
35
36
  apped_calculable_attrs
36
37
  @records
@@ -1,3 +1,3 @@
1
1
  module CalculableAttrs
2
- VERSION = "0.0.11"
2
+ VERSION = "0.0.12"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: calculable_attrs
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.11
4
+ version: 0.0.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dmitry Sharkov
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-09-04 00:00:00.000000000 Z
11
+ date: 2014-09-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activerecord