Need the REVISION and VERSION.yml files in the distribution too.
This commit is contained in:
parent
e216126f3d
commit
83ff9bb79b
2
Rakefile
2
Rakefile
@ -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/**/*.*")
|
||||
|
Loading…
Reference in New Issue
Block a user