parse_packwerk 0.10.0 → 0.10.1

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +3 -3
  3. metadata +6 -6
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 00ce04288d8a8c4f46571bd181e8a3781d325116cd58e8078cdf142e9f74ffce
4
- data.tar.gz: 23c1e53eab84fc472d116bf025c6ddb499f509da25246f47ffbdb857ec922f3f
3
+ metadata.gz: f409f199bdc5359f8287eeb77ddc83b47ee35d98d7066af8d11dafa1dda0f23b
4
+ data.tar.gz: 2a0978ce08554183ec20865f64bfc6480d7d9501ca015130589d4f20a75bcf72
5
5
  SHA512:
6
- metadata.gz: f24bf1e21e1800e35aa9c4fcdbf1c5e71efafd421d1ce7829461e620c30728a23dd78e099f91bd359fa69e0bca9cef71fabea4cc139598520520942afbcf9006
7
- data.tar.gz: 6bd309198e121db0066178ec0fcddbef4b0187110a600bc716fe72d1ebbedab713767b25700d679bd219cafabd93ce6c0896cc0cf9cfa51c279c205105c30003
6
+ metadata.gz: 4c9338e22916f759cbe982087f52606eaec69ff4fcbd4bbc90bb8f1c2787e1cfa08fce8e678f70edd5ae2566e0afa1ba8aa65e3039706bfe7390ad8b1b2d3853
7
+ data.tar.gz: 9fe7860d98c05d3049b902f2a3bd0c04c1b69568195e385c00ae756883b7b48d52da9decd6f5cd1c2b848daf1414de5a99e6461fdafc95265ec09c202eddb128
data/README.md CHANGED
@@ -26,8 +26,8 @@ We generally recommend folks depend on `packwerk` rather than `parse_packwerk`.
26
26
 
27
27
  This gem exists for this toolchain for these reasons:
28
28
 
29
- (A) `packwerk` is lacking public APIs for the behavior we want. It's close with `PackageSet`, but we need to also be able to parse violations.
30
- (B) Certain critical, production runtime code-paths need to use this, and we want a simple, low-dependency, infrequently changing dependency for our production environment. One example of production usage is that `package.yml` files can store team ownership information, which is used when an error happens in production to route it to the right team.
31
- (C) `packwerk` has heavy duty dependencies like rails and lots of others, and it adds a degree of maintenance cost and complexity that isn’t necessary when all we want to do is read YML files
29
+ - `packwerk` is lacking public APIs for the behavior we want. It's close with `PackageSet`, but we need to also be able to parse violations.
30
+ - Certain critical, production runtime code-paths need to use this, and we want a simple, low-dependency, infrequently changing dependency for our production environment. One example of production usage is that `package.yml` files can store team ownership information, which is used when an error happens in production to route it to the right team.
31
+ - `packwerk` has heavy duty dependencies like rails and lots of others, and it adds a degree of maintenance cost and complexity that isn’t necessary when all we want to do is read YML files
32
32
 
33
33
  Long-term, it might make sense for these reasons to extract out some of the parsing from `packwerk` into a separate gem similar to this so that we can leverage the ecosystem of tools associated with the idea of a “pack” in ways that are simple and safe for both development and production environments.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: parse_packwerk
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.0
4
+ version: 0.10.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gusto Engineers
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-05-03 00:00:00.000000000 Z
11
+ date: 2022-06-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: sorbet-runtime
@@ -141,13 +141,13 @@ files:
141
141
  - sorbet/rbi/gems/hashdiff@1.0.1.rbi
142
142
  - sorbet/rbi/gems/rspec@3.10.0.rbi
143
143
  - sorbet/rbi/gems/rspec_override.rbi
144
- homepage: https://github.com/bigrails/parse_packwerk
144
+ homepage: https://github.com/rubyatscale/parse_packwerk
145
145
  licenses:
146
146
  - MIT
147
147
  metadata:
148
- homepage_uri: https://github.com/bigrails/parse_packwerk
149
- source_code_uri: https://github.com/bigrails/parse_packwerk
150
- changelog_uri: https://github.com/bigrails/parse_packwerk/releases
148
+ homepage_uri: https://github.com/rubyatscale/parse_packwerk
149
+ source_code_uri: https://github.com/rubyatscale/parse_packwerk
150
+ changelog_uri: https://github.com/rubyatscale/parse_packwerk/releases
151
151
  allowed_push_host: https://rubygems.org
152
152
  post_install_message:
153
153
  rdoc_options: []