# -*- encoding: utf-8 -*- # stub: action_link 0.1.1 ruby lib Gem::Specification.new do |s| s.name = "action_link".freeze s.version = "0.1.1".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.metadata = { "changelog_uri" => "https://github.com/halo/halo/blob/main/CHANGELOG.md", "homepage_uri" => "https://github.com/halo/action_link", "rubygems_mfa_required" => "true", "source_code_uri" => "https://github.com/halo/action_link" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["halo".freeze] s.date = "2024-06-20" s.description = "Every action has an icon, such as a \"plus-sign\" for the \"new\" action".freeze s.email = ["github@posteo.org".freeze] s.files = ["CHANGELOG.md".freeze, "LICENSE.txt".freeze, "README.md".freeze, "app/assets/fonts/action_link/acticons.woff".freeze, "app/assets/stylesheets/action_link/acticons.sass".freeze, "app/assets/stylesheets/action_link/all.sass".freeze, "app/assets/stylesheets/action_link/fonts.sass".freeze, "app/assets/stylesheets/action_link/style.scss".freeze, "app/assets/stylesheets/action_link/variables.scss".freeze, "app/components/action_link/application_component.rb".freeze, "app/components/action_link/base.rb".freeze, "app/components/action_link/destroy.rb".freeze, "app/components/action_link/edit.rb".freeze, "app/components/action_link/new.rb".freeze, "app/components/action_link/show.rb".freeze, "config/locales/action_link_component.de.yml".freeze, "config/locales/action_link_component.en.yml".freeze, "lib/action_link.rb".freeze, "lib/action_link/engine.rb".freeze, "lib/action_link/model.rb".freeze, "lib/action_link/title_subject_name.rb".freeze, "lib/action_link/version.rb".freeze] s.homepage = "https://github.com/halo/action_link".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 = "A set of ViewComponents for common links (show, edit, delete, etc.)".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) end