summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorCarl Lerche <carllerche@mac.com>2010-02-01 08:15:52 -0800
committerCarl Lerche <carllerche@mac.com>2010-02-01 08:15:52 -0800
commitf4e7a03495c1fb2fd63c1cb06864318c9dccd024 (patch)
tree9eed9c2705f1212609ea7d1a880cf7af68ab531b /Rakefile
parent5ad1279518d89db97d3ae32c682bcadb2b8b9caf (diff)
downloadbundler-f4e7a03495c1fb2fd63c1cb06864318c9dccd024.tar.gz
Update the README
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 11814ffe2f..6c3d86a4c9 100644
--- a/Rakefile
+++ b/Rakefile
@@ -16,7 +16,7 @@ spec = Gem::Specification.new do |s|
s.required_rubygems_version = ">= 1.3.5"
- s.files = Dir.glob("{bin,lib}/**/*") + %w(LICENSE README)
+ s.files = Dir.glob("{bin,lib}/**/*") + %w(LICENSE README.markdown)
s.executables = ['bundle']
s.require_path = 'lib'
end