diff --git a/ruby_ui.gemspec b/ruby_ui.gemspec index 4b325dc9..c18524a2 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", "tasks/**/*.rake"] + s.files = Dir["lib/**/*.{rb,yml}", "tasks/**/*.rake"] s.require_path = "lib" s.homepage = "https://rubygems.org/gems/ruby_ui"