actions-marketplace-validations/Fetches .gemspec metadata
Reads the .gemspec file in the repo and exposes metadata from it
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Oct 4, 2021
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/bitbrain_gemspec-fetch@7c6ae9e26785e562b33064ab989426bba489ecac # no releases — HEAD as of 2026-07-14tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| specfile | The path of the gem spec file | yes | — |
Outputs
| name | description |
|---|---|
| name | The name of this Ruby gem |
| version | The version of this Ruby gem |
| description | The description of this Ruby gem |
| homepage | The homepage of this Ruby gem |
| summary | The summary of this Ruby gem |