# -*- encoding: utf-8 -*- # stub: lesli_bell 0.1.0 ruby lib Gem::Specification.new do |s| s.name = "lesli_bell".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/LesliBell", "homepage_uri" => "https://www.lesli.dev/", "source_code_uri" => "https://github.com/LesliTech/LesliBell" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["The Lesli Development Team".freeze] s.date = "2023-10-01" s.description = "Notification system for The Lesli Platform".freeze s.email = ["hello@lesli.tech".freeze] s.files = ["Rakefile".freeze, "app/assets/config/lesli_bell_manifest.js".freeze, "app/assets/javascripts/lesli_bell/application.js".freeze, "app/assets/stylesheets/lesli_bell/application.css".freeze, "app/controllers/lesli_bell/accounts_controller.rb".freeze, "app/controllers/lesli_bell/announcements_controller.rb".freeze, "app/controllers/lesli_bell/application_controller.rb".freeze, "app/controllers/lesli_bell/dashboards_controller.rb".freeze, "app/controllers/lesli_bell/notifications_controller.rb".freeze, "app/helpers/lesli_bell/accounts_helper.rb".freeze, "app/helpers/lesli_bell/announcements_helper.rb".freeze, "app/helpers/lesli_bell/application_helper.rb".freeze, "app/helpers/lesli_bell/dashboards_helper.rb".freeze, "app/helpers/lesli_bell/notifications_helper.rb".freeze, "app/jobs/lesli_bell/application_job.rb".freeze, "app/mailers/lesli_bell/application_mailer.rb".freeze, "app/models/lesli_bell/account.rb".freeze, "app/models/lesli_bell/announcement.rb".freeze, "app/models/lesli_bell/application_record.rb".freeze, "app/models/lesli_bell/dashboard.rb".freeze, "app/models/lesli_bell/notification.rb".freeze, "app/services/lesli_bell/notification_service.rb".freeze, "app/views/lesli_bell/accounts/_account.html.erb".freeze, "app/views/lesli_bell/accounts/_form.html.erb".freeze, "app/views/lesli_bell/accounts/edit.html.erb".freeze, "app/views/lesli_bell/accounts/index.html.erb".freeze, "app/views/lesli_bell/accounts/new.html.erb".freeze, "app/views/lesli_bell/accounts/show.html.erb".freeze, "app/views/lesli_bell/announcements/_announcement.html.erb".freeze, "app/views/lesli_bell/announcements/_form.html.erb".freeze, "app/views/lesli_bell/announcements/edit.html.erb".freeze, "app/views/lesli_bell/announcements/index.html.erb".freeze, "app/views/lesli_bell/announcements/new.html.erb".freeze, "app/views/lesli_bell/announcements/show.html.erb".freeze, "app/views/lesli_bell/dashboards/_dashboard.html.erb".freeze, "app/views/lesli_bell/dashboards/_form.html.erb".freeze, "app/views/lesli_bell/dashboards/edit.html.erb".freeze, "app/views/lesli_bell/dashboards/index.html.erb".freeze, "app/views/lesli_bell/dashboards/new.html.erb".freeze, "app/views/lesli_bell/dashboards/show.html.erb".freeze, "app/views/lesli_bell/notifications/edit.html.erb".freeze, "app/views/lesli_bell/notifications/index.html.erb".freeze, "app/views/lesli_bell/notifications/new.html.erb".freeze, "app/views/lesli_bell/notifications/show.html.erb".freeze, "app/views/lesli_bell/partials/_engine-navigation.html.erb".freeze, "config/routes.rb".freeze, "db/migrate/v1.0/0308000110_create_lesli_bell_accounts.rb".freeze, "db/migrate/v1.0/0308100110_create_lesli_bell_notifications.rb".freeze, "db/migrate/v1.0/0308100210_create_lesli_bell_notification_activities.rb".freeze, "db/migrate/v1.0/0308110110_create_lesli_bell_announcements.rb".freeze, "db/migrate/v1.0/0308110210_create_lesli_bell_announcement_activities.rb".freeze, "db/migrate/v1.0/0308110310_create_lesli_bell_announcement_users.rb".freeze, "db/seed/development.rb".freeze, "db/seed/production.rb".freeze, "db/seed/test.rb".freeze, "db/seeds.rb".freeze, "lib/lesli_bell.rb".freeze, "lib/lesli_bell/engine.rb".freeze, "lib/lesli_bell/version.rb".freeze, "lib/tasks/lesli_bell_tasks.rake".freeze, "lib/vue/application.js".freeze, "lib/vue/apps/announcements/components/form.vue".freeze, "lib/vue/apps/announcements/index.vue".freeze, "lib/vue/apps/announcements/new.vue".freeze, "lib/vue/apps/notifications/components/notification-form.vue".freeze, "lib/vue/apps/notifications/index.vue".freeze, "lib/vue/apps/notifications/new.vue".freeze, "lib/vue/stores/announcement.js".freeze, "lib/vue/stores/notification.js".freeze, "readme.md".freeze] s.homepage = "https://www.lesli.dev/".freeze s.licenses = ["GPL-3.0".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Notification system for The Lesli Platform".freeze end