incline 0.2.34 → 0.2.35

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: ae65c996d69906baecf2735fa883890aa7a51c25
4
- data.tar.gz: acf4a6ecccffc06cd3170c6e21decc7edd933a56
3
+ metadata.gz: dfc907d3e62fa3fc44feebef0fa371db6ad6ada5
4
+ data.tar.gz: b4e60f6d459f1744c10e24c44948105c95d5a8f6
5
5
  SHA512:
6
- metadata.gz: 187ab76a3c66c867e028a5d1ea419d73007f6fa93e40cde2e7d679f7f6719df80a63e787cc868a74744383fac35239b3d41ed2e47a044ca4205ace28ada7f7c9
7
- data.tar.gz: a7ea019e80d6e675badac30c3e69267901237f83e563cfd82149bb2ab4d3d7220de50eb1d20305bc7d0bc22b098837344f720167e3560a915af8de0f36e3aca2
6
+ metadata.gz: af1102594b578b4ce7f21fc518ff613ee75afcaed967ac92677c29212f71bf1d04d14b4fa09fe7ddc6f4d995907952a586c97b985e3aac55cceaf869e2854f28
7
+ data.tar.gz: d2c4afb31bdbea9ad383851d0b3080a96763ffa8a34fd9acec5b34742b9b2b9b0452e0bcd1b2c04557ec87efc0f2bd99e29963eccb5cf58cd738360f1d16b163
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- incline (0.2.34)
4
+ incline (0.2.35)
5
5
  ansi (~> 1.5.0)
6
6
  bcrypt
7
7
  bootstrap-sass
@@ -299,7 +299,7 @@ module Incline
299
299
  ### Application Side Ordering ###
300
300
  if order_local
301
301
  ordering_list = ordering.to_a
302
- relation.sort{|a,b| local_sort(a, b, ordering_list) }
302
+ relation.sort!{|a,b| local_sort(a, b, ordering_list) }
303
303
  end
304
304
 
305
305
  ### Local Individual Filtering (AND) ###
@@ -1,3 +1,3 @@
1
1
  module Incline
2
- VERSION = "0.2.34"
2
+ VERSION = "0.2.35"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: incline
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.34
4
+ version: 0.2.35
5
5
  platform: ruby
6
6
  authors:
7
7
  - Beau Barker