mirror of
https://github.com/DatabaseCleaner/database_cleaner
synced 2023-03-27 23:22:03 -04:00
Renamed README.textile to README.markdown in gemspec file
This commit is contained in:
parent
2a32a9c9be
commit
3edbf8737a
1 changed files with 2 additions and 2 deletions
|
@ -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",
|
||||||
|
|
Loading…
Reference in a new issue