# -*- encoding: utf-8 -*- # stub: maquina 0.4.0 ruby lib Gem::Specification.new do |s| s.name = "maquina".freeze s.version = "0.4.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/mariochavez/maquina", "homepage_uri" => "https://mariochavez.io", "source_code_uri" => "https://github.com/mariochavez/maquina" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["Mario Alberto Cha\u0301vez".freeze] s.date = "2023-12-20" s.description = "Build Rails applications focusing on your business problem not the code.".freeze s.email = ["mario.chavez@gmail.com".freeze] s.files = [".overmind.env".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "MIT-LICENSE".freeze, "Procfile.dev".freeze, "README.md".freeze, "Rakefile".freeze, "app/assets/images/maquina/.keep".freeze, "app/assets/images/maquina/maquina.svg".freeze, "app/assets/javascripts/maquina/application.js".freeze, "app/assets/javascripts/maquina/controllers/alert_controller.js".freeze, "app/assets/javascripts/maquina/controllers/application.js".freeze, "app/assets/javascripts/maquina/controllers/backdrop_controller.js".freeze, "app/assets/javascripts/maquina/controllers/file_controller.js".freeze, "app/assets/javascripts/maquina/controllers/index.js".freeze, "app/assets/javascripts/maquina/controllers/mobile_menu_controller.js".freeze, "app/assets/javascripts/maquina/controllers/modal_controller.js".freeze, "app/assets/javascripts/maquina/controllers/modal_open_controller.js".freeze, "app/assets/javascripts/maquina/controllers/popup_menu_controller.js".freeze, "app/assets/javascripts/maquina/controllers/submit_form_controller.js".freeze, "app/assets/stylesheets/maquina/application.css".freeze, "app/assets/stylesheets/maquina/application.tailwind.css".freeze, "app/controllers/concerns/.keep".freeze, "app/controllers/concerns/maquina/authenticate.rb".freeze, "app/controllers/concerns/maquina/create.rb".freeze, "app/controllers/concerns/maquina/destroy.rb".freeze, "app/controllers/concerns/maquina/edit.rb".freeze, "app/controllers/concerns/maquina/index.rb".freeze, "app/controllers/concerns/maquina/new.rb".freeze, "app/controllers/concerns/maquina/resourceful.rb".freeze, "app/controllers/concerns/maquina/show.rb".freeze, "app/controllers/concerns/maquina/update.rb".freeze, "app/controllers/maquina/accept_invitations_controller.rb".freeze, "app/controllers/maquina/application_controller.rb".freeze, "app/controllers/maquina/dashboard_controller.rb".freeze, "app/controllers/maquina/invitations_controller.rb".freeze, "app/controllers/maquina/plans_controller.rb".freeze, "app/controllers/maquina/sessions_controller.rb".freeze, "app/controllers/maquina/unauthorized_controller.rb".freeze, "app/controllers/maquina/users_controller.rb".freeze, "app/helpers/maquina/application_helper.rb".freeze, "app/helpers/maquina/navbar_menu_helper.rb".freeze, "app/helpers/maquina/views_helper.rb".freeze, "app/jobs/maquina/application_job.rb".freeze, "app/mailers/maquina/application_mailer.rb".freeze, "app/mailers/maquina/user_notifications_mailer.rb".freeze, "app/models/concerns/.keep".freeze, "app/models/concerns/maquina/authenticate_by.rb".freeze, "app/models/concerns/maquina/blockeable.rb".freeze, "app/models/concerns/maquina/multifactor.rb".freeze, "app/models/concerns/maquina/organization_scoped.rb".freeze, "app/models/concerns/maquina/retain_passwords.rb".freeze, "app/models/concerns/maquina/searchable.rb".freeze, "app/models/concerns/maquina/user_scoped.rb".freeze, "app/models/maquina/active_session.rb".freeze, "app/models/maquina/application_record.rb".freeze, "app/models/maquina/current.rb".freeze, "app/models/maquina/invitation.rb".freeze, "app/models/maquina/membership.rb".freeze, "app/models/maquina/organization.rb".freeze, "app/models/maquina/plan.rb".freeze, "app/models/maquina/used_password.rb".freeze, "app/models/maquina/user.rb".freeze, "app/policies/maquina/application_policy.rb".freeze, "app/policies/maquina/invitation_policy.rb".freeze, "app/policies/maquina/navigation_policy.rb".freeze, "app/policies/maquina/plan_policy.rb".freeze, "app/policies/maquina/user_policy.rb".freeze, "app/views/layouts/maquina/application.html.erb".freeze, "app/views/layouts/maquina/mailer.html.erb".freeze, "app/views/layouts/maquina/mailer.text.erb".freeze, "app/views/layouts/maquina/sessions.html.erb".freeze, "app/views/maquina/accept_invitations/new.html.erb".freeze, "app/views/maquina/accept_invitations/new_view.rb".freeze, "app/views/maquina/application/_navbar.html.erb".freeze, "app/views/maquina/application/alert.rb".freeze, "app/views/maquina/application/components/action_text_component.rb".freeze, "app/views/maquina/application/components/checkbox_component.rb".freeze, "app/views/maquina/application/components/component_base.rb".freeze, "app/views/maquina/application/components/date_component.rb".freeze, "app/views/maquina/application/components/file_component.rb".freeze, "app/views/maquina/application/components/input_component.rb".freeze, "app/views/maquina/application/components/select_component.rb".freeze, "app/views/maquina/application/components/text_area_component.rb".freeze, "app/views/maquina/application/create.turbo_stream.erb".freeze, "app/views/maquina/application/edit.html.erb".freeze, "app/views/maquina/application/edit.rb".freeze, "app/views/maquina/application/form.rb".freeze, "app/views/maquina/application/index.html.erb".freeze, "app/views/maquina/application/index_header.rb".freeze, "app/views/maquina/application/index_modal.rb".freeze, "app/views/maquina/application/index_table.rb".freeze, "app/views/maquina/application/new.html.erb".freeze, "app/views/maquina/application/new.rb".freeze, "app/views/maquina/application/sessions_header.rb".freeze, "app/views/maquina/application/show.html.erb".freeze, "app/views/maquina/application/update.turbo_stream.erb".freeze, "app/views/maquina/application_view.rb".freeze, "app/views/maquina/dashboard/index.html.erb".freeze, "app/views/maquina/invitations/create.turbo_stream.erb".freeze, "app/views/maquina/invitations/new.html.erb".freeze, "app/views/maquina/navbar/menu.rb".freeze, "app/views/maquina/navbar/menu_item_link.rb".freeze, "app/views/maquina/navbar/mobile_button.rb".freeze, "app/views/maquina/navbar/mobile_menu.rb".freeze, "app/views/maquina/navbar/notification.rb".freeze, "app/views/maquina/navbar/profile.rb".freeze, "app/views/maquina/navbar/profile_button.rb".freeze, "app/views/maquina/navbar/profile_menu.rb".freeze, "app/views/maquina/navbar/profile_menu_item_link.rb".freeze, "app/views/maquina/navbar/search.rb".freeze, "app/views/maquina/navbar/title.rb".freeze, "app/views/maquina/sessions/create.turbo_stream.erb".freeze, "app/views/maquina/sessions/form.rb".freeze, "app/views/maquina/sessions/new.html.erb".freeze, "app/views/maquina/unauthorized/401.html.erb".freeze, "app/views/maquina/user_notifications_mailer/invitation_email.html.erb".freeze, "app/views/maquina/user_notifications_mailer/invitation_email.text.erb".freeze, "config/importmap.rb".freeze, "config/initializers/money.rb".freeze, "config/initializers/pagy.rb".freeze, "config/locales/flash.en.yml".freeze, "config/locales/flash.es.yml".freeze, "config/locales/forms.en.yml".freeze, "config/locales/forms.es.yml".freeze, "config/locales/mailers.en.yml".freeze, "config/locales/models.en.yml".freeze, "config/locales/models.es.yml".freeze, "config/locales/routes.en.yml".freeze, "config/locales/routes.es.yml".freeze, "config/locales/views.en.yml".freeze, "config/locales/views.es.yml".freeze, "config/routes.rb".freeze, "db/migrate/20221109010726_create_maquina_plans.rb".freeze, "db/migrate/20221113000409_create_maquina_users.rb".freeze, "db/migrate/20221113020108_create_maquina_used_passwords.rb".freeze, "db/migrate/20221115223414_create_maquina_active_sessions.rb".freeze, "db/migrate/20230201203922_create_maquina_invitations.rb".freeze, "db/migrate/20230829183530_create_maquina_organizations.rb".freeze, "db/migrate/20230829192656_create_maquina_memberships.rb".freeze, "db/schema.rb".freeze, "lib/generators/maquina/install_generator.rb".freeze, "lib/generators/maquina/install_templates/install_templates_generator.rb".freeze, "lib/generators/maquina/tailwind_config/USAGE".freeze, "lib/generators/maquina/tailwind_config/tailwind_config_generator.rb".freeze, "lib/generators/maquina/tailwind_config/templates/app/assets/stylesheets/maquina.css".freeze, "lib/generators/maquina/tailwind_config/templates/lib/generators/tailwind_config/tailwind_config_generator.rb.tt".freeze, "lib/generators/maquina/tailwind_config/templates/lib/generators/tailwind_config/templates/config/tailwind.config.js.tt".freeze, "lib/generators/maquina/tailwind_config/templates/lib/tasks/tailwind.rake.tt".freeze, "lib/generators/maquina/templates/config/initializers/maquina.rb.tt".freeze, "lib/maquina.rb".freeze, "lib/maquina/engine.rb".freeze, "lib/maquina/version.rb".freeze, "lib/tasks/install.rake".freeze, "lib/tasks/maquina_tasks.rake".freeze] s.homepage = "https://mariochavez.io".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Rails engine for building Rails applications.".freeze s.specification_version = 4 s.add_runtime_dependency(%q<rails>.freeze, [">= 7.0.4".freeze]) s.add_runtime_dependency(%q<bcrypt>.freeze, ["~> 3.1.7".freeze]) s.add_runtime_dependency(%q<money-rails>.freeze, ["~> 1.15.0".freeze]) s.add_runtime_dependency(%q<turbo-rails>.freeze, ["~> 1.5.0".freeze]) s.add_runtime_dependency(%q<stimulus-rails>.freeze, ["~> 1.3.0".freeze]) s.add_runtime_dependency(%q<importmap-rails>.freeze, ["~> 1.2.0".freeze]) s.add_runtime_dependency(%q<tailwindcss-rails>.freeze, ["~> 2.1.0".freeze]) s.add_runtime_dependency(%q<pg_search>.freeze, ["~> 2.3.0".freeze]) s.add_runtime_dependency(%q<phlex-rails>.freeze, ["~> 1.1.0".freeze]) s.add_runtime_dependency(%q<action_policy>.freeze, ["~> 0.6.0".freeze]) s.add_runtime_dependency(%q<rotp>.freeze, ["~> 6.2".freeze, ">= 6.2.1".freeze]) s.add_runtime_dependency(%q<pagy>.freeze, ["~> 6.2".freeze]) s.add_development_dependency(%q<standard>.freeze, [">= 0".freeze]) s.add_development_dependency(%q<standard-rails>.freeze, [">= 0".freeze]) s.add_development_dependency(%q<solargraph>.freeze, [">= 0".freeze]) s.add_development_dependency(%q<solargraph-rails>.freeze, [">= 0".freeze]) s.add_development_dependency(%q<brakeman>.freeze, [">= 0".freeze]) s.add_development_dependency(%q<ruby-lsp>.freeze, [">= 0".freeze]) s.add_development_dependency(%q<bundle-audit>.freeze, [">= 0".freeze]) end