wolf_core 1.0.70 → 1.0.71

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: bc7e1aed79786c312930031227ec5cbd339d3415a22178ec0539f606f43abb89
4
- data.tar.gz: 4e3245f77f19ad9d00b1eb11258e4c0828694938a06bf647f45988488b7f6158
3
+ metadata.gz: c2e6081627f490bed11dd13370491f42735a1de3b7dad63bc35789cefa2d5dbb
4
+ data.tar.gz: 9860dea6b35f8398fa5b5c75bb0a8da22202da1444228301bc4a2b42ba8adb2c
5
5
  SHA512:
6
- metadata.gz: 7e1a7e8f0020bc1e1a4b1ed6edb861680cb543167d431b76b47153bd8ee9e536fe4e5662a26728d8205a4f282d9c32b382c1f3704c3f8d267b9c7a286a5741f2
7
- data.tar.gz: dc29ae8cf0eb87f0c3bede9f273bbfb924d5fbc66df9d935b28863d92f8638553541df92e1671602e86501c594af157cc698abe94006618b95972262653fb6d2
6
+ metadata.gz: ce8ca164abbc65923a382e938fac533dec11c93fea768bf20648112edcda2d29bfd9df8a7087d3e68c8b387ee5c46cfd38b021e7775652f2df62e623f587f658
7
+ data.tar.gz: 1e53e8c06581844f81dc9300be83dbf4ceab46e12fd297fc192d4f41b61c9429b726266120f35c750b2ff707ebfa727ff67a59fbf1dc4107e07ffca49e91c49b
@@ -44,7 +44,7 @@ module WolfCore
44
44
  friendly_id = find_unique_friendly_id
45
45
  return friendly_id if friendly_id.present?
46
46
 
47
- default_candidate = friendly_id_candidates_array.first + [:id]
47
+ default_candidate = Array(friendly_id_candidates_array.first) + [:id]
48
48
  convert_candidate_to_friendly_id(default_candidate)
49
49
  end
50
50
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module WolfCore
4
- VERSION = "1.0.70"
4
+ VERSION = "1.0.71"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wolf_core
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.70
4
+ version: 1.0.71
5
5
  platform: ruby
6
6
  authors:
7
7
  - Javier Roncallo