parse_packwerk 0.10.0 → 0.10.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +3 -3
- metadata +6 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f409f199bdc5359f8287eeb77ddc83b47ee35d98d7066af8d11dafa1dda0f23b
|
4
|
+
data.tar.gz: 2a0978ce08554183ec20865f64bfc6480d7d9501ca015130589d4f20a75bcf72
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
-
|
30
|
-
|
31
|
-
|
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.
|
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-
|
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/
|
144
|
+
homepage: https://github.com/rubyatscale/parse_packwerk
|
145
145
|
licenses:
|
146
146
|
- MIT
|
147
147
|
metadata:
|
148
|
-
homepage_uri: https://github.com/
|
149
|
-
source_code_uri: https://github.com/
|
150
|
-
changelog_uri: https://github.com/
|
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: []
|