Skip to content

Commit

Permalink
Fixes README in gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
nesquena committed Feb 19, 2011
1 parent 23a6834 commit d7e47a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion query_reviewer.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ Gem::Specification.new do |s|
s.homepage = 'https://github.com/nesquena/query_reviewer'
s.summary = 'Runs explain before each select query and displays results in an overlayed div'
s.description = s.summary
s.files = %w[MIT-LICENSE Rakefile README query_reviewer_defaults.yml] + Dir["lib/**/*"]
s.files = %w[MIT-LICENSE Rakefile README.md query_reviewer_defaults.yml] + Dir["lib/**/*"]
end

0 comments on commit d7e47a1

Please sign in to comment.