Skip to content

Commit 11e2bff

Browse files
committed
fix erb2haml rake task name
1 parent 424475e commit 11e2bff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/haml-rails/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Haml
22
module Rails
3-
VERSION = "0.8.0"
3+
VERSION = "0.8.1"
44
end
55
end

lib/tasks/erb2haml.rake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
namespace :haml do
2-
task :erb_2_haml do
2+
task :erb2haml do
33

44
puts "This task will generate a .html.haml translation of each of the .html.erb files in app/views and its subdirectories."
55

0 commit comments

Comments
 (0)