diff --git a/CHANGELOG.md b/CHANGELOG.md index 071626e..8661310 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1 +1 @@ -See https://github.com/rubyatscale/use_packs/releases +See https://github.com/rubyatscale/packs/releases diff --git a/Gemfile b/Gemfile index e7e0b0d..8e6ea5f 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ source 'https://rubygems.org' -# Specify your gem's dependencies in use_packs.gemspec +# Specify your gem's dependencies in packs.gemspec gemspec gem 'packwerk', github: 'Shopify/packwerk', branch: 'main' diff --git a/Gemfile.lock b/Gemfile.lock index dbbbccd..eccbf12 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -17,7 +17,7 @@ GIT PATH remote: . specs: - packs (0.0.22) + packs (0.0.23) code_ownership (>= 1.33.0) colorize packs-specification diff --git a/README.md b/README.md index 0644dec..237e744 100644 --- a/README.md +++ b/README.md @@ -117,16 +117,16 @@ Releases happen automatically through github actions once a version update is co To keep things organized, here are some recommended homes: ### Issues: -https://github.com/rubyatscale/use_packs/issues +https://github.com/rubyatscale/packs/issues ### Questions: -https://github.com/rubyatscale/use_packs/discussions/categories/q-a +https://github.com/rubyatscale/packs/discussions/categories/q-a ### General discussions: -https://github.com/rubyatscale/use_packs/discussions/categories/general +https://github.com/rubyatscale/packs/discussions/categories/general ### Ideas, new features, requests for change: -https://github.com/rubyatscale/use_packs/discussions/categories/ideas +https://github.com/rubyatscale/packs/discussions/categories/ideas ### Showcasing your work: -https://github.com/rubyatscale/use_packs/discussions/categories/show-and-tell +https://github.com/rubyatscale/packs/discussions/categories/show-and-tell diff --git a/lib/packs/private.rb b/lib/packs/private.rb index b9aa025..0d93435 100644 --- a/lib/packs/private.rb +++ b/lib/packs/private.rb @@ -404,7 +404,7 @@ def self.load_client_configuration return if @loaded_client_configuration @loaded_client_configuration = true - client_configuration = Pathname.pwd.join('config/use_packs.rb') + client_configuration = Pathname.pwd.join('config/packs.rb') require client_configuration.to_s if client_configuration.exist? end diff --git a/lib/packs/user_event_logger.rb b/lib/packs/user_event_logger.rb index e3b13dc..f7faeef 100644 --- a/lib/packs/user_event_logger.rb +++ b/lib/packs/user_event_logger.rb @@ -193,7 +193,7 @@ def before_list_top_privacy_violations(pack_name, limit) sig { returns(String) } def documentation_link - 'https://github.com/rubyatscale/use_packs#readme' + 'https://github.com/rubyatscale/packs#readme' end end end diff --git a/packs.gemspec b/packs.gemspec index 9312c8e..1dcfcf8 100644 --- a/packs.gemspec +++ b/packs.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |spec| spec.name = 'packs' - spec.version = '0.0.22' + spec.version = '0.0.23' spec.authors = ['Gusto Engineers'] spec.email = ['dev@gusto.com'] diff --git a/spec/packs_spec.rb b/spec/packs_spec.rb index 40059ca..1b617d1 100644 --- a/spec/packs_spec.rb +++ b/spec/packs_spec.rb @@ -212,7 +212,7 @@ def write_codeownership_config One more thing -- feel free to delete this file and replace it with a README.md describing your package in the main package directory. - See https://github.com/rubyatscale/use_packs#readme for more info! + See https://github.com/rubyatscale/packs#readme for more info! TODO end @@ -251,7 +251,7 @@ def write_codeownership_config README.md files are under version control and should change as your public API changes.#{' '} - See https://github.com/rubyatscale/use_packs#readme for more info! + See https://github.com/rubyatscale/packs#readme for more info! EXPECTED end @@ -680,7 +680,7 @@ def write_codeownership_config One more thing -- feel free to delete this file and replace it with a README.md describing your package in the main package directory. - See https://github.com/rubyatscale/use_packs#readme for more info! + See https://github.com/rubyatscale/packs#readme for more info! TODO end @@ -731,7 +731,7 @@ def write_codeownership_config README.md files are under version control and should change as your public API changes.#{' '} - See https://github.com/rubyatscale/use_packs#readme for more info! + See https://github.com/rubyatscale/packs#readme for more info! EXPECTED end @@ -1118,7 +1118,7 @@ def write_codeownership_config 👋 Hi! - You are moving one pack to be a child of a different pack. Check out https://github.com/rubyatscale/use_packs#readme for more info! + You are moving one pack to be a child of a different pack. Check out https://github.com/rubyatscale/packs#readme for more info! ==================================================================================================== File Operations