-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Alex Evanczuk
committed
Aug 9, 2023
1 parent
4fba24f
commit 385520e
Showing
3 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 ' \ | ||
|