# -*- encoding: utf-8 -*-
# stub: thecore_ui_commons 3.0.13 ruby lib

Gem::Specification.new do |s|
  s.name = "thecore_ui_commons".freeze
  s.version = "3.0.13".freeze

  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
  s.metadata = { "allowed_push_host" => "https://rubygems.org", "changelog_uri" => "https://github.com/gabrieletassoni/thecore_ui_commons/blob/master/CHANGELOG.md", "homepage_uri" => "https://github.com/gabrieletassoni/thecore_ui_commons", "source_code_uri" => "https://github.com/gabrieletassoni/thecore_ui_commons" } if s.respond_to? :metadata=
  s.require_paths = ["lib".freeze]
  s.authors = ["Gabriele Tassoni".freeze]
  s.date = "2023-02-13"
  s.description = "Engine to serve configurations and rails module useful for all the UIs.".freeze
  s.email = ["g.tassoni@bancolini.com".freeze]
  s.files = ["README.md".freeze, "Rakefile".freeze, "app/assets/images/android-chrome-192x192.png".freeze, "app/assets/images/android-chrome-512x512.png".freeze, "app/assets/images/apple-touch-icon.png".freeze, "app/assets/images/customer_logo.png".freeze, "app/assets/images/favicon.ico".freeze, "app/assets/images/logo.png".freeze, "app/assets/javascripts/app/active_job_monitor.js".freeze, "app/assets/javascripts/browserconfig.xml".freeze, "app/assets/javascripts/devise/sessions.js.erb".freeze, "app/assets/javascripts/manifest.json".freeze, "app/assets/javascripts/rails_admin/main.js".freeze, "app/assets/javascripts/thecore_ui_commons.js".freeze, "app/assets/stylesheets/devise/custom/sessions.scss".freeze, "app/assets/stylesheets/devise/sessions.scss".freeze, "app/assets/stylesheets/thecore_ui_commons.scss".freeze, "app/assets/stylesheets/thecore_ui_commons/alerts.scss".freeze, "app/assets/stylesheets/thecore_ui_commons/variables.scss".freeze, "app/helpers/thecore_helper.rb".freeze, "app/views/contact_mailer/contact_message.html.erb".freeze, "app/views/kaminari/_first_page.html.erb".freeze, "app/views/kaminari/_gap.html.erb".freeze, "app/views/kaminari/_last_page.html.erb".freeze, "app/views/kaminari/_next_page.html.erb".freeze, "app/views/kaminari/_page.html.erb".freeze, "app/views/kaminari/_paginator.html.erb".freeze, "app/views/kaminari/_prev_page.html.erb".freeze, "app/views/layouts/_footer.html.erb".freeze, "app/views/layouts/_head.html.erb".freeze, "app/views/layouts/_logos.html.erb".freeze, "app/views/layouts/devise/sessions.html.erb".freeze, "app/views/layouts/mailer.html.erb".freeze, "app/views/layouts/mailer.text.erb".freeze, "app/views/shared/_flash.html.erb".freeze, "app/views/thecore_utils/_drag_drop_uploader.html.erb".freeze, "config/initializers/abilities.rb".freeze, "config/initializers/add_to_db_migrations.rb".freeze, "config/initializers/after_initialize.rb".freeze, "config/initializers/application_config.rb".freeze, "config/initializers/assets.rb".freeze, "config/initializers/concern_application_controller.rb".freeze, "config/initializers/concern_user.rb".freeze, "config/initializers/helper_charts.rb".freeze, "config/locales/en.ra_settings.yml".freeze, "config/locales/en.simple_form.yml".freeze, "config/locales/en.yml".freeze, "config/locales/it.ra_settings.yml".freeze, "config/locales/it.simple_form.yml".freeze, "config/locales/it.yml".freeze, "config/routes.rb".freeze, "db/seeds.rb".freeze, "lib/tasks/thecore_ui_commons_tasks.rake".freeze, "lib/thecore_ui_commons.rb".freeze, "lib/thecore_ui_commons/engine.rb".freeze, "lib/thecore_ui_commons/version.rb".freeze]
  s.homepage = "https://github.com/gabrieletassoni/thecore_ui_commons".freeze
  s.rubygems_version = "3.5.10".freeze
  s.summary = "Common artifacts for the UIs.".freeze

  s.specification_version = 4

  s.add_runtime_dependency(%q<thecore_backend_commons>.freeze, ["~> 3.0".freeze])
  s.add_runtime_dependency(%q<haml>.freeze, ["~> 6.0".freeze])
  s.add_runtime_dependency(%q<haml-rails>.freeze, ["~> 2.1".freeze])
  s.add_runtime_dependency(%q<serviceworker-rails>.freeze, ["~> 0.6".freeze])
  s.add_runtime_dependency(%q<groupdate>.freeze, ["~> 6.0".freeze])
  s.add_runtime_dependency(%q<apexcharts>.freeze, ["~> 0.2".freeze])
end