neetob 0.5.42 → 0.5.43

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
  SHA256:
3
- metadata.gz: 6dbf5043b2f0a3090802f94dacd433f88db18caa39b9373e14c5c2ab98226362
4
- data.tar.gz: 3ff55b52c9de566459ddea6f355facb6109a37f69ae6cb92cdd19c9fa88c0f01
3
+ metadata.gz: 0fd6eea13ad465c8b0d584765755d5a5bb981f49a9b9da080490d149a8b62940
4
+ data.tar.gz: deaf788483b6f3b36c4e5fd6a9188e097eed073601ba99cdeaf9975e48de7e52
5
5
  SHA512:
6
- metadata.gz: 25690c64bcb16de90a98ebf979863b398d4d3b9c55e20413ecab078f8aaca7ac23b7498e24ccd7182633b7ce08a3bd56723972c141be64f7e1b04ea55a5d8cef
7
- data.tar.gz: f864052e1d5bd44c35d44f5d2991a40764879ac3c7ae5c52e0de1121c241925868180f6617be967a301eac7f20e88028ffab7c49692f9f8bea4f1e6533ef8c15
6
+ metadata.gz: edf88aaf5b90749f4e29df4dc9edfd22fc53f53d8870bb94299d0b8af9eaa274514d407f8e5a2fc411a0378c882a14bc8216d9fc45a0a232a6d50f3ccdca56f3
7
+ data.tar.gz: 71d5324fe6f91048f077e6164d5ee6574147516abfd1ed5e0f0e1ae39c23726483db2961686df6fcc94876a535fdeef757f692e017281f8ff8846072ca6989d7
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- neetob (0.5.42)
4
+ neetob (0.5.43)
5
5
  actionview
6
6
  activesupport
7
7
  brakeman (~> 5.0)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Neetob
4
- VERSION = "0.5.42"
4
+ VERSION = "0.5.43"
5
5
  end
@@ -1,6 +1,8 @@
1
1
  #!/usr/bin/env ruby
2
2
  # frozen_string_literal: true
3
3
 
4
+ # This script looks at all the assets specified in the IMAGE_DIR_PATH and deletes the ones that are not used in the SRC_DIR_PATH and VIEWS_DIR_PATH.
5
+
4
6
  require "set"
5
7
 
6
8
  IMAGE_DIR_PATH = "app/assets/images"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: neetob
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.42
4
+ version: 0.5.43
5
5
  platform: ruby
6
6
  authors:
7
7
  - Udai Gupta
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2025-02-10 00:00:00.000000000 Z
11
+ date: 2025-02-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor