# -*- encoding: utf-8 -*- # stub: lesli_calendar 0.2.1 ruby lib Gem::Specification.new do |s| s.name = "lesli_calendar".freeze s.version = "0.2.1".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/lesli_calendar", "homepage_uri" => "https://www.lesli.dev/", "source_code_uri" => "https://github.com/LesliTech/lesli_calendar" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["The Lesli Development Team".freeze] s.date = "2024-06-09" s.description = "Unified calendar app for The Lesli Framework.".freeze s.email = ["hello@lesli.tech".freeze] s.files = ["Rakefile".freeze, "app/assets/config/lesli_calendar_manifest.js".freeze, "app/assets/images/lesli_calendar/calendar-logo.svg".freeze, "app/assets/javascripts/lesli_calendar/application.js".freeze, "app/assets/stylesheets/lesli_calendar/application.css".freeze, "app/controllers/lesli_calendar/application_controller.rb".freeze, "app/controllers/lesli_calendar/calendars_controller.rb".freeze, "app/controllers/lesli_calendar/dashboards_controller.rb".freeze, "app/controllers/lesli_calendar/events_controller.rb".freeze, "app/helpers/lesli_calendar/application_helper.rb".freeze, "app/helpers/lesli_calendar/calendars_helper.rb".freeze, "app/helpers/lesli_calendar/dashboards_helper.rb".freeze, "app/helpers/lesli_calendar/events_helper.rb".freeze, "app/jobs/lesli_calendar/application_job.rb".freeze, "app/mailers/lesli_calendar/application_mailer.rb".freeze, "app/models/lesli_calendar/account.rb".freeze, "app/models/lesli_calendar/application_record.rb".freeze, "app/models/lesli_calendar/calendar.rb".freeze, "app/models/lesli_calendar/dashboard.rb".freeze, "app/models/lesli_calendar/event.rb".freeze, "app/services/lesli_calendar/calendar_service.rb".freeze, "app/services/lesli_calendar/event_service.rb".freeze, "app/views/lesli_calendar/calendars/_calendar.html.erb".freeze, "app/views/lesli_calendar/calendars/_form.html.erb".freeze, "app/views/lesli_calendar/calendars/edit.html.erb".freeze, "app/views/lesli_calendar/calendars/index.html.erb".freeze, "app/views/lesli_calendar/calendars/new.html.erb".freeze, "app/views/lesli_calendar/calendars/show.html.erb".freeze, "app/views/lesli_calendar/dashboards/_dashboard.html.erb".freeze, "app/views/lesli_calendar/dashboards/_form.html.erb".freeze, "app/views/lesli_calendar/dashboards/edit.html.erb".freeze, "app/views/lesli_calendar/dashboards/index.html.erb".freeze, "app/views/lesli_calendar/dashboards/new.html.erb".freeze, "app/views/lesli_calendar/dashboards/show.html.erb".freeze, "app/views/lesli_calendar/events/_event.html.erb".freeze, "app/views/lesli_calendar/events/_form.html.erb".freeze, "app/views/lesli_calendar/events/edit.html.erb".freeze, "app/views/lesli_calendar/events/index.html.erb".freeze, "app/views/lesli_calendar/events/new.html.erb".freeze, "app/views/lesli_calendar/events/show.html.erb".freeze, "app/views/lesli_calendar/partials/_engine-navigation.html.erb".freeze, "config/locales/translations.en.yml".freeze, "config/locales/translations.es.yml".freeze, "config/locales/translations.fr.yml".freeze, "config/locales/translations.it.yml".freeze, "config/locales/translations.pt.yml".freeze, "config/routes.rb".freeze, "db/migrate/v1.0/0301000110_create_lesli_calendar_accounts.rb".freeze, "db/migrate/v1.0/0301100110_create_lesli_calendar_calendars.rb".freeze, "db/migrate/v1.0/0301110110_create_lesli_calendar_events.rb".freeze, "db/seed/development.rb".freeze, "db/seed/production.rb".freeze, "db/seed/test.rb".freeze, "db/seeds.rb".freeze, "db/tables/0301010210_create_lesli_driver_catalog_event_types.rb".freeze, "db/tables/0301110310_create_lesli_driver_event_actions.rb".freeze, "db/tables/0301110410_create_lesli_driver_event_activities.rb".freeze, "db/tables/0301110510_create_lesli_driver_event_discussions.rb".freeze, "db/tables/0301110610_create_lesli_driver_event_files.rb".freeze, "db/tables/0301110710_create_lesli_driver_event_subscribers.rb".freeze, "db/tables/0301111010_create_lesli_driver_event_attendants.rb".freeze, "lib/lesli_calendar.rb".freeze, "lib/lesli_calendar/engine.rb".freeze, "lib/lesli_calendar/version.rb".freeze, "lib/scss/application.scss".freeze, "lib/scss/calendar.scss".freeze, "lib/tasks/lesli_calendar_tasks.rake".freeze, "lib/vue/application.js".freeze, "lib/vue/apps/calendars/show.vue".freeze, "lib/vue/apps/events/index.vue".freeze, "lib/vue/components/agenda.vue".freeze, "lib/vue/components/calendar.vue".freeze, "lib/vue/components/event.vue".freeze, "lib/vue/components/form.vue".freeze, "lib/vue/components/guests.vue".freeze, "lib/vue/stores/calendar.js".freeze, "lib/vue/stores/events.js".freeze, "lib/vue/stores/guests.js".freeze, "lib/vue/stores/translations.json".freeze, "license".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.0".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Unified calendar app for The Lesli Framework.".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 7.0.6".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 5".freeze]) end