Skip to content

Commit

Permalink
Replace some other mentions of use_packs
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Evanczuk committed Aug 10, 2023
1 parent 5e4373f commit 03c812b
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
See https://github.com/rubyatscale/use_packs/releases
See https://github.com/rubyatscale/packs/releases
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -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'
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.22)
packs (0.0.23)
code_ownership (>= 1.33.0)
colorize
packs-specification
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion lib/packs/private.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion lib/packs/user_event_logger.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.22'
spec.version = '0.0.23'
spec.authors = ['Gusto Engineers']
spec.email = ['[email protected]']

Expand Down
10 changes: 5 additions & 5 deletions spec/packs_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 03c812b

Please sign in to comment.