Public placeholder gems reserving the Threadpilot package names on RubyGems.org.
This repo exists to publish inert placeholder gems for these names:
threadpilotthreadpilot-sidekiqthreadpilot-pumathreadpilot-goodjob
The real Threadpilot gems are distributed privately from:
source "https://gems.speedshop.co/private" do
gem "threadpilot"
gem "threadpilot-puma"
gem "threadpilot-sidekiq"
endthreadpilot-goodjob is currently reserved only. There is not currently a real threadpilot-goodjob gem.
These packages are published to RubyGems.org to reserve the names and prevent accidental or malicious third-party uploads.
Each placeholder gem:
- uses version
0.0.1 - has no runtime dependencies
- shows a post-install message pointing to the private gem source
- exposes only a minimal namespace so
requiresucceeds harmlessly
bundle install
bundle exec rake
bundle exec rake buildBuild all four gems:
bundle exec rake buildPush them individually to RubyGems.org:
gem push threadpilot-0.0.1.gem
gem push threadpilot-sidekiq-0.0.1.gem
gem push threadpilot-puma-0.0.1.gem
gem push threadpilot-goodjob-0.0.1.gem