Merge pull request #167 from antage/master

Rename README.textile to README.markdown in gemspec file
This commit is contained in:
Ben Mabey 2012-12-10 21:04:25 -08:00
commit f89c34300e

View file

@ -14,13 +14,13 @@ Gem::Specification.new do |s|
s.email = "ben@benmabey.com" s.email = "ben@benmabey.com"
s.extra_rdoc_files = [ s.extra_rdoc_files = [
"LICENSE", "LICENSE",
"README.textile", "README.markdown",
"TODO" "TODO"
] ]
s.files = [ s.files = [
"Gemfile.lock", "Gemfile.lock",
"History.txt", "History.txt",
"README.textile", "README.markdown",
"Rakefile", "Rakefile",
"VERSION.yml", "VERSION.yml",
"cucumber.yml", "cucumber.yml",