dev-ruby/swagger-blocks - 3.0.0 (pentoo)

Search

Install

Install this version:

emerge -a =dev-ruby/swagger-blocks-3.0.0

Package Information

Description:
Define and serve live-updating Swagger JSON for Ruby apps
Homepage:
https://github.com/fotinakis/swagger-blocks
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
3.0.0 8 amd64 ~arm64 x86 0
View Raw Ebuild
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

USE_RUBY="ruby32 ruby33"

inherit ruby-fakegem

DESCRIPTION="Define and serve live-updating Swagger JSON for Ruby apps"
HOMEPAGE="https://github.com/fotinakis/swagger-blocks"

KEYWORDS="amd64 ~arm64 x86"
LICENSE="MIT"
SLOT="0"

Inherited Eclasses