Skip to content

Commit

Permalink
Fix file names
Browse files Browse the repository at this point in the history
  • Loading branch information
sdsykes committed Dec 24, 2023
1 parent c763b21 commit f832581
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fastimage.gemspec
Expand Up @@ -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",
]
Expand Down

0 comments on commit f832581

Please sign in to comment.