Sha256: c1018f675a39a868c0c17c4ea982bbc03558762be2e8b1ee408893528202bde1

Contents?: true

Size: 742 Bytes

Versions: 1

Compression:

Stored size: 742 Bytes

Contents

# frozen_string_literal: true

module UiBibz
  NAME                = 'Ui Bibz'
  SLUG                = 'ui_bibz'
  BOOTSTRAP_VERSION   = '5.0.0.alpha2'
  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            = 'http://thooams.github.io/Ui-Bibz/'
  REPO                = 'git+https://github.com/thooams/Ui-Bibz.git'
  EMAIL               = 'thomas@hummel.link'
  AUTHOR              = 'Thooams'
  VERSION             = '3.0.0.alpha6'
  AUTHORS = ['Thooams'].freeze
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ui_bibz-3.0.0.alpha6 lib/ui_bibz/infos.rb