packs 0.0.30 → 0.0.31

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: 4b82c7108ae3ca6db3f119837248bedbef6aa33481f51e40bb025e0a5f71d939
4
- data.tar.gz: cce06aa5315648c21fa26f55955b7aa49dfc0f04a0662fc9336b2131926ec98c
3
+ metadata.gz: 1be2b40d120f6b71973da3e330c847f838d4aa0ff5ebd5746195bd2d5c4315e2
4
+ data.tar.gz: 55b52c46ce021dea56b5002791a1b380c3b0d9b9afea4aa69cc097f53c26b66b
5
5
  SHA512:
6
- metadata.gz: 3e5553c2866632b9d64bdff514ca2f301e96b22db903b3227909eb9c5e3232140a5566d1f878197794bf51d9fc0a268db17a4b47ad7fa1e420bac011394d0592
7
- data.tar.gz: 3b9867217baf53cf7f3e8fc6d99e1c17c6d1a1f6cbba6ddab6535a9de1c2eaafb2b1fcb06ba2e43d1772c95954f61b6f9c372c94838c699c3bfaa324324d4060
6
+ metadata.gz: b79719467ebe137489298dbfa6156dfde81645cbc7a21845024add2530328b59c9587a0ce3a46d718b0a3507c9e49ae9036b7205467df6fe69d09eccaf461446
7
+ data.tar.gz: 3598caac2513f596afc5514b3f56981129604cf152f5430736283fa43c0ba25e926b419c5a042fc9060c132cd848d456a4731646f45bf71d776e266a45a5cc38
data/lib/packs/private.rb CHANGED
@@ -84,7 +84,6 @@ module Packs
84
84
  end
85
85
 
86
86
  add_public_directory(package) if package.enforce_privacy
87
- add_readme_todo(package)
88
87
  package_location = package.directory
89
88
 
90
89
  file_move_operations = T.let([], T::Array[Private::FileMoveOperation])
@@ -132,6 +131,8 @@ module Packs
132
131
  end
133
132
  end
134
133
 
134
+ add_readme_todo(package)
135
+
135
136
  per_file_processors.each do |processor|
136
137
  processor.after_move_files!(file_move_operations)
137
138
  end
@@ -99,7 +99,7 @@ module Packs
99
99
  <<~MSG
100
100
  Your next steps might be:
101
101
 
102
- 1) Delete the old pack when things look good: `rm -rf #{pack_name}`
102
+ 1) Delete the old pack when things look good: `git rm -r #{pack_name}`
103
103
 
104
104
  2) Run `bin/packwerk update-todo` to update the violations. Make sure to run `spring stop` first.
105
105
  MSG
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: packs
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.30
4
+ version: 0.0.31
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gusto Engineers
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-09-26 00:00:00.000000000 Z
11
+ date: 2023-10-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: code_ownership