From f832581881feabe8e060968d2c842f16368ae98b Mon Sep 17 00:00:00 2001 From: Stephen Sykes Date: Sun, 24 Dec 2023 12:02:45 +0200 Subject: [PATCH] Fix file names --- fastimage.gemspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fastimage.gemspec b/fastimage.gemspec index bb0bd07..2441e0f 100644 --- a/fastimage.gemspec +++ b/fastimage.gemspec @@ -9,11 +9,11 @@ Gem::Specification.new do |s| s.description = %q{FastImage finds the size or type of an image given its uri by fetching as little as needed.} s.email = %q{sdsykes@gmail.com} s.extra_rdoc_files = [ - "README.textile" + "README.md" ] s.files = [ "MIT-LICENSE", - "README.textile", + "README.md", "lib/fastimage.rb", "lib/fastimage/version.rb", ]