# -*- encoding: utf-8 -*- # stub: lesli_help 0.1.0 ruby lib Gem::Specification.new do |s| s.name = "lesli_help".freeze s.version = "0.1.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.metadata = { "changelog_uri" => "https://github.com/LesliTech/LesliHelp", "homepage_uri" => "https://www.lesli.dev/", "source_code_uri" => "https://github.com/LesliTech/LesliHelp" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["The Lesli Development Team".freeze] s.date = "2023-12-22" s.description = "Ticket Management System for the Lesli Framework".freeze s.email = ["hello@lesli.tech".freeze] s.files = ["Rakefile".freeze, "app/assets/config/lesli_help_manifest.js".freeze, "app/assets/images/lesli_help/help-logo.svg".freeze, "app/assets/javascripts/lesli_help/application.js".freeze, "app/assets/stylesheets/lesli_help/application.css".freeze, "app/controllers/lesli_help/accounts_controller.rb".freeze, "app/controllers/lesli_help/application_controller.rb".freeze, "app/controllers/lesli_help/dashboard/components_controller.rb".freeze, "app/controllers/lesli_help/dashboards_controller.rb".freeze, "app/controllers/lesli_help/tickets_controller.rb".freeze, "app/helpers/lesli_help/accounts_helper.rb".freeze, "app/helpers/lesli_help/application_helper.rb".freeze, "app/helpers/lesli_help/dashboards_helper.rb".freeze, "app/jobs/lesli_help/application_job.rb".freeze, "app/mailers/lesli_help/application_mailer.rb".freeze, "app/models/lesli_help/account.rb".freeze, "app/models/lesli_help/application_record.rb".freeze, "app/models/lesli_help/dashboard.rb".freeze, "app/models/lesli_help/dashboard/component.rb".freeze, "app/models/lesli_help/ticket.rb".freeze, "app/services/lesli_help/ticket_service.rb".freeze, "app/views/layouts/lesli_help/application.html.erb".freeze, "app/views/lesli_help/accounts/_account.html.erb".freeze, "app/views/lesli_help/accounts/_form.html.erb".freeze, "app/views/lesli_help/accounts/edit.html.erb".freeze, "app/views/lesli_help/accounts/index.html.erb".freeze, "app/views/lesli_help/accounts/new.html.erb".freeze, "app/views/lesli_help/accounts/show.html.erb".freeze, "app/views/lesli_help/dashboards/edit.html.erb".freeze, "app/views/lesli_help/dashboards/index.html.erb".freeze, "app/views/lesli_help/dashboards/new.html.erb".freeze, "app/views/lesli_help/dashboards/show.html.erb".freeze, "app/views/lesli_help/partials/_engine-navigation.html.erb".freeze, "app/views/lesli_help/tickets/edit.html.erb".freeze, "app/views/lesli_help/tickets/index.html.erb".freeze, "app/views/lesli_help/tickets/new.html.erb".freeze, "app/views/lesli_help/tickets/show.html.erb".freeze, "config/locales/translations.en.yml".freeze, "config/locales/translations.es.yml".freeze, "config/routes.rb".freeze, "db/migrate/v1/0702000110_create_lesli_help_accounts.rb".freeze, "db/migrate/v1/0702000210_create_lesli_help_account_settings.rb".freeze, "db/migrate/v1/0702050110_create_lesli_help_dashboards.rb".freeze, "db/migrate/v1/0702050210_create_lesli_help_dashboard_components.rb".freeze, "db/migrate/v1/0702100110_create_lesli_help_slas.rb".freeze, "db/migrate/v1/0702110110_create_lesli_help_tickets.rb".freeze, "db/seed/development.rb".freeze, "db/seed/production.rb".freeze, "db/seed/test.rb".freeze, "db/seeds.rb".freeze, "db/tables/0702010110_create_cloud_help_catalogs.rb".freeze, "db/tables/0702010210_create_cloud_help_catalog_ticket_categories.rb".freeze, "db/tables/0702010310_create_cloud_help_catalog_ticket_priorities.rb".freeze, "db/tables/0702010410_create_cloud_help_catalog_ticket_types.rb".freeze, "db/tables/0702010510_create_cloud_help_catalog_ticket_sources.rb".freeze, "db/tables/0702010610_create_cloud_help_catalog_ticket_workspaces.rb".freeze, "db/tables/0702020110_create_cloud_help_workflows.rb".freeze, "db/tables/0702020210_create_cloud_help_workflow_statuses.rb".freeze, "db/tables/0702020310_create_cloud_help_workflow_associations.rb".freeze, "db/tables/0702020410_create_cloud_help_workflow_actions.rb".freeze, "db/tables/0702020510_create_cloud_help_workflow_checks.rb".freeze, "db/tables/0702030110_create_cloud_help_custom_fields.rb".freeze, "db/tables/0702040110_create_cloud_help_custom_validations.rb".freeze, "db/tables/0702040210_create_cloud_help_custom_validation_rules.rb".freeze, "db/tables/0702040310_create_cloud_help_custom_validation_fields.rb".freeze, "db/tables/0702100310_create_cloud_help_ticket_actions.rb".freeze, "db/tables/0702100410_create_cloud_help_ticket_activities.rb".freeze, "db/tables/0702100510_create_cloud_help_ticket_discussions.rb".freeze, "db/tables/0702100610_create_cloud_help_ticket_files.rb".freeze, "db/tables/0702100710_create_cloud_help_ticket_subscribers.rb".freeze, "db/tables/0702101010_create_cloud_help_ticket_timelines.rb".freeze, "db/tables/0702101110_create_cloud_help_ticket_assignments.rb".freeze, "db/tables/0702101210_create_cloud_help_ticket_histories.rb".freeze, "db/tables/0702110310_create_cloud_help_sla_actions.rb".freeze, "db/tables/0702110410_create_cloud_help_sla_activities.rb".freeze, "db/tables/0702110510_create_cloud_help_sla_discussions.rb".freeze, "db/tables/0702110610_create_cloud_help_sla_files.rb".freeze, "db/tables/0702110710_create_cloud_help_sla_subscribers.rb".freeze, "db/tables/0702111010_create_cloud_help_sla_associations.rb".freeze, "lib/lesli_help.rb".freeze, "lib/lesli_help/engine.rb".freeze, "lib/lesli_help/version.rb".freeze, "lib/tasks/lesli_help_tasks.rake".freeze, "lib/vue/application.js".freeze, "lib/vue/apps/dashboard/show.vue".freeze, "lib/vue/apps/tickets/components/assignments.vue".freeze, "lib/vue/apps/tickets/components/form.vue".freeze, "lib/vue/apps/tickets/components/internal-comments.vue".freeze, "lib/vue/apps/tickets/components/sla-info.vue".freeze, "lib/vue/apps/tickets/index.vue".freeze, "lib/vue/apps/tickets/new.vue".freeze, "lib/vue/apps/tickets/show.vue".freeze, "lib/vue/stores/tickets.js".freeze, "lib/vue/stores/translations.json".freeze, "readme.md".freeze] s.homepage = "https://www.lesli.dev/".freeze s.licenses = ["GPL-3.0".freeze] s.required_ruby_version = Gem::Requirement.new(">= 2.7".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Ticket Management System for the Lesli Framework".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 7.0.6".freeze]) end