neetob 0.5.41 → 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: 98c190297538e0ff35ec285c6e8f21b002bb749661f7e14a70b8cc663b5bc04a
4
- data.tar.gz: d1d592d58617f3c556ed5d356bb3a6f5d2163282c96af8b896f5f02a4076ce76
3
+ metadata.gz: 0fd6eea13ad465c8b0d584765755d5a5bb981f49a9b9da080490d149a8b62940
4
+ data.tar.gz: deaf788483b6f3b36c4e5fd6a9188e097eed073601ba99cdeaf9975e48de7e52
5
5
  SHA512:
6
- metadata.gz: 6e90c4c27c9adfff3335236be1bbd772c1e7ab0ea872ab690711ef85ec4afe01649074779b06cdb9b3efebd66f77ed77618aeb3a3f8f67028f943b7e8f0b1ade
7
- data.tar.gz: e5dd827105c4a6587db0a7e85b00a078c7171d462a4b5d88dc396d8a480ff06397f317eddb5fc1679b5d5f16c7c47b5953f347e1387dbda917df0003c2b11efc
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.41)
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.41"
4
+ VERSION = "0.5.43"
5
5
  end
@@ -0,0 +1,7 @@
1
+ gh project item-list <your-board-number> --format json --owner bigbinary --limit 1000 > issues.json
2
+
3
+ jq -r '.items[] | select(.status == "<milestone-status-title>") | .content.url' issues.json > issue_urls.txt
4
+
5
+ while read issue; do
6
+ gh issue edit "$issue" --add-label "<label-name>";
7
+ done < issue_urls.txt
@@ -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.41
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
@@ -324,6 +324,7 @@ files:
324
324
  - lib/neetob/version.rb
325
325
  - neetob.gemspec
326
326
  - overcommit.yml
327
+ - scripts/add_label_to_milestone_issues.sh
327
328
  - scripts/delete_unused_assets.rb
328
329
  homepage: https://github.com/bigbinary/neetob
329
330
  licenses: