Rakefile in rake-0.9.2.2 vs Rakefile in rake-0.9.3.beta.1
- old
+ new
@@ -139,10 +139,14 @@
# tar, zip and gem files.
PKG_FILES = FileList[
'.gemtest',
'install.rb',
- '[A-Z]*',
+ 'CHANGES',
+ 'MIT-LICENSE',
+ 'README.rdoc',
+ 'Rakefile',
+ 'TODO',
'bin/rake',
'lib/**/*.rb',
'test/**/*.rb',
'doc/**/*'
]