mirror of
https://github.com/haml/haml.git
synced 2022-11-09 12:33:31 -05:00
Really fix the permissions errors.
This commit is contained in:
parent
e101dfaa13
commit
2c43321e54
3 changed files with 7 additions and 1 deletions
2
Rakefile
2
Rakefile
|
@ -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}"
|
||||
|
|
|
@ -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).
|
||||
|
|
|
@ -5,6 +5,8 @@
|
|||
|
||||
## 3.0.21 (Unreleased)
|
||||
|
||||
* Fix the permissions errors for good.
|
||||
|
||||
* Fix more `#options` attribute errors.
|
||||
|
||||
## 3.0.20
|
||||
|
|
Loading…
Add table
Reference in a new issue