Skip to content

Commit

Permalink
rename some other places
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Evanczuk committed Aug 9, 2023
1 parent 4fba24f commit 385520e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 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/packs/releases
See https://github.com/rubyatscale/packs-specification/releases
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# packs
# packs-specification

Welcome to `packs`! `packs` are a simple ruby specification for an extensible packaging system to help modularize Ruby applications.
Welcome to `packs-specification`! `packs` are a simple ruby specification for an extensible packaging system to help modularize Ruby applications.

A `pack` (short for `package`) is a folder of Ruby code with a `package.yml` at the root that is intended to represent a well-modularized domain, and the rest of the [rubyatscale](https://github.com/rubyatscale) ecosystem is intended to help make the boundaries between a pack and any other more clear.

Expand Down
10 changes: 5 additions & 5 deletions packs-specification.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ Gem::Specification.new do |spec|
spec.version = '0.0.1'
spec.authors = ['Gusto Engineers']
spec.email = ['[email protected]']
spec.summary = 'Packs are the specification for gradual modularization in the `rubyatscale` ecosystem.'
spec.description = 'Packs are the specification for gradual modularization in the `rubyatscale` ecosystem.'
spec.homepage = 'https://github.com/rubyatscale/packs'
spec.summary = 'The specification for packs in the `rubyatscale` ecosystem.'
spec.description = 'The specification for packs in the `rubyatscale` ecosystem.'
spec.homepage = 'https://github.com/rubyatscale/packs-specification'
spec.license = 'MIT'

if spec.respond_to?(:metadata)
spec.metadata['homepage_uri'] = spec.homepage
spec.metadata['source_code_uri'] = 'https://github.com/rubyatscale/packs'
spec.metadata['changelog_uri'] = 'https://github.com/rubyatscale/packs/releases'
spec.metadata['source_code_uri'] = 'https://github.com/rubyatscale/packs-specification'
spec.metadata['changelog_uri'] = 'https://github.com/rubyatscale/packs-specification/releases'
spec.metadata['allowed_push_host'] = 'https://rubygems.org'
else
raise 'RubyGems 2.0 or newer is required to protect against ' \
Expand Down

0 comments on commit 385520e

Please sign in to comment.