upnxt_ransack 1.6.6.patch1 → 1.6.6.patch2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b9eea3c3a0fdb88250e6e58f5deb8ff69cc6868e
4
- data.tar.gz: 0594da0f013cf3092c603b33d921222d9e59f0e8
3
+ metadata.gz: 564fe9e5a287b363ceb5bb70e13b1121de478b76
4
+ data.tar.gz: badd1a2da1fd9e81c0cf1732bb8d8408d437591a
5
5
  SHA512:
6
- metadata.gz: befd8fc4143c823acf3137d4b57e1c6ab71784baa9f8ec84eef71e454fc2a568473728f5464b793c16bdcf194a169d4624700d5dd97d879f3b43261c58cf299f
7
- data.tar.gz: 46754d606fe8bd0d654be19fc693aee48a6257d0e86a224fb91a67cbb3679daceb06f7df7bd0932a88e0a9764cd52694b37020db48c4f14d5c90836419e48d9f
6
+ metadata.gz: 594d1f561370a6ed95c26772bce309fc417272f3dcbb139d2e4bbc9f60571c77de112897e4f1a4e7c4870e448eb994f9208234551c67a79ea136f067d3fc2e85
7
+ data.tar.gz: bccb98e28a67b92cf397ebb533ba456dcfaea382f9f28574c6cccc552931d835138f405d6804e668cb8f39cdc9523019d9bfce7151c37c89048dd5ae8de4365c
@@ -27,7 +27,6 @@ module Ransack
27
27
  private
28
28
  def convert_to_associations_tree(klass, str)
29
29
  #sort backwards to favor longer names
30
- byebug unless klass
31
30
  Hash[klass.reflections.sort { |a, b| b<=>a }].each do |name, reflection|
32
31
  if str.start_with? name.to_s
33
32
  next_source = reflection.options[:class] || reflection.class_name.constantize
@@ -1,3 +1,3 @@
1
1
  module UpnxtRansack
2
- VERSION = "1.6.6.patch1"
2
+ VERSION = "1.6.6.patch2"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: upnxt_ransack
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.6.patch1
4
+ version: 1.6.6.patch2
5
5
  platform: ruby
6
6
  authors:
7
7
  - bert bruynooghe
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-07-02 00:00:00.000000000 Z
11
+ date: 2015-07-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ransack