Skip to content

Commit

Permalink
Update README and bump version (#134)
Browse files Browse the repository at this point in the history
* Update README and bump version

Co-authored-by: Todd Sedano <todd.sedano@gusto.com>
Co-authored-by: Perry Hertler <perry.hertler@gusto.com>

* regenerate README

Co-authored-by: Todd Sedano <todd.sedano@gusto.com>
Co-authored-by: Perry Hertler <perry.hertler@gusto.com>
Co-authored-by: Todd Sedano <todd.sedano@gusto.com>
Co-authored-by: Perry Hertler <perry.hertler@gusto.com>

---------

Co-authored-by: Todd Sedano <todd.sedano@gusto.com>
Co-authored-by: Perry Hertler <perry.hertler@gusto.com>
  • Loading branch information
3 people authored Nov 28, 2023
1 parent 2d2a43a commit c98bb7a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ GIT
PATH
remote: .
specs:
packs (0.0.35)
packs (0.0.36)
code_ownership (>= 1.33.0)
packs-specification
packwerk
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ The rest of the [rubyatscale](https://github.com/rubyatscale) ecosystem is inten
Here are some example integrations with `packs`:
- [`packs-specification`](https://github.com/rubyatscale/packs-specification) is a low-dependency gem that allows your production environment to query simple information about packs
- [`packs-rails`](https://github.com/rubyatscale/packs-rails) can be used to integrate `packs` into your `rails` application
- [`rubocop-packs`](https://github.com/rubyatscale/rubocop-packs) contains cops to improve boundaries around `packs`
- [`rubocop-packs`](https://github.com/rubyatscale/rubocop-packs) contains cops to improve boundaries around `packs`
- [`packwerk`](https://github.com/Shopify/packwerk) and [`packwerk-extensions`](https://github.com/rubyatscale/packwerk-extensions) help you describe and constrain your package graph in terms of dependencies between packs and pack public API
- [`code_ownership`](https://github.com/rubyatscale/code_ownership) gives your application the capability to determine the owner of a pack
- [`pack_stats`](https://github.com/rubyatscale/pack_stats) makes it easy to send metrics about pack adoption and modularization to your favorite metrics provider, such as DataDog (which has built-in support).
Expand Down Expand Up @@ -77,7 +77,7 @@ If no pack name is passed in, this will list out violations across all packs.
## Make files or directories public API
`bin/packs make_public path/to/file.rb path/to/directory`
This moves a file or directory to public API (that is -- the `app/public` folder).
This moves a file or directory to public API (either the `app/public` folder or the pack's specified public path).
Make sure there are no spaces between the comma-separated list of paths of directories.
Expand Down
2 changes: 1 addition & 1 deletion lib/packs/cli.rb
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def list_top_violations(type, pack_name = nil)

desc 'make_public path/to/file.rb path/to/directory', 'Make files or directories public API'
long_desc <<~LONG_DESC
This moves a file or directory to public API (that is -- the `#{ParsePackwerk::DEFAULT_PUBLIC_PATH}` folder).
This moves a file or directory to public API (either the `#{ParsePackwerk::DEFAULT_PUBLIC_PATH}` folder or the pack's specified public path).
Make sure there are no spaces between the comma-separated list of paths of directories.
LONG_DESC
Expand Down
2 changes: 1 addition & 1 deletion packs.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |spec|
spec.name = 'packs'
spec.version = '0.0.35'
spec.version = '0.0.36'
spec.authors = ['Gusto Engineers']
spec.email = ['dev@gusto.com']

Expand Down

0 comments on commit c98bb7a

Please sign in to comment.