Need the REVISION and VERSION.yml files in the distribution too.

This commit is contained in:
Chris Eppstein 2009-05-23 23:55:05 -07:00
parent e216126f3d
commit 83ff9bb79b

View File

@ -49,6 +49,8 @@ begin
gemspec.files = []
gemspec.files << "CHANGELOG.markdown"
gemspec.files << "README.markdown"
gemspec.files << "REVISION"
gemspec.files << "VERSION.yml"
gemspec.files += Dir.glob("bin/*")
gemspec.files += Dir.glob("examples/**/*.*")
gemspec.files += Dir.glob("frameworks/**/*.*")