1
0
Fork 0
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:
Takashi Kokubun 2016-05-10 23:58:32 +09:00
parent c3f58c8936
commit 00dcf5bbd9

View file

@ -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