Skip to content

Commit

Permalink
Oops: Change the gemspec to reference README.md instead of README.mdown
Browse files Browse the repository at this point in the history
  • Loading branch information
carsomyr committed Jan 22, 2013
1 parent 61b6d50 commit ea5b03b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion capistrano.gemspec
Expand Up @@ -17,7 +17,7 @@ Gem::Specification.new do |s|
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
s.require_paths = ["lib"] s.require_paths = ["lib"]
s.extra_rdoc_files = [ s.extra_rdoc_files = [
"README.mdown" "README.md"
] ]


if s.respond_to? :specification_version then if s.respond_to? :specification_version then
Expand Down

0 comments on commit ea5b03b

Please sign in to comment.