# -*- encoding: utf-8 -*- # stub: tramway-event 1.12.9 ruby lib Gem::Specification.new do |s| s.name = "tramway-event".freeze s.version = "1.12.9".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Pavel Kalashnikov".freeze] s.date = "2022-11-09" s.description = "Rails engine for events".freeze s.email = ["kalashnikovisme@gmail.com".freeze] s.files = ["MIT-LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "app/assets/config/tramway_event_manifest.js".freeze, "app/assets/javascripts/application.js".freeze, "app/assets/javascripts/tramway/event/application.js".freeze, "app/assets/stylesheets/tramway/event/application.css.sass".freeze, "app/assets/stylesheets/tramway/event/events/show.css.sass".freeze, "app/controllers/tramway/event/application_controller.rb".freeze, "app/controllers/tramway/event/events_controller.rb".freeze, "app/controllers/tramway/event/participants_controller.rb".freeze, "app/decorators/tramway/event/action_decorator.rb".freeze, "app/decorators/tramway/event/event_decorator.rb".freeze, "app/decorators/tramway/event/event_link_decorator.rb".freeze, "app/decorators/tramway/event/events/show/event_decorator.rb".freeze, "app/decorators/tramway/event/partaking_decorator.rb".freeze, "app/decorators/tramway/event/partaking_feature_decorator.rb".freeze, "app/decorators/tramway/event/participant_decorator.rb".freeze, "app/decorators/tramway/event/participant_form_field_decorator.rb".freeze, "app/decorators/tramway/event/participant_xls_decorator.rb".freeze, "app/decorators/tramway/event/person_decorator.rb".freeze, "app/decorators/tramway/event/place_decorator.rb".freeze, "app/decorators/tramway/event/section_decorator.rb".freeze, "app/decorators/tramway/event/section_feature_decorator.rb".freeze, "app/forms/admin/tramway/event/action_form.rb".freeze, "app/forms/admin/tramway/event/event_form.rb".freeze, "app/forms/admin/tramway/event/partaking_form.rb".freeze, "app/forms/admin/tramway/event/participant_form.rb".freeze, "app/forms/admin/tramway/event/participant_form_field_form.rb".freeze, "app/forms/admin/tramway/event/person_form.rb".freeze, "app/forms/admin/tramway/event/place_form.rb".freeze, "app/forms/admin/tramway/event/section_form.rb".freeze, "app/forms/tramway/event/participant_extended_form_creator.rb".freeze, "app/helpers/tramway/event/application_helper.rb".freeze, "app/jobs/tramway/event/application_job.rb".freeze, "app/mailers/tramway/event/application_mailer.rb".freeze, "app/models/tramway/event/action.rb".freeze, "app/models/tramway/event/event.rb".freeze, "app/models/tramway/event/partaking.rb".freeze, "app/models/tramway/event/participant.rb".freeze, "app/models/tramway/event/participant_form_field.rb".freeze, "app/models/tramway/event/person.rb".freeze, "app/models/tramway/event/place.rb".freeze, "app/models/tramway/event/section.rb".freeze, "app/views/tramway/event/events/_show_page.html.haml".freeze, "app/views/tramway/event/events/show.html.haml".freeze, "app/views/tramway/event/participants/_form.html.haml".freeze, "app/views/tramway/event/sections/_show_page.html.haml".freeze, "config/initializers/assets.rb".freeze, "config/initializers/tramway.rb".freeze, "config/locales/models.yml".freeze, "config/locales/ru.forms.yml".freeze, "config/locales/ru.yml".freeze, "config/locales/state_machines.yml".freeze, "config/routes.rb".freeze, "lib/tasks/tramway/event_tasks.rake".freeze, "lib/tramway/event.rb".freeze, "lib/tramway/event/engine.rb".freeze, "lib/tramway/event/generators/install_generator.rb".freeze, "lib/tramway/event/generators/templates/add_description_to_tramway_event_people.rb".freeze, "lib/tramway/event/generators/templates/add_icon_to_tramway_event_sections.rb".freeze, "lib/tramway/event/generators/templates/add_more_fields_to_tramway_event_participants.rb".freeze, "lib/tramway/event/generators/templates/add_options_to_tramway_event_participant_form_fields.rb".freeze, "lib/tramway/event/generators/templates/add_photo_to_tramway_event_events.rb".freeze, "lib/tramway/event/generators/templates/add_position_to_tramway_event_partakings.rb".freeze, "lib/tramway/event/generators/templates/add_position_to_tramway_event_participant_form_fields.rb".freeze, "lib/tramway/event/generators/templates/add_position_to_tramway_event_sections.rb".freeze, "lib/tramway/event/generators/templates/add_reach_to_tramway_event_events.rb".freeze, "lib/tramway/event/generators/templates/add_request_period_to_tramway_event_events.rb".freeze, "lib/tramway/event/generators/templates/add_short_description_to_tramway_event_events.rb".freeze, "lib/tramway/event/generators/templates/add_state_to_tramway_event_partakings.rb".freeze, "lib/tramway/event/generators/templates/add_status_to_tramway_event_events.rb".freeze, "lib/tramway/event/generators/templates/create_tramway_event_actions.rb".freeze, "lib/tramway/event/generators/templates/create_tramway_event_events.rb".freeze, "lib/tramway/event/generators/templates/create_tramway_event_events_places.rb".freeze, "lib/tramway/event/generators/templates/create_tramway_event_participant_form_fields.rb".freeze, "lib/tramway/event/generators/templates/create_tramway_event_participants.rb".freeze, "lib/tramway/event/generators/templates/create_tramway_event_people.rb".freeze, "lib/tramway/event/generators/templates/create_tramway_event_people_sections.rb".freeze, "lib/tramway/event/generators/templates/create_tramway_event_places.rb".freeze, "lib/tramway/event/generators/templates/create_tramway_event_sections.rb".freeze, "lib/tramway/event/generators/templates/rebuild_association_between_participant_and_partakings_to_polymorphic.rb".freeze, "lib/tramway/event/generators/templates/remove_status_from_tramway_event_events.rb".freeze, "lib/tramway/event/generators/templates/rename_tramway_event_people_sections_to_tramway_event_partakings.rb".freeze, "lib/tramway/event/version.rb".freeze] s.homepage = "https://github.com/ulmic/tramway-event".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Rails engine for events".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) end