--- !ruby/object:Gem::Specification name: lesli_calendar version: !ruby/object:Gem::Version version: 0.2.2 platform: ruby authors: - The Lesli Development Team autorequire: bindir: bin cert_chain: [] date: 2024-10-14 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: rails requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 7.0.6 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 7.0.6 - !ruby/object:Gem::Dependency name: lesli requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '5' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '5' description: Unified calendar app for The Lesli Framework. email: - hello@lesli.tech executables: [] extensions: [] extra_rdoc_files: [] files: - Rakefile - app/assets/config/lesli_calendar_manifest.js - app/assets/images/lesli_calendar/calendar-logo.svg - app/assets/javascripts/lesli_calendar/application.js - app/assets/stylesheets/lesli_calendar/application.css - app/controllers/lesli_calendar/agendas_controller.rb - app/controllers/lesli_calendar/application_controller.rb - app/controllers/lesli_calendar/calendars_controller.rb - app/controllers/lesli_calendar/dashboards_controller.rb - app/controllers/lesli_calendar/events_controller.rb - app/helpers/lesli_calendar/agendas_helper.rb - app/helpers/lesli_calendar/application_helper.rb - app/helpers/lesli_calendar/calendars_helper.rb - app/helpers/lesli_calendar/dashboards_helper.rb - app/helpers/lesli_calendar/events_helper.rb - app/jobs/lesli_calendar/application_job.rb - app/mailers/lesli_calendar/application_mailer.rb - app/models/lesli_calendar/account.rb - app/models/lesli_calendar/agenda.rb - app/models/lesli_calendar/application_record.rb - app/models/lesli_calendar/calendar.rb - app/models/lesli_calendar/dashboard.rb - app/models/lesli_calendar/event.rb - app/services/lesli_calendar/calendar_service.rb - app/services/lesli_calendar/event_service.rb - app/views/lesli_calendar/agendas/edit.html.erb - app/views/lesli_calendar/agendas/index.html.erb - app/views/lesli_calendar/agendas/new.html.erb - app/views/lesli_calendar/agendas/show.html.erb - app/views/lesli_calendar/calendars/edit.html.erb - app/views/lesli_calendar/calendars/index.html.erb - app/views/lesli_calendar/calendars/new.html.erb - app/views/lesli_calendar/calendars/show.html.erb - app/views/lesli_calendar/dashboards/_dashboard.html.erb - app/views/lesli_calendar/dashboards/_form.html.erb - app/views/lesli_calendar/dashboards/edit.html.erb - app/views/lesli_calendar/dashboards/index.html.erb - app/views/lesli_calendar/dashboards/new.html.erb - app/views/lesli_calendar/dashboards/show.html.erb - app/views/lesli_calendar/events/_event.html.erb - app/views/lesli_calendar/events/_form.html.erb - app/views/lesli_calendar/events/edit.html.erb - app/views/lesli_calendar/events/index.html.erb - app/views/lesli_calendar/events/new.html.erb - app/views/lesli_calendar/events/show.html.erb - app/views/lesli_calendar/partials/_engine-navigation.html.erb - config/locales/translations.en.yml - config/locales/translations.es.yml - config/locales/translations.fr.yml - config/locales/translations.it.yml - config/locales/translations.pt.yml - config/routes.rb - db/migrate/v1.0/0301000110_create_lesli_calendar_accounts.rb - db/migrate/v1.0/0301100110_create_lesli_calendar_calendars.rb - db/migrate/v1.0/0301110110_create_lesli_calendar_events.rb - db/seed/development.rb - db/seed/production.rb - db/seed/seeds.json - db/seed/test.rb - db/seeds.rb - db/tables/0301010210_create_lesli_driver_catalog_event_types.rb - db/tables/0301110310_create_lesli_driver_event_actions.rb - db/tables/0301110410_create_lesli_driver_event_activities.rb - db/tables/0301110510_create_lesli_driver_event_discussions.rb - db/tables/0301110610_create_lesli_driver_event_files.rb - db/tables/0301110710_create_lesli_driver_event_subscribers.rb - db/tables/0301111010_create_lesli_driver_event_attendants.rb - lib/lesli_calendar.rb - lib/lesli_calendar/engine.rb - lib/lesli_calendar/version.rb - lib/scss/agenda.scss - lib/scss/application.scss - lib/scss/calendar.scss - lib/scss/dashboard.scss - lib/tasks/lesli_calendar_tasks.rake - lib/vue/application.js - lib/vue/apps/agendas/show.vue - lib/vue/apps/calendars/show.vue - lib/vue/apps/dashboards/show.vue - lib/vue/apps/events/index.vue - lib/vue/components/agenda.vue - lib/vue/components/calendar.vue - lib/vue/components/event.vue - lib/vue/components/form.vue - lib/vue/components/guests.vue - lib/vue/stores/calendar.js - lib/vue/stores/events.js - lib/vue/stores/guests.js - lib/vue/stores/translations.json - license - readme.md homepage: https://www.lesli.dev/ licenses: - GPL-3.0 metadata: homepage_uri: https://www.lesli.dev/ changelog_uri: https://github.com/LesliTech/lesli_calendar source_code_uri: https://github.com/LesliTech/lesli_calendar post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 2.7.0 required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubygems_version: 3.3.7 signing_key: specification_version: 4 summary: Unified calendar app for The Lesli Framework. test_files: []