From fae0d69a12b06556ffb720c95db5407ef8ffb113 Mon Sep 17 00:00:00 2001 From: Linsen Loots Date: Wed, 26 Sep 2012 16:47:29 +0200 Subject: [PATCH] Trying to get readme to be processed in markdown not rdoc(2) --- README.rdoc => README.md | 2 -- mxit-rails.gemspec | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) rename README.rdoc => README.md (99%) diff --git a/README.rdoc b/README.md similarity index 99% rename from README.rdoc rename to README.md index 393bebc..2f13252 100644 --- a/README.rdoc +++ b/README.md @@ -1,5 +1,3 @@ -:markup: markdown - Mxit Rails ========== diff --git a/mxit-rails.gemspec b/mxit-rails.gemspec index 4fecd39..9ad7a8b 100644 --- a/mxit-rails.gemspec +++ b/mxit-rails.gemspec @@ -19,7 +19,7 @@ Gem::Specification.new do |s| Later versions will also include wrappers for important Mxit APIs. EOF - s.files = Dir["{app,config,db,lib}/**/*"] + ["MIT-LICENSE", "Rakefile", "README.rdoc"] + s.files = Dir["{app,config,db,lib}/**/*"] + ["MIT-LICENSE", "Rakefile", "README.md"] s.test_files = Dir["test/**/*"] s.add_dependency "rails", "~> 3.2.3"