Update VERSION and Rakefile for release.
This commit is contained in:
parent
ad01885b9c
commit
c88c7e2c2d
3
Rakefile
3
Rakefile
@ -49,8 +49,11 @@ begin
|
||||
gemspec.files = []
|
||||
gemspec.files << "CHANGELOG.markdown"
|
||||
gemspec.files << "README.markdown"
|
||||
gemspec.files << "LICENSE.markdown"
|
||||
gemspec.files << "REVISION"
|
||||
gemspec.files << "VERSION.yml"
|
||||
gemspec.files << "Rakefile"
|
||||
gemspec.files << "deps.rip"
|
||||
gemspec.files += Dir.glob("bin/*")
|
||||
gemspec.files += Dir.glob("examples/**/*.*")
|
||||
gemspec.files -= Dir.glob("examples/**/*.css")
|
||||
|
@ -1,4 +1,4 @@
|
||||
---
|
||||
:minor: 6
|
||||
:patch: 15
|
||||
:patch: 0
|
||||
:major: 0
|
||||
:minor: 8
|
||||
|
Loading…
Reference in New Issue
Block a user