From 2c4c374b1332dd3b32e797ae55eae7b9b0a863da Mon Sep 17 00:00:00 2001 From: Steve Hull <50039+sdhull@users.noreply.github.com> Date: Sun, 23 Mar 2025 18:38:47 -0700 Subject: [PATCH] Include erb files in the gem so install works --- ruby_ui.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ruby_ui.gemspec b/ruby_ui.gemspec index bf7213c7..95a59025 100644 --- a/ruby_ui.gemspec +++ b/ruby_ui.gemspec @@ -7,7 +7,7 @@ Gem::Specification.new do |s| s.description = "Ruby UI is a UI Component Library for Ruby developers. Built on top of the Phlex Framework." s.authors = ["George Kettle"] s.email = "george.kettle@icloud.com" - s.files = Dir["lib/**/*.{rb,yml}", "tasks/**/*.rake"] + s.files = Dir["lib/**/*.{rb,yml,erb}", "tasks/**/*.rake"] s.require_path = "lib" s.homepage = "https://rubygems.org/gems/ruby_ui"