mirror of
https://github.com/haml/haml.git
synced 2022-11-09 12:33:31 -05:00
Revert "rake-compiler v0.9.8 doesn't accept @name in Symbol"
I fixed the issue in https://github.com/rake-compiler/rake-compiler/pull/134
This commit is contained in:
parent
c3f58c8936
commit
00dcf5bbd9
1 changed files with 1 additions and 1 deletions
2
Rakefile
2
Rakefile
|
@ -88,7 +88,7 @@ namespace :test do
|
|||
end
|
||||
end
|
||||
|
||||
Rake::ExtensionTask.new('hamlit') do |ext|
|
||||
Rake::ExtensionTask.new(:hamlit) do |ext|
|
||||
ext.lib_dir = 'lib/hamlit'
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue