Really fix the permissions errors.

This commit is contained in:
Nathan Weizenbaum 2010-09-29 11:50:23 -07:00
parent e101dfaa13
commit 2c43321e54
3 changed files with 7 additions and 1 deletions

View File

@ -42,7 +42,7 @@ END
# Don't use Rake::GemPackageTast because we want prerequisites to run
# before we load the gemspec.
desc "Build all the packages."
task :package => [:permissions, :revision_file, :submodules] do
task :package => [:revision_file, :submodules, :permissions] do
load scope('haml.gemspec')
Gem::Builder.new(HAML_GEMSPEC).build
pkg = "#{HAML_GEMSPEC.name}-#{HAML_GEMSPEC.version}"

View File

@ -3,6 +3,10 @@
* Table of contents
{:toc}
## 3.0.21 (Unreleased)
* Fix the permissions errors for good.
## 3.0.20
[Tagged on GitHub](http://github.com/nex3/haml/commit/3.0.20).

View File

@ -5,6 +5,8 @@
## 3.0.21 (Unreleased)
* Fix the permissions errors for good.
* Fix more `#options` attribute errors.
## 3.0.20