# -*- encoding: utf-8 -*- # stub: tramway-event 0.7 ruby lib Gem::Specification.new do |s| s.name = "tramway-event".freeze s.version = "0.7".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 = "2018-09-15" 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/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/event_decorator.rb".freeze, "app/decorators/tramway/event/event_link_decorator.rb".freeze, "app/decorators/tramway/event/participant_decorator.rb".freeze, "app/decorators/tramway/event/participant_form_field_decorator.rb".freeze, "app/forms/tramway/event/event_form.rb".freeze, "app/forms/tramway/event/participant_form.rb".freeze, "app/forms/tramway/event/participant_form_field_form.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/application_record.rb".freeze, "app/models/tramway/event/event.rb".freeze, "app/models/tramway/event/participant.rb".freeze, "app/models/tramway/event/participant_form_field.rb".freeze, "app/views/tramway/event/events/show.html.haml".freeze, "app/views/tramway/event/participants/_form.html.haml".freeze, "config/initializers/assets.rb".freeze, "config/initializers/tramway.rb".freeze, "config/locales/models.yml".freeze, "config/locales/ru.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_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_participant_form_fields.rb".freeze, "lib/tramway/event/generators/templates/create_tramway_event_events.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/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 end