From a99293922358de80202386d02479282190f3c52f Mon Sep 17 00:00:00 2001 From: Stephen Sykes Date: Fri, 3 Jan 2025 16:28:50 +0000 Subject: [PATCH] Include all the new files in the gem --- fastimage.gemspec | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/fastimage.gemspec b/fastimage.gemspec index 2441e0f..e3d3341 100644 --- a/fastimage.gemspec +++ b/fastimage.gemspec @@ -13,10 +13,8 @@ Gem::Specification.new do |s| ] s.files = [ "MIT-LICENSE", - "README.md", - "lib/fastimage.rb", - "lib/fastimage/version.rb", - ] + "README.md" + ] + Dir.glob("lib/**/*") s.homepage = %q{http://github.com/sdsykes/fastimage} s.rdoc_options = ["--charset=UTF-8"] s.require_paths = ["lib"]