rails_select_on_includes 5.2.0.1 → 5.2.0.2

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: 111837fa99c6412e8cf7f35950a5fff9ef18e98c
4
- data.tar.gz: 76747c77067ab62b90f47f8cf339b9262fffa990
3
+ metadata.gz: f735c9e723abda05cd6a281c6c7a139c69887a55
4
+ data.tar.gz: 34278129d02c746f2c85a233a228e87498125b7b
5
5
  SHA512:
6
- metadata.gz: e91e4d41a8448016921633b48d1047fcb65a26d0dbbe60883b5e7a78695738fd8ceb3be1bbe95eb8d6c969b422b6ea8bfe51bb6e2cfa01c37445079bd5ab74a2
7
- data.tar.gz: ff63efb783be02f43a5c5da592a3747e3d2c5291f17be4709193b033fb8befb8fad223c85a59b50e289e58db3db7b583f3a375b6184f075c2bcb9450197b71ab
6
+ metadata.gz: 2f84a4f76b9252352386d9e6bfa84ffb5893988e3af3a1ea34028464700c1bd37d10c448755d51bed52fdb63172374da0b19db616460f07638b54e1dfc115f58
7
+ data.tar.gz: 075ee3bc8ebbed66703f5bf3097ec615b1c1196772af727e4a1bb27c3c3d3c5d061716de45bf3a4a21aa5b8e33bd4994697f95034cc2c42f4766501ad8e5c36e
@@ -0,0 +1,3 @@
1
+ # 5.2.0.2
2
+
3
+ * Arel::Nodes::TableAlias added
@@ -41,6 +41,8 @@ require 'active_support/core_ext/string/filters'
41
41
  end
42
42
  when Arel::Nodes::As
43
43
  add_virtual_attribute(sv.right)
44
+ when Arel::Nodes::TableAlias
45
+ add_virtual_attribute(sv.right)
44
46
  when Arel::Nodes::Function
45
47
  add_virtual_attribute(sv.alias) if sv.alias.present?
46
48
  end
@@ -1,3 +1,3 @@
1
1
  module RailsSelectOnIncludes
2
- VERSION = "5.2.0.1"
2
+ VERSION = "5.2.0.2"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails_select_on_includes
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.2.0.1
4
+ version: 5.2.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - alekseyl
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-02-21 00:00:00.000000000 Z
11
+ date: 2018-04-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activerecord
@@ -103,6 +103,7 @@ extensions: []
103
103
  extra_rdoc_files: []
104
104
  files:
105
105
  - ".gitignore"
106
+ - CHANGELOG.md
106
107
  - Gemfile
107
108
  - LICENSE.txt
108
109
  - README.md