railsui_icon 1.0.5 → 1.0.6

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: 1bd7919c8f13f907f53889eefdb415673f37e32efa162e1935adac97101e36fd
4
- data.tar.gz: 3b57157b1c05982a935e0eac257418b47a64cdbccb62e531829e42d88608d5db
3
+ metadata.gz: 44829505807edd1ed1f88d2902b3a099c6de1ead5364888886a0471f79a335e6
4
+ data.tar.gz: 966a50bde90e86e71153610c4d02530c8d8480741863c13eeb52347ef87faa0f
5
5
  SHA512:
6
- metadata.gz: b214074a637067755e3e7776bbb8f89a562ec1133d74460bf5ae4d0138fb67e58cc4566efe3f0f17750d422e1b4b5b15a717b2caf12ad316b825c5383d853332
7
- data.tar.gz: e5bb3544be5dfcdd49d3219e5e22a632bbaab53a37c281a8b850fb3e783a34b77486b3807bae54813200b2359d0cdbc9582ac162c8ce4a36689a551219710f7b
6
+ metadata.gz: 0c9fe909255c5c0939c97cc4088053fbaa65d6404111ae3dbbec5cbcf12731437acc2fd2907b3c296ab27b658eff7a862315c361954f22da31954345de60f315
7
+ data.tar.gz: 1ac3f80191d4a29fe7a9e8d8d9ede3a59790ab7cadc3831a13a1d768715561914f4fa73c4e0ab34140aaaf44227be0c5fd41eef6e216fc8ad7603946ecb38a6d
@@ -54,7 +54,7 @@ module RailsuiIcon
54
54
  app_asset_path = Rails.root.join("app/assets/images#{custom_path}")
55
55
 
56
56
  if File.exist?(app_asset_path)
57
- asset_path = app_asset_path
57
+ asset_path = app_asset_path.to_s
58
58
  end
59
59
 
60
60
  raise ArgumentError, "Asset path cannot be nil" if asset_path.nil?
@@ -1,3 +1,3 @@
1
1
  module RailsuiIcon
2
- VERSION = "1.0.5"
2
+ VERSION = "1.0.6"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: railsui_icon
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.5
4
+ version: 1.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andy Leverenz
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-07-30 00:00:00.000000000 Z
11
+ date: 2024-08-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails