
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.
= Tagstand
This gem is still under development. Use at your own risk.
== Requirements
You will need a {Tagstand API Key}[https://www.tagstand.com/signup] in order to get started.
== Installation
(sudo) gem install tagstand
== Usage
Please refer to the {Tagstand API Documentation}[https://manage.tagstand.com/api/docs] for more information about the API, or follow the examples below:
require 'tagstand'
Tagstand.api_key = ENV['TAGSTAND_API_KEY']
tags = Tagstand::Tag.create tag.created_at tag.votes
taps = Tagstand::Tap.list taps.total_taps_count taps.taps
user = Tagstand::User.create('sample@email.com') key = Tagstand::User.key('sample@email.com', 'password')
And that's it!
== Errors
Errors are based on the HTTP response of the request, so that you can rescue accordingly:
rescue Tagstand::ClientError > req rescue Tagstand::BadRequest > req rescue Tagstand::NotFound > req rescue Tagstand::Unauthorized > req
== Contributing to Tagstand
== Copyright
Copyright (c) 2012 Tatemae Consultancy. See LICENSE.txt for further details.
FAQs
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.