We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 424475e commit 11e2bffCopy full SHA for 11e2bff
lib/haml-rails/version.rb
@@ -1,5 +1,5 @@
1
module Haml
2
module Rails
3
- VERSION = "0.8.0"
+ VERSION = "0.8.1"
4
end
5
lib/tasks/erb2haml.rake
namespace :haml do
- task :erb_2_haml do
+ task :erb2haml do
puts "This task will generate a .html.haml translation of each of the .html.erb files in app/views and its subdirectories."
0 commit comments