Skip to content

Commit

Permalink
Fixed files in gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaudgg committed May 29, 2011
1 parent 527e42c commit ac93449
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guard.gemspec
Expand Up @@ -21,7 +21,7 @@ Gem::Specification.new do |s|

s.add_dependency 'thor', '~> 0.14.6'

s.files = Dir.glob('{bin,images,lib}/**/*') + %w[LICENSE README.markdown]
s.files = Dir.glob('{bin,images,lib}/**/*') + %w[LICENSE README.md]
s.executable = 'guard'
s.require_path = 'lib'
end

0 comments on commit ac93449

Please sign in to comment.