Sha256: a3ac77496dfe9a371aba0d400db89e0dd7562c3ba02210dc97eab3da05ce3c21
Contents?: true
Size: 754 Bytes
Versions: 1
Compression:
Stored size: 754 Bytes
Contents
# frozen_string_literal: true module UiBibz NAME = 'Ui Bibz' SLUG = 'ui_bibz' BOOTSTRAP_VERSION = '5.0.0.alpha3' DESCRIPTION = "A Rails Interface Framework using Bootstrap #{BOOTSTRAP_VERSION}." SUMMARY = "Ui Bibz is an Ui Framework that allows you to build an interface very quickly and simply using Bootstrap #{BOOTSTRAP_VERSION}." LICENSE = 'MIT' FONTAWESOME_VERSION = '5.15.1' HOMEPAGE = 'https://hummel.link/ui-bibz/' REPO = 'git+https://github.com/thooams/Ui-Bibz.git' EMAIL = 'thomas@hummel.link' AUTHOR = 'Thooams [Thomas HUMMEL]' VERSION = '3.0.0.alpha10' AUTHORS = ['Thooams'].freeze end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ui_bibz-3.0.0.alpha10 | lib/ui_bibz/infos.rb |