--- !ruby/object:Gem::Specification name: tramway-event version: !ruby/object:Gem::Version version: 1.9.2 platform: ruby authors: - Pavel Kalashnikov autorequire: bindir: bin cert_chain: [] date: 2018-12-24 00:00:00.000000000 Z dependencies: [] description: Rails engine for events email: - kalashnikovisme@gmail.com executables: [] extensions: [] extra_rdoc_files: [] files: - MIT-LICENSE - README.md - Rakefile - app/assets/config/tramway_event_manifest.js - app/assets/javascripts/tramway/event/application.js - app/assets/stylesheets/tramway/event/application.css.sass - app/assets/stylesheets/tramway/event/events/show.css.sass - app/controllers/tramway/event/application_controller.rb - app/controllers/tramway/event/events_controller.rb - app/controllers/tramway/event/participants_controller.rb - app/decorators/tramway/event/event_decorator.rb - app/decorators/tramway/event/event_link_decorator.rb - app/decorators/tramway/event/events/show/event_decorator.rb - app/decorators/tramway/event/partaking_decorator.rb - app/decorators/tramway/event/partaking_feature_decorator.rb - app/decorators/tramway/event/participant_decorator.rb - app/decorators/tramway/event/participant_form_field_decorator.rb - app/decorators/tramway/event/person_decorator.rb - app/decorators/tramway/event/section_decorator.rb - app/decorators/tramway/event/section_feature_decorator.rb - app/forms/tramway/event/event_form.rb - app/forms/tramway/event/partaking_form.rb - app/forms/tramway/event/participant_extended_form_creator.rb - app/forms/tramway/event/participant_form.rb - app/forms/tramway/event/participant_form_field_form.rb - app/forms/tramway/event/person_form.rb - app/forms/tramway/event/section_form.rb - app/helpers/tramway/event/application_helper.rb - app/jobs/tramway/event/application_job.rb - app/mailers/tramway/event/application_mailer.rb - app/models/tramway/event/application_record.rb - app/models/tramway/event/event.rb - app/models/tramway/event/partaking.rb - app/models/tramway/event/participant.rb - app/models/tramway/event/participant_form_field.rb - app/models/tramway/event/person.rb - app/models/tramway/event/section.rb - app/views/tramway/event/events/_show_page.html.haml - app/views/tramway/event/events/show.html.haml - app/views/tramway/event/participants/_form.html.haml - app/views/tramway/event/sections/_show_page.html.haml - config/initializers/assets.rb - config/initializers/tramway.rb - config/locales/models.yml - config/locales/ru.yml - config/locales/state_machines.yml - config/routes.rb - lib/tasks/tramway/event_tasks.rake - lib/tramway/event.rb - lib/tramway/event/engine.rb - lib/tramway/event/generators/install_generator.rb - lib/tramway/event/generators/templates/add_description_to_tramway_event_people.rb - lib/tramway/event/generators/templates/add_icon_to_tramway_event_sections.rb - lib/tramway/event/generators/templates/add_more_fields_to_tramway_event_participants.rb - lib/tramway/event/generators/templates/add_options_to_tramway_event_participant_form_fields.rb - lib/tramway/event/generators/templates/add_photo_to_tramway_event_events.rb - lib/tramway/event/generators/templates/add_position_to_tramway_event_partakings.rb - lib/tramway/event/generators/templates/add_position_to_tramway_event_participant_form_fields.rb - lib/tramway/event/generators/templates/add_position_to_tramway_event_sections.rb - lib/tramway/event/generators/templates/add_request_period_to_tramway_event_events.rb - lib/tramway/event/generators/templates/add_state_to_tramway_event_partakings.rb - lib/tramway/event/generators/templates/add_status_to_tramway_event_events.rb - lib/tramway/event/generators/templates/create_tramway_event_events.rb - lib/tramway/event/generators/templates/create_tramway_event_participant_form_fields.rb - lib/tramway/event/generators/templates/create_tramway_event_participants.rb - lib/tramway/event/generators/templates/create_tramway_event_people.rb - lib/tramway/event/generators/templates/create_tramway_event_people_sections.rb - lib/tramway/event/generators/templates/create_tramway_event_sections.rb - lib/tramway/event/generators/templates/rebuild_association_between_participant_and_partakings_to_polymorphic.rb - lib/tramway/event/generators/templates/rename_tramway_event_people_sections_to_tramway_event_partakings.rb - lib/tramway/event/version.rb homepage: https://github.com/ulmic/tramway-event licenses: - MIT metadata: {} 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: [] rubyforge_project: rubygems_version: 2.7.6 signing_key: specification_version: 4 summary: Rails engine for events test_files: []