forest_liana 7.6.10 → 7.6.11

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
  SHA256:
3
- metadata.gz: 529622dcf795df3fecbb514a1b707c59ba2508d5b9c09b51ebc4cd25984cc558
4
- data.tar.gz: 31d36870440829fcad6549e452ccba2b25cde75a9bb3ce3c7370baf48248c6c2
3
+ metadata.gz: 3562e6b352b5ad63132232c6386294d201cfae32c4c3a139e16ad5600c711a9d
4
+ data.tar.gz: 41390ec3ca5116b9ff2d13a5b3a1a09a4b8a23420be40f5df2243df38b9ad758
5
5
  SHA512:
6
- metadata.gz: 8183bd54a698c09f6831a8972bf108074cf038f983c3e9e89ab688b61dab07d9bb9e4fc75b337d0bcf54fe6d64e11eb96cfe7e3e6a05b133f9b2c3c5dd2a2724
7
- data.tar.gz: f677de6ae48ec830dcde1f2f9acaa7b795017f4a068af72a5d2f3eacc3c826c5df6827fe5398869671ef275d86beb355736eefd64a7b1f965c3baa8dc5a760f6
6
+ metadata.gz: cffd30765cca14e61019a763f910bf4f37c38a347b5321cd18e4c766c4ef7d9f1fe05941268c083c05df6ebcd8c1c7fa51e15d5dff8f1ba59538db0b260157ae
7
+ data.tar.gz: 182bf31cd412370cfdc6900cdb5a32ccdafc5ee26419fda47e882a22b990d9e55980ecc622c2501c561a8dab455ed9a95a84d4e645b51efc58e5c19eb9cca13d
@@ -8,7 +8,7 @@ module ForestLiana
8
8
  add_columns
9
9
  add_associations
10
10
 
11
- collection.fields.sort_by! { |k| k[:field].to_s }
11
+ collection.fields.sort_by!.with_index { |k, idx| [k[:field].to_s, idx] }
12
12
 
13
13
  # NOTICE: Add ActsAsTaggable fields
14
14
  if @model.try(:taggable?) && @model.respond_to?(:acts_as_taggable) &&
@@ -1,3 +1,3 @@
1
1
  module ForestLiana
2
- VERSION = "7.6.10"
2
+ VERSION = "7.6.11"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: forest_liana
3
3
  version: !ruby/object:Gem::Version
4
- version: 7.6.10
4
+ version: 7.6.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sandro Munda