--- !ruby/object:Gem::Specification name: lesli_bell version: !ruby/object:Gem::Version version: 0.1.0 platform: ruby authors: - The Lesli Development Team autorequire: bindir: bin cert_chain: [] date: 2023-10-01 00:00:00.000000000 Z dependencies: [] description: Notification system for The Lesli Platform email: - hello@lesli.tech executables: [] extensions: [] extra_rdoc_files: [] files: - Rakefile - app/assets/config/lesli_bell_manifest.js - app/assets/javascripts/lesli_bell/application.js - app/assets/stylesheets/lesli_bell/application.css - app/controllers/lesli_bell/accounts_controller.rb - app/controllers/lesli_bell/announcements_controller.rb - app/controllers/lesli_bell/application_controller.rb - app/controllers/lesli_bell/dashboards_controller.rb - app/controllers/lesli_bell/notifications_controller.rb - app/helpers/lesli_bell/accounts_helper.rb - app/helpers/lesli_bell/announcements_helper.rb - app/helpers/lesli_bell/application_helper.rb - app/helpers/lesli_bell/dashboards_helper.rb - app/helpers/lesli_bell/notifications_helper.rb - app/jobs/lesli_bell/application_job.rb - app/mailers/lesli_bell/application_mailer.rb - app/models/lesli_bell/account.rb - app/models/lesli_bell/announcement.rb - app/models/lesli_bell/application_record.rb - app/models/lesli_bell/dashboard.rb - app/models/lesli_bell/notification.rb - app/services/lesli_bell/notification_service.rb - app/views/lesli_bell/accounts/_account.html.erb - app/views/lesli_bell/accounts/_form.html.erb - app/views/lesli_bell/accounts/edit.html.erb - app/views/lesli_bell/accounts/index.html.erb - app/views/lesli_bell/accounts/new.html.erb - app/views/lesli_bell/accounts/show.html.erb - app/views/lesli_bell/announcements/_announcement.html.erb - app/views/lesli_bell/announcements/_form.html.erb - app/views/lesli_bell/announcements/edit.html.erb - app/views/lesli_bell/announcements/index.html.erb - app/views/lesli_bell/announcements/new.html.erb - app/views/lesli_bell/announcements/show.html.erb - app/views/lesli_bell/dashboards/_dashboard.html.erb - app/views/lesli_bell/dashboards/_form.html.erb - app/views/lesli_bell/dashboards/edit.html.erb - app/views/lesli_bell/dashboards/index.html.erb - app/views/lesli_bell/dashboards/new.html.erb - app/views/lesli_bell/dashboards/show.html.erb - app/views/lesli_bell/notifications/edit.html.erb - app/views/lesli_bell/notifications/index.html.erb - app/views/lesli_bell/notifications/new.html.erb - app/views/lesli_bell/notifications/show.html.erb - app/views/lesli_bell/partials/_engine-navigation.html.erb - config/routes.rb - db/migrate/v1.0/0308000110_create_lesli_bell_accounts.rb - db/migrate/v1.0/0308100110_create_lesli_bell_notifications.rb - db/migrate/v1.0/0308100210_create_lesli_bell_notification_activities.rb - db/migrate/v1.0/0308110110_create_lesli_bell_announcements.rb - db/migrate/v1.0/0308110210_create_lesli_bell_announcement_activities.rb - db/migrate/v1.0/0308110310_create_lesli_bell_announcement_users.rb - db/seed/development.rb - db/seed/production.rb - db/seed/test.rb - db/seeds.rb - lib/lesli_bell.rb - lib/lesli_bell/engine.rb - lib/lesli_bell/version.rb - lib/tasks/lesli_bell_tasks.rake - lib/vue/application.js - lib/vue/apps/announcements/components/form.vue - lib/vue/apps/announcements/index.vue - lib/vue/apps/announcements/new.vue - lib/vue/apps/notifications/components/notification-form.vue - lib/vue/apps/notifications/index.vue - lib/vue/apps/notifications/new.vue - lib/vue/stores/announcement.js - lib/vue/stores/notification.js - readme.md homepage: https://www.lesli.dev/ licenses: - GPL-3.0 metadata: homepage_uri: https://www.lesli.dev/ changelog_uri: https://github.com/LesliTech/LesliBell source_code_uri: https://github.com/LesliTech/LesliBell post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '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: Notification system for The Lesli Platform test_files: []