summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2010-03-10 10:10:20 -0800
committerAndre Arko <andre@arko.net>2010-03-10 10:11:36 -0800
commit233cd90b49ba1532e094fdcc777bf9033824158e (patch)
tree59b5d6f784850482b4612de85dd240f8de9bb662 /Rakefile
parentdd018914de651a23547675cc470ae9eaa5b147c1 (diff)
downloadbundler-233cd90b49ba1532e094fdcc777bf9033824158e.tar.gz
Link to more detailed Rails 2.3.5 blogpost, ask for more info on tickets
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 55d13f62d2..ea7e289b39 100644
--- a/Rakefile
+++ b/Rakefile
@@ -16,7 +16,7 @@ spec = Gem::Specification.new do |s|
s.required_rubygems_version = ">= 1.3.6"
- s.files = Dir.glob("{bin,lib}/**/*") + %w(LICENSE README.md ROADMAP.md)
+ s.files = Dir.glob("{bin,lib}/**/*") + %w(LICENSE README.md ROADMAP.md CHANGELOG.md)
s.executables = ['bundle']
s.require_path = 'lib'
end