
Security News
CISA’s 2025 SBOM Guidance Adds Hashes, Licenses, Tool Metadata, and Context
CISA’s 2025 draft SBOM guidance adds new fields like hashes, licenses, and tool metadata to make software inventories more actionable.
ThorEnhance
enhances thor's capabiltiies. It allows customizable method options and task options.
Additionally it provides hooks into each method option that allows deprecation dynamically.
Add this line to your application's Gemfile:
gem 'thor_enhance'
Hooks allow you to deprecate, warn, or do some other custimizable action when a user calls thor with the specific option
Hook documentation Hook examples
Method option injection allows you to enhance specific commands. When used inconjunction with ThorEnhance::Tree, the added fields to the method options are avaialable in your code with ease.
Command option injection is very powerful. This allows add low level documentation in line with the actual code.
The beauty of ThorEnhance is that it forces all your documentation to live with the code. As your code changes, the documentation naturally changes with it.
ThorEnhance can automatically generate your code bases Readme for you.
Bug reports and pull requests are welcome on GitHub at https://github.com/matt-taylor/thor_enhance.
FAQs
Unknown package
We found that thor_enhance demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
CISA’s 2025 draft SBOM guidance adds new fields like hashes, licenses, and tool metadata to make software inventories more actionable.
Security News
A clarification on our recent research investigating 60 malicious Ruby gems.
Security News
ESLint now supports parallel linting with a new --concurrency flag, delivering major speed gains and closing a 10-year-old feature request.