Sha256: b7ed9865a90a26565ecdfff66dcdd8b5278b111c62d831f819bd9e58f0d3307d

Contents?: true

Size: 758 Bytes

Versions: 1

Compression:

Stored size: 758 Bytes

Contents

# frozen_string_literal: true

module UiBibz
  NAME                = 'Ui Bibz'
  SLUG                = 'ui_bibz'
  BOOTSTRAP_VERSION   = '5.3.2'
  DESCRIPTION         = "A Rails Interface Framework using Bootstrap #{BOOTSTRAP_VERSION}.".freeze
  SUMMARY             = "Ui Bibz is an Ui Framework that allows you to build an interface very quickly and simply using Bootstrap #{BOOTSTRAP_VERSION}.".freeze
  LICENSE             = 'MIT'
  FONTAWESOME_VERSION = '6.5.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             = '4.0.0.beta9'
  AUTHORS = ['Thooams'].freeze
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ui_bibz-4.0.0.beta9 lib/ui_bibz/infos.rb