izi_lightup 1.0.20 → 1.0.21

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: b3696261e502ae32e638ac3bf9174e5e8de988a6
4
- data.tar.gz: 65f6a7e403f20c872fea471aca25191218efe684
3
+ metadata.gz: 943aa0284ac02091f9c88e48a93f71408a820a71
4
+ data.tar.gz: 852cf6c971c6930eb9eaeecc2611a5895cbb2639
5
5
  SHA512:
6
- metadata.gz: e21d02f2305c1907126241d30429f194cfb6ad1db56c11368fa76cc223b4595aba9cb7fc3f567ccd5314fbbec404d3da48429c18c0b7193cb18029c4154b236c
7
- data.tar.gz: 8975671a787540fb9ff9bf2fb18fbaa9416ce198ff60915dc26261f6ddfbb61fdfa5c45f6e2f921dc635eea89b59fd81a6d5a15a2034062da1227c4d9263caca
6
+ metadata.gz: eb65ac8fcae0036a7ee3eb901127b56632292948d53a52dd74e00fea76312ceedcd78bf752b31b40e4adf01cb73f5d4be3303af3690b9d64cb1b251e78ffc2dc
7
+ data.tar.gz: 5bacd1da3f3f77af731404e1923edc407d531b6d0974152fab070682e9639f71189fd1c55a60e016bd77eae3b933ba183e80199ab05d771e122c5a53933e7f80
@@ -88,7 +88,7 @@ module IziLightup
88
88
  end
89
89
 
90
90
  def assets_output_dir
91
- @assets_output_dir ||= manifest&.dir.presence || Rails.root.join('public', assets_prefix)
91
+ @assets_output_dir ||= Pathname.new(manifest&.dir.presence || Rails.root.join('public', assets_prefix))
92
92
  end
93
93
 
94
94
  def assets_prefix
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module IziLightup
4
- VERSION = '1.0.20'
4
+ VERSION = '1.0.21'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: izi_lightup
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.20
4
+ version: 1.0.21
5
5
  platform: ruby
6
6
  authors:
7
7
  - IzikAJ