# -*- encoding: utf-8 -*- # stub: active_element 0.0.17 ruby lib Gem::Specification.new do |s| s.name = "active_element".freeze s.version = "0.0.17".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.metadata = { "changelog_uri" => "https://github.com/bobf/active_element", "homepage_uri" => "https://github.com/bobf/active_element", "rubygems_mfa_required" => "true", "source_code_uri" => "https://github.com/bobf/active_element" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["Bob Farrell".freeze] s.bindir = "exe".freeze s.date = "2024-01-20" s.description = "Provides boilerplate for common HTML components for front end applications.".freeze s.email = ["git@bob.frl".freeze] s.files = [".rspec".freeze, ".rubocop.yml".freeze, ".ruby-version".freeze, ".strong_versions.yml".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "MIT-LICENSE".freeze, "Makefile".freeze, "README.md".freeze, "Rakefile".freeze, "active_element.gemspec".freeze, "app/assets/config/active_element/manifest.js".freeze, "app/assets/javascripts/active_element/active_element.js".freeze, "app/assets/javascripts/active_element/confirm.js".freeze, "app/assets/javascripts/active_element/form.js".freeze, "app/assets/javascripts/active_element/highlight.js".freeze, "app/assets/javascripts/active_element/json_field.js".freeze, "app/assets/javascripts/active_element/pagination.js".freeze, "app/assets/javascripts/active_element/popover.js".freeze, "app/assets/javascripts/active_element/secret.js".freeze, "app/assets/javascripts/active_element/setup.js".freeze, "app/assets/javascripts/active_element/text_search_field.js".freeze, "app/assets/javascripts/active_element/theme.js".freeze, "app/assets/javascripts/active_element/timezones.js".freeze, "app/assets/javascripts/active_element/toast.js".freeze, "app/assets/stylesheets/active_element/_dark.scss".freeze, "app/assets/stylesheets/active_element/_variables.scss".freeze, "app/assets/stylesheets/active_element/active_element.scss".freeze, "app/controllers/active_element/application_controller.rb".freeze, "app/controllers/concerns/active_element/default_controller_actions.rb".freeze, "app/views/active_element/_title.html.erb".freeze, "app/views/active_element/_user.html.erb".freeze, "app/views/active_element/components/_horizontal_tabs.html.erb".freeze, "app/views/active_element/components/_vertical_tabs.html.erb".freeze, "app/views/active_element/components/button.html.erb".freeze, "app/views/active_element/components/fields/_boolean.html.erb".freeze, "app/views/active_element/components/fields/_json.html.erb".freeze, "app/views/active_element/components/form.html.erb".freeze, "app/views/active_element/components/form/_check_box.html.erb".freeze, "app/views/active_element/components/form/_check_boxes.html.erb".freeze, "app/views/active_element/components/form/_date_range_field.html.erb".freeze, "app/views/active_element/components/form/_datetime_range_field.html.erb".freeze, "app/views/active_element/components/form/_field.html.erb".freeze, "app/views/active_element/components/form/_generic_field.html.erb".freeze, "app/views/active_element/components/form/_json.html.erb".freeze, "app/views/active_element/components/form/_label.html.erb".freeze, "app/views/active_element/components/form/_option_groups_summary.html.erb".freeze, "app/views/active_element/components/form/_select.html.erb".freeze, "app/views/active_element/components/form/_summary.html.erb".freeze, "app/views/active_element/components/form/_templates.html.erb".freeze, "app/views/active_element/components/form/_text_area.html.erb".freeze, "app/views/active_element/components/form/_text_search.html.erb".freeze, "app/views/active_element/components/json.html.erb".freeze, "app/views/active_element/components/navbar.html.erb".freeze, "app/views/active_element/components/page_description.html.erb".freeze, "app/views/active_element/components/secret/_field.html.erb".freeze, "app/views/active_element/components/secret/_templates.html.erb".freeze, "app/views/active_element/components/table/_collection_row.html.erb".freeze, "app/views/active_element/components/table/_field.html.erb".freeze, "app/views/active_element/components/table/_grouped_collection.html.erb".freeze, "app/views/active_element/components/table/_pagination.html.erb".freeze, "app/views/active_element/components/table/_ungrouped_collection.html.erb".freeze, "app/views/active_element/components/table/collection.html.erb".freeze, "app/views/active_element/components/table/item.html.erb".freeze, "app/views/active_element/components/tabs.html.erb".freeze, "app/views/active_element/decorators/_boolean.html.erb".freeze, "app/views/active_element/decorators/_date.html.erb".freeze, "app/views/active_element/decorators/_datetime.html.erb".freeze, "app/views/active_element/decorators/_time.html.erb".freeze, "app/views/active_element/default_views/edit.html.erb".freeze, "app/views/active_element/default_views/forbidden.html.erb".freeze, "app/views/active_element/default_views/index.html.erb".freeze, "app/views/active_element/default_views/new.html.erb".freeze, "app/views/active_element/default_views/show.html.erb".freeze, "app/views/active_element/forbidden.html.erb".freeze, "app/views/active_element/main_menu/_item.html.erb".freeze, "app/views/active_element/navbar/_menu.html.erb".freeze, "app/views/active_element/theme/_select.html.erb".freeze, "app/views/active_element/theme/_templates.html.erb".freeze, "app/views/kaminari/_first_page.html.erb".freeze, "app/views/kaminari/_gap.html.erb".freeze, "app/views/kaminari/_last_page.html.erb".freeze, "app/views/kaminari/_next_page.html.erb".freeze, "app/views/kaminari/_page.html.erb".freeze, "app/views/kaminari/_paginator.html.erb".freeze, "app/views/kaminari/_prev_page.html.erb".freeze, "app/views/layouts/active_element.html.erb".freeze, "app/views/layouts/active_element_error.html.erb".freeze, "config/brakeman.ignore".freeze, "config/locales/en.yml".freeze, "config/routes.rb".freeze, "example_app/.gitattributes".freeze, "example_app/.gitignore".freeze, "example_app/.ruby-version".freeze, "example_app/Gemfile".freeze, "example_app/Gemfile.lock".freeze, "example_app/README.md".freeze, "example_app/Rakefile".freeze, "example_app/app/assets/config/manifest.js".freeze, "example_app/app/assets/images/.keep".freeze, "example_app/app/assets/stylesheets/application.css".freeze, "example_app/app/channels/application_cable/channel.rb".freeze, "example_app/app/channels/application_cable/connection.rb".freeze, "example_app/app/controllers/application_controller.rb".freeze, "example_app/app/controllers/concerns/.keep".freeze, "example_app/app/controllers/pets_controller.rb".freeze, "example_app/app/controllers/users_controller.rb".freeze, "example_app/app/helpers/application_helper.rb".freeze, "example_app/app/javascript/application.js".freeze, "example_app/app/javascript/controllers/application.js".freeze, "example_app/app/javascript/controllers/hello_controller.js".freeze, "example_app/app/javascript/controllers/index.js".freeze, "example_app/app/jobs/application_job.rb".freeze, "example_app/app/mailers/application_mailer.rb".freeze, "example_app/app/models/application_record.rb".freeze, "example_app/app/models/concerns/.keep".freeze, "example_app/app/models/pet.rb".freeze, "example_app/app/models/user.rb".freeze, "example_app/app/views/layouts/application.html.erb".freeze, "example_app/app/views/layouts/mailer.html.erb".freeze, "example_app/app/views/layouts/mailer.text.erb".freeze, "example_app/app/views/pets/index.html.erb".freeze, "example_app/app/views/users/show.html.erb".freeze, "example_app/bin/bundle".freeze, "example_app/bin/importmap".freeze, "example_app/bin/rails".freeze, "example_app/bin/rake".freeze, "example_app/bin/setup".freeze, "example_app/config.ru".freeze, "example_app/config/application.rb".freeze, "example_app/config/boot.rb".freeze, "example_app/config/cable.yml".freeze, "example_app/config/credentials.yml.enc".freeze, "example_app/config/database.yml".freeze, "example_app/config/environment.rb".freeze, "example_app/config/environments/development.rb".freeze, "example_app/config/environments/production.rb".freeze, "example_app/config/environments/test.rb".freeze, "example_app/config/importmap.rb".freeze, "example_app/config/initializers/assets.rb".freeze, "example_app/config/initializers/content_security_policy.rb".freeze, "example_app/config/initializers/devise.rb".freeze, "example_app/config/initializers/filter_parameter_logging.rb".freeze, "example_app/config/initializers/inflections.rb".freeze, "example_app/config/initializers/permissions_policy.rb".freeze, "example_app/config/locales/devise.en.yml".freeze, "example_app/config/locales/en.yml".freeze, "example_app/config/puma.rb".freeze, "example_app/config/routes.rb".freeze, "example_app/config/storage.yml".freeze, "example_app/db/migrate/20230616210539_create_pet.rb".freeze, "example_app/db/migrate/20230616211328_devise_create_users.rb".freeze, "example_app/db/schema.rb".freeze, "example_app/db/seeds.rb".freeze, "example_app/lib/assets/.keep".freeze, "example_app/lib/tasks/.keep".freeze, "example_app/log/.keep".freeze, "example_app/public/404.html".freeze, "example_app/public/422.html".freeze, "example_app/public/500.html".freeze, "example_app/public/apple-touch-icon-precomposed.png".freeze, "example_app/public/apple-touch-icon.png".freeze, "example_app/public/favicon.ico".freeze, "example_app/public/robots.txt".freeze, "example_app/storage/.keep".freeze, "example_app/test/application_system_test_case.rb".freeze, "example_app/test/channels/application_cable/connection_test.rb".freeze, "example_app/test/controllers/.keep".freeze, "example_app/test/fixtures/files/.keep".freeze, "example_app/test/fixtures/users.yml".freeze, "example_app/test/helpers/.keep".freeze, "example_app/test/integration/.keep".freeze, "example_app/test/mailers/.keep".freeze, "example_app/test/models/.keep".freeze, "example_app/test/models/user_test.rb".freeze, "example_app/test/system/.keep".freeze, "example_app/test/test_helper.rb".freeze, "example_app/tmp/.keep".freeze, "example_app/tmp/pids/.keep".freeze, "example_app/tmp/storage/.keep".freeze, "example_app/vendor/.keep".freeze, "example_app/vendor/javascript/.keep".freeze, "lib/active_element.rb".freeze, "lib/active_element/active_menu_link.rb".freeze, "lib/active_element/component.rb".freeze, "lib/active_element/components.rb".freeze, "lib/active_element/components/button.rb".freeze, "lib/active_element/components/collection_table.rb".freeze, "lib/active_element/components/email_fields.rb".freeze, "lib/active_element/components/form.rb".freeze, "lib/active_element/components/item_table.rb".freeze, "lib/active_element/components/json.rb".freeze, "lib/active_element/components/link_helpers.rb".freeze, "lib/active_element/components/navbar.rb".freeze, "lib/active_element/components/page_description.rb".freeze, "lib/active_element/components/phone_fields.rb".freeze, "lib/active_element/components/secret_fields.rb".freeze, "lib/active_element/components/tab.rb".freeze, "lib/active_element/components/tabs.rb".freeze, "lib/active_element/components/text_search.rb".freeze, "lib/active_element/components/text_search/active_record_authorization.rb".freeze, "lib/active_element/components/text_search/authorization.rb".freeze, "lib/active_element/components/text_search/component.rb".freeze, "lib/active_element/components/text_search/sql.rb".freeze, "lib/active_element/components/translations.rb".freeze, "lib/active_element/components/util.rb".freeze, "lib/active_element/components/util/association_mapping.rb".freeze, "lib/active_element/components/util/decorator.rb".freeze, "lib/active_element/components/util/default_display_value.rb".freeze, "lib/active_element/components/util/display_value_mapping.rb".freeze, "lib/active_element/components/util/field_mapping.rb".freeze, "lib/active_element/components/util/form_field_mapping.rb".freeze, "lib/active_element/components/util/form_value_mapping.rb".freeze, "lib/active_element/components/util/i18n.rb".freeze, "lib/active_element/components/util/numeric_field.rb".freeze, "lib/active_element/components/util/record_mapping.rb".freeze, "lib/active_element/components/util/record_path.rb".freeze, "lib/active_element/controller_action.rb".freeze, "lib/active_element/controller_interface.rb".freeze, "lib/active_element/controller_state.rb".freeze, "lib/active_element/default_controller.rb".freeze, "lib/active_element/default_controller/actions.rb".freeze, "lib/active_element/default_controller/controller.rb".freeze, "lib/active_element/default_controller/json_params.rb".freeze, "lib/active_element/default_controller/params.rb".freeze, "lib/active_element/default_controller/search.rb".freeze, "lib/active_element/engine.rb".freeze, "lib/active_element/field_options.rb".freeze, "lib/active_element/json_field_schema.rb".freeze, "lib/active_element/permissions_check.rb".freeze, "lib/active_element/permissions_report.rb".freeze, "lib/active_element/pre_render_processors.rb".freeze, "lib/active_element/pre_render_processors/json.rb".freeze, "lib/active_element/rails_component.rb".freeze, "lib/active_element/route.rb".freeze, "lib/active_element/routes.rb".freeze, "lib/active_element/version.rb".freeze, "lib/tasks/active_element.rake".freeze, "rspec-documentation/_head.html.erb".freeze, "rspec-documentation/dummy".freeze, "rspec-documentation/pages/000-Introduction.md".freeze, "rspec-documentation/pages/005-Setup.md".freeze, "rspec-documentation/pages/010-Components.md".freeze, "rspec-documentation/pages/010-Components/Form Fields.md".freeze, "rspec-documentation/pages/010-Components/Form Fields/Check Boxes.md".freeze, "rspec-documentation/pages/010-Components/Form Fields/JSON.md".freeze, "rspec-documentation/pages/010-Components/Form Fields/JSON/Controller Params.md".freeze, "rspec-documentation/pages/010-Components/Form Fields/JSON/Schema.md".freeze, "rspec-documentation/pages/010-Components/Form Fields/JSON/Types.md".freeze, "rspec-documentation/pages/010-Components/Form Fields/Text Search.md".freeze, "rspec-documentation/pages/010-Components/Forms.md".freeze, "rspec-documentation/pages/010-Components/JSON Data.md".freeze, "rspec-documentation/pages/010-Components/Navbar.md".freeze, "rspec-documentation/pages/010-Components/Page Section Title.md".freeze, "rspec-documentation/pages/010-Components/Page Subtitle.md".freeze, "rspec-documentation/pages/010-Components/Page Title.md".freeze, "rspec-documentation/pages/010-Components/Tables.md".freeze, "rspec-documentation/pages/010-Components/Tables/Collection Table.md".freeze, "rspec-documentation/pages/010-Components/Tables/Item Table.md".freeze, "rspec-documentation/pages/010-Components/Tables/Options.md".freeze, "rspec-documentation/pages/010-Components/Tabs.md".freeze, "rspec-documentation/pages/015-Custom Controllers.md".freeze, "rspec-documentation/pages/016-Default Controller.md".freeze, "rspec-documentation/pages/020-Access Control.md".freeze, "rspec-documentation/pages/020-Access Control/010-Authentication.md".freeze, "rspec-documentation/pages/020-Access Control/020-Authorization.md".freeze, "rspec-documentation/pages/020-Access Control/020-Authorization/Environments.md".freeze, "rspec-documentation/pages/020-Access Control/020-Authorization/Permissions.md".freeze, "rspec-documentation/pages/020-Access Control/020-Authorization/Permissions/Custom Routes.md".freeze, "rspec-documentation/pages/020-Access Control/020-Authorization/Setup.md".freeze, "rspec-documentation/pages/040-Decorators.md".freeze, "rspec-documentation/pages/040-Decorators/Inline Decorators.md".freeze, "rspec-documentation/pages/040-Decorators/View Decorators.md".freeze, "rspec-documentation/pages/300-Alternatives.md".freeze, "rspec-documentation/pages/900-License.md".freeze, "rspec-documentation/pages/Themes.md".freeze, "rspec-documentation/spec_helper.rb".freeze, "rspec-documentation/support.rb".freeze, "sig/active_element.rbs".freeze] s.homepage = "https://github.com/bobf/active_element".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new(">= 2.7.0".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "HTML component framework for Rails".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 5.3.0alpha3".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.2".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.1.2".freeze]) s.add_runtime_dependency(%q.freeze, [">= 6.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 4.1".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 2.4".freeze]) end