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"