Skip to content

speedshop/threadpilot-placeholder

Repository files navigation

threadpilot-placeholder

Public placeholder gems reserving the Threadpilot package names on RubyGems.org.

Reserved gem names

This repo exists to publish inert placeholder gems for these names:

  • threadpilot
  • threadpilot-sidekiq
  • threadpilot-puma
  • threadpilot-goodjob

The real Threadpilot gems are distributed privately from:

source "https://gems.speedshop.co/private" do
  gem "threadpilot"
  gem "threadpilot-puma"
  gem "threadpilot-sidekiq"
end

threadpilot-goodjob is currently reserved only. There is not currently a real threadpilot-goodjob gem.

Why this exists

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 require succeeds harmlessly

Development

bundle install
bundle exec rake
bundle exec rake build

Publishing

Build all four gems:

bundle exec rake build

Push 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

About

Public placeholder gems reserving Threadpilot package names on RubyGems.org

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages