From 62abfbb4f3a2018106e9ed2f8890fee8dce30612 Mon Sep 17 00:00:00 2001 From: Postmodern Date: Mon, 24 Sep 2012 14:29:23 -0700 Subject: [PATCH] Renamed README.markdown to README.md. --- README.markdown => README.md | 0 resque.gemspec | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename README.markdown => README.md (100%) diff --git a/README.markdown b/README.md similarity index 100% rename from README.markdown rename to README.md diff --git a/resque.gemspec b/resque.gemspec index 736a5f5c5..84fd0d8cc 100644 --- a/resque.gemspec +++ b/resque.gemspec @@ -9,7 +9,7 @@ Gem::Specification.new do |s| s.email = "chris@ozmm.org" s.authors = [ "Chris Wanstrath", "Terence Lee" ] - s.files = %w( README.markdown Rakefile LICENSE HISTORY.md ) + s.files = %w( README.md Rakefile LICENSE HISTORY.md ) s.files += Dir.glob("lib/**/*") s.files += Dir.glob("bin/**/*") s.files += Dir.glob("man/**/*") @@ -17,7 +17,7 @@ Gem::Specification.new do |s| s.files += Dir.glob("tasks/**/*") s.executables = [ "resque", "resque-web" ] - s.extra_rdoc_files = [ "LICENSE", "README.markdown" ] + s.extra_rdoc_files = [ "LICENSE", "README.md" ] s.rdoc_options = ["--charset=UTF-8"] s.add_dependency "redis-namespace", "~> 1.0"