Sha256: bca96c2b801caa7d89bee8ff524af8bbb4d4940c19aeaed7256dfcf53c879aec
Contents?: true
Size: 751 Bytes
Versions: 1
Compression:
Stored size: 751 Bytes
Contents
# frozen_string_literal: true module UiBibz NAME = 'Ui Bibz' SLUG = 'ui_bibz' BOOTSTRAP_VERSION = '5.0.0.beta1' 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.2' 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.beta8' AUTHORS = ['Thooams'].freeze end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ui_bibz-3.0.0.beta8 | lib/ui_bibz/infos.rb |