Skip to content

Commit

Permalink
Trying to get readme to be processed in markdown not rdoc(2)
Browse files Browse the repository at this point in the history
  • Loading branch information
linsen committed Sep 26, 2012
1 parent b7f0f9e commit fae0d69
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions README.rdoc → README.md
@@ -1,5 +1,3 @@
:markup: markdown

Mxit Rails
==========

Expand Down
2 changes: 1 addition & 1 deletion mxit-rails.gemspec
Expand Up @@ -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"
Expand Down

0 comments on commit fae0d69

Please sign in to comment.