# -*- encoding: utf-8 -*- # stub: katalyst-tables 3.0.0.beta1 ruby lib Gem::Specification.new do |s| s.name = "katalyst-tables".freeze s.version = "3.0.0.beta1".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.metadata = { "allowed_push_host" => "https://rubygems.org", "changelog_uri" => "https://github.com/katalyst/tables/blobs/main/CHANGELOG.md", "homepage_uri" => "https://github.com/katalyst/tables", "rubygems_mfa_required" => "true", "source_code_uri" => "https://github.com/katalyst/tables" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["Katalyst Interactive".freeze] s.date = "2024-05-03" s.description = "HTML table generator for building tabular index views with filtering, sorting, and pagination.".freeze s.email = ["devs@katalyst.com.au".freeze] s.files = ["CHANGELOG.md".freeze, "LICENSE.txt".freeze, "README.md".freeze, "app/assets/builds/katalyst/tables.esm.js".freeze, "app/assets/builds/katalyst/tables.js".freeze, "app/assets/builds/katalyst/tables.min.js".freeze, "app/assets/builds/katalyst/tables.min.js.map".freeze, "app/assets/config/katalyst-tables.js".freeze, "app/assets/stylesheets/katalyst/tables/_index.scss".freeze, "app/assets/stylesheets/katalyst/tables/_ordinal.scss".freeze, "app/assets/stylesheets/katalyst/tables/_table.scss".freeze, "app/assets/stylesheets/katalyst/tables/typed-columns/_boolean.scss".freeze, "app/assets/stylesheets/katalyst/tables/typed-columns/_currency.scss".freeze, "app/assets/stylesheets/katalyst/tables/typed-columns/_date.scss".freeze, "app/assets/stylesheets/katalyst/tables/typed-columns/_datetime.scss".freeze, "app/assets/stylesheets/katalyst/tables/typed-columns/_index.scss".freeze, "app/assets/stylesheets/katalyst/tables/typed-columns/_number.scss".freeze, "app/components/concerns/katalyst/tables/body/typed_columns.rb".freeze, "app/components/concerns/katalyst/tables/configurable_component.rb".freeze, "app/components/concerns/katalyst/tables/has_table_content.rb".freeze, "app/components/concerns/katalyst/tables/header/typed_columns.rb".freeze, "app/components/concerns/katalyst/tables/orderable.rb".freeze, "app/components/concerns/katalyst/tables/row_renderer.rb".freeze, "app/components/concerns/katalyst/tables/selectable.rb".freeze, "app/components/concerns/katalyst/tables/sortable.rb".freeze, "app/components/katalyst/table_component.html.erb".freeze, "app/components/katalyst/table_component.rb".freeze, "app/components/katalyst/tables/body/attachment_component.rb".freeze, "app/components/katalyst/tables/body/boolean_component.rb".freeze, "app/components/katalyst/tables/body/currency_component.rb".freeze, "app/components/katalyst/tables/body/date_component.rb".freeze, "app/components/katalyst/tables/body/date_time_component.rb".freeze, "app/components/katalyst/tables/body/link_component.rb".freeze, "app/components/katalyst/tables/body/number_component.rb".freeze, "app/components/katalyst/tables/body/rich_text_component.rb".freeze, "app/components/katalyst/tables/body_cell_component.rb".freeze, "app/components/katalyst/tables/body_row_component.rb".freeze, "app/components/katalyst/tables/empty_caption_component.html.erb".freeze, "app/components/katalyst/tables/empty_caption_component.rb".freeze, "app/components/katalyst/tables/header/attachment_component.rb".freeze, "app/components/katalyst/tables/header/boolean_component.rb".freeze, "app/components/katalyst/tables/header/currency_component.rb".freeze, "app/components/katalyst/tables/header/date_component.rb".freeze, "app/components/katalyst/tables/header/date_time_component.rb".freeze, "app/components/katalyst/tables/header/link_component.rb".freeze, "app/components/katalyst/tables/header/number_component.rb".freeze, "app/components/katalyst/tables/header/rich_text_component.rb".freeze, "app/components/katalyst/tables/header_cell_component.rb".freeze, "app/components/katalyst/tables/header_row_component.rb".freeze, "app/components/katalyst/tables/pagy_nav_component.rb".freeze, "app/components/katalyst/tables/selectable/form_component.html.erb".freeze, "app/components/katalyst/tables/selectable/form_component.rb".freeze, "app/controllers/concerns/katalyst/tables/backend.rb".freeze, "app/helpers/katalyst/tables/frontend.rb".freeze, "app/helpers/katalyst/tables/frontend/helper.rb".freeze, "app/javascript/tables/application.js".freeze, "app/javascript/tables/orderable/form_controller.js".freeze, "app/javascript/tables/orderable/item_controller.js".freeze, "app/javascript/tables/orderable/list_controller.js".freeze, "app/javascript/tables/selection/form_controller.js".freeze, "app/javascript/tables/selection/item_controller.js".freeze, "app/javascript/tables/turbo/collection_controller.js".freeze, "app/models/concerns/katalyst/tables/collection/core.rb".freeze, "app/models/concerns/katalyst/tables/collection/filtering.rb".freeze, "app/models/concerns/katalyst/tables/collection/has_params.rb".freeze, "app/models/concerns/katalyst/tables/collection/pagination.rb".freeze, "app/models/concerns/katalyst/tables/collection/reducers.rb".freeze, "app/models/concerns/katalyst/tables/collection/sorting.rb".freeze, "app/models/katalyst/tables/collection/base.rb".freeze, "app/models/katalyst/tables/collection/filter.rb".freeze, "app/models/katalyst/tables/collection/sort_form.rb".freeze, "config/importmap.rb".freeze, "config/locales/tables.en.yml".freeze, "lib/katalyst/tables.rb".freeze, "lib/katalyst/tables/engine.rb".freeze] s.homepage = "https://github.com/katalyst/tables".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new(">= 3.2.0".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "HTML table generator for Rails views".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) end