From e882f4aa3e4f612dc9d710a1b55b1dc74dcadb88 Mon Sep 17 00:00:00 2001 From: William Melody Date: Sun, 1 Nov 2009 11:15:19 -0600 Subject: [PATCH] regenerating gemspec --- RbST.gemspec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/RbST.gemspec b/RbST.gemspec index 1a3a401..1226fcc 100644 --- a/RbST.gemspec +++ b/RbST.gemspec @@ -14,18 +14,18 @@ Gem::Specification.new do |s| s.email = %q{wmelody@gmail.com} s.extra_rdoc_files = [ "LICENSE", - "README.rst" + "README.markdown" ] s.files = [ ".document", ".gitignore", "LICENSE", - "README.rst", + "README.markdown", "Rakefile", "RbST.gemspec", "VERSION", "lib/rbst.rb", - "lib/rest2parts.py", + "lib/rst2parts.py", "test/files/test.html", "test/files/test.rst", "test/test_helper.rb",